Re: gem(4): simplify gem_attach_pci() variant detection code a bit

2012-09-27 Thread Brad Smith
On Wed, Sep 26, 2012 at 03:32:37PM -0400, Brad Smith wrote: > Simplify the gem(4) variant detection code a bit. > > OK? How about this.. Index: if_gem_pci.c === RCS file: /home/cvs/src/sys/dev/pci/if_gem_pci.c,v retrieving revision

Re: gem(4): simplify gem_attach_pci() variant detection code a bit

2012-09-27 Thread Christiano F. Haesbaert
I prefer a switch too, it shows you acknowledged those variants, anyhow i think the current idiom is bad and should be changed.

Re: gem(4): simplify gem_attach_pci() variant detection code a bit

2012-09-27 Thread Ted Unangst
On Wed, Sep 26, 2012 at 15:32, Brad Smith wrote: > Simplify the gem(4) variant detection code a bit. > > OK? Wouldn't a switch be a nicer simplification? > > > Index: if_gem_pci.c > === > RCS file: /home/cvs/src/sys/dev/pci/if_gem

Re: hardware VLAN tagging for vr(4)

2012-09-27 Thread Mark Kettenis
> Date: Thu, 27 Sep 2012 09:54:35 +1000 > From: Darren Tucker > > Hi all. > > This diff adds hardware 802.1q VLAN tagging support to vr(4) (just > tag/untag, it doesn't do anything with the VLAN CAM filters). > > As far as I know, the capability is only in the VT6105M Rhine III chip > which is

Re: gem(4): simplify gem_attach_pci() variant detection code a bit

2012-09-27 Thread Mark Kettenis
> Date: Wed, 26 Sep 2012 15:32:37 -0400 > From: Brad Smith > > Simplify the gem(4) variant detection code a bit. I don't see the benefit and prefer to keep the code as it is now. > Index: if_gem_pci.c > === > RCS file: /home/cvs/sr

Re: Intel azalia(4) and MSI

2012-09-27 Thread Brad Smith
On Fri, Sep 28, 2012 at 04:06:32AM +0200, Mark Kettenis wrote: > > Date: Mon, 24 Sep 2012 03:49:41 -0400 > > From: Brad Smith > > > > I've always wondered why this workaround was not removed once MSI > > support was added. This was added before we had MSI support to > > workaround some Intel azal

Re: acpiec madness (HP laptop people pay attention to this one) - tested on HP Compaq 6510b, 8510p, 8510w, 8710p, 8710w platforms

2012-09-27 Thread Mark Kettenis
> Date: Mon, 24 Sep 2012 22:06:24 +0400 > From: Denis Lapshin > > Two years ago Marco issued a patch > http://marc.info/?l=openbsd-tech&m=128612230314484&w=4 in order to > prevent incorrect reading acpitz on HP Compaq (or any HP laptops with > acpiec madness) by adding some delays to have data pr

Re: ahd(4): Support Adaptec 39320LPE adapter

2012-09-27 Thread Mark Kettenis
> Date: Mon, 24 Sep 2012 04:09:16 -0400 > From: Brad Smith > > Add support for the Adaptec 39320LPE adapter. > > >From FreeBSD Don't see a downside, so ok kettenis@ > Index: ahd_pci.c > === > RCS file: /home/cvs/src/sys/dev/pci/ah

For a man who's in search.

2012-09-27 Thread Angelina Nace
Hello cutie! )) I'm sure we will be good friends. I'm Angelina and no guess I like u I looked through ur photographs and I found you are really pretty. Can't wait to see "+1" in my inbox (;

Re: Intel azalia(4) and MSI

2012-09-27 Thread Mark Kettenis
> Date: Mon, 24 Sep 2012 03:49:41 -0400 > From: Brad Smith > > I've always wondered why this workaround was not removed once MSI > support was added. This was added before we had MSI support to > workaround some Intel azalia(4) being setup by the BIOS as far > as I know to use MSI and thus interr

smtpd alias expansion updated, please test

2012-09-27 Thread Eric Faurot
Hi, I have just commited a rather deep change to the alias expansion logic in smtpd. It fixes a bug reported by halex@ in virtual maps, where an alias expanding to two different virtual users would end up being sent only to the first one. Alias expansion is tricky. We want to make sure that the

¡Los mejores precios para tu proximo viaje!

2012-09-27 Thread ven...@nauturismo.com.ar
[IMAGE][IMAGE][IMAGE] [IMAGE]Buzios Enero- FebreroU$S 1270.- [IMAGE]Imbassai Temporada bajaU$S 1740.- [IMAGE]Natalen Baja!U$S 1505.- [IMAGE]Porto Seguro en EneroU$S 1429.- [IMAGE] [IMAGE]Cancúnen Baja!U$S 2310.- [IMAGE]CubaHabana- VaraderoU$S 1655.- [IMAGE]Puerto PlataEneroU$S 2835.- [IMA

Threads related SIGSEGV in random.c (diff, v2)

2012-09-27 Thread Alexey Suslikov
On Thursday, September 27, 2012, Alexey Suslikov wrote: > On Thursday, September 27, 2012, Philip Guenther wrote: > >> On Thu, 27 Sep 2012, Alexey Suslikov wrote: >> > Removing only local variables part reverts us to previous behavior (i.e. >> > crashes). >> >> My guess is your program is calling

Re: Threads related SIGSEGV in random.c (diff, v2)

2012-09-27 Thread Alexey Suslikov
On Thursday, September 27, 2012, Philip Guenther wrote: > On Thu, 27 Sep 2012, Alexey Suslikov wrote: > > Removing only local variables part reverts us to previous behavior (i.e. > > crashes). > > My guess is your program is calling srandom(), srandomdev(), initstate() > or setstate() as well. Yo