Intel 520 10GbE

2012-08-09 Thread Chris Maxwell
Intel 520 10GbE dual port SFP+ direct attach adaptor on dell R320. Patch below against -current. ix0 at pci2 dev 0 function 0 "Intel 10GbE DA Dual (82599)" rev 0x01: msi, address a0:36:9f:07:9f:ec ix1 at pci2 dev 0 function 1 "Intel 10GbE DA Dual (82599)" rev 0x01: msi, address a0:36:9f:07:9f:ee

Web Listing

2012-08-09 Thread info
Hi, Hope you are well, I was surfing through your website "www.openbsd.org" and realized that despite having a good design; it was not ranking on any of the search engines for most of the keywords pertaining to your domain. We can do higher search result on major search engines and serve 100% cust

Las mejores ofertas con ENVIO INCLUIDO A TODO EL PAIS!!! y muchas mas

2012-08-09 Thread Bonus Cupon Especial!
Si no podes visualizar este mail, ingresa a: http://news1.bonuscupon.com.ar/r.html?uid=1.2p.295h.193.h2339fk03h

Re: pdksh wrong strips quotes in shell substs

2012-08-09 Thread Philip Guenther
On Thu, Aug 9, 2012 at 5:31 AM, Mark Kettenis wrote: >> Date: Thu, 9 Aug 2012 11:30:13 +0200 >> From: Landry Breuil ... >> in the context of https://bugzilla.mozilla.org/show_bug.cgi?id=781461 >> i've stumbled upon the following issue: >> (our pdksh) >> > $FOO=1 >> $cat <> > echo ${FOO:+'blah'aa}

Re: UQ_BAD_HID

2012-08-09 Thread Kenneth R Westerback
On Thu, Aug 09, 2012 at 03:30:16PM +0100, Stuart Henderson wrote: > Thanks to mpi@, libusb now has some support for communicating > with devices even though they're not attached to ugen(4). > > What do people think about removing the UQ_BAD_HID entries in > usb_quirks.c which prevents these device

UQ_BAD_HID

2012-08-09 Thread Stuart Henderson
Thanks to mpi@, libusb now has some support for communicating with devices even though they're not attached to ugen(4). What do people think about removing the UQ_BAD_HID entries in usb_quirks.c which prevents these devices from attaching to uhid(4)? My Liebert UPS is okay, yubikeys can be succes

Campamentos Cientificos en Tucumán

2012-08-09 Thread institucional
OBSERVATORIO ASTRONOMICO AMPIMPA TUCUMAN - ARGENTINA Declarado de Interés Educativo por el Ministerio de Educación de la Nación _ tech@openbsd.org At. 2012 - 2013 - Años del Máximo Solar - Campamentos de Capacitación Docente - con puntaje oficial - corona solar max

Re: pdksh wrong strips quotes in shell substs

2012-08-09 Thread Mark Kettenis
> Date: Thu, 9 Aug 2012 11:30:13 +0200 > From: Landry Breuil > List-Owner: > X-Loop: tech@openbsd.org > Sender: owner-t...@openbsd.org > X-XS4ALL-DNSBL-Checked: mxdrop222.xs4all.nl checked 192.43.244.163 against > DNS blacklists > X-CNFS-Analysis: v=2.0 cv=JstGWrEC

Re: New brgphy(4) PHY

2012-08-09 Thread Mark Kettenis
> Date: Wed, 8 Aug 2012 04:21:20 -0400 > From: Brad Smith > > On Wed, Jul 04, 2012 at 03:46:46AM -0400, Brad Smith wrote: > > Recognize BCM5717C, BCM5719C and BCM5720C PHY. > > > > ukphy2 at bge2 phy 3: Generic IEEE 802.3u media interface, rev. 0: OUI > > 0x00d897, model 0x0022 > > > > The res

pdksh wrong strips quotes in shell substs

2012-08-09 Thread Landry Breuil
Hi, in the context of https://bugzilla.mozilla.org/show_bug.cgi?id=781461 i've stumbled upon the following issue: (our pdksh) $cat < echo ${FOO:+'blah'aa} > EOF echo blahaa bash-4.2# FOO=1 bash-4.2# cat < echo ${FOO:+'blah'aa} > EOF echo 'blah'aa Apparently the ksh from solaris, hpux and debi