simplify xl(4)'s xl_iff_90x() a bit

2012-09-25 Thread Brad Smith
Since ac->ac_multicnt is incremented even when we have a multicast range the xl_iff_90x() function can be simplified a bit since the older chips if receiving multicast traffic are set to receive all multicast traffic. OK? Index: xl.c ==

Re: bge(4) fix for Jumbo ring/mini ring setup

2012-09-25 Thread Brad Smith
On Wed, Jul 04, 2012 at 04:27:19AM -0400, Brad Smith wrote: > The following diff corrects the Jumbo ring/mini ring setup code > to not write to some registers if the chip doesn't have Jumbo > ring support and moves the mini ring setup out from under the > Jumbo ring support and made to only be done

se(4) support for VLAN sized frames

2012-09-25 Thread Brad Smith
The following diff adds support for VLAN sized frames to the se(4) driver. Index: if_se.c === RCS file: /home/cvs/src/sys/dev/pci/if_se.c,v retrieving revision 1.6 diff -u -p -r1.6 if_se.c --- if_se.c 7 Sep 2010 07:54:44 -

Re: gem(4) flow control support

2012-09-25 Thread Brad Smith
On Sat, Jul 25, 2009 at 07:14:42AM -0400, Brad wrote: > Please test the following diff which adds flow control support > with any gem(4) adapter. > > Please provide a dmesg and "ifconfig gemX" output. No one ever reported any issues with this so I'd like to get this in. OK? > Index: gem.c >

Re: jme(4) diff for flow control support.

2012-09-25 Thread Brad Smith
On Sat, Jul 25, 2009 at 08:49:59AM -0400, Brad wrote: > Along with the jmphy(4) diff here is a diff to enable flow control > support for jme(4) adapters.a As I said for the jmphy(4) diff I had a user test this independently (other than the sample boards jsg@ and I have). OK? > Index: if_jme.c

Re: jmphy(4) flow control diff

2012-09-25 Thread Brad Smith
On Sat, Jul 25, 2009 at 08:48:47AM -0400, Brad wrote: > On Sat, Jul 25, 2009 at 08:32:40AM -0400, Brad wrote: > > Replaces the magic numbers with the standard define from mii.h and > > only advertises the flow control capabilities via the ANAR register > > if the MIIF_DOPAUSE flag is set, as done b

ale(4) diff for media status code

2012-09-25 Thread Brad Smith
Just as is done for alc(4).. only provide media status if the interface is up. The media status is not valid until the interface has been turned up. >From FreeBSD OK? Index: if_ale.c === RCS file: /home/cvs/src/sys/dev/pci/if_ale.c

Re: help testing bridge diff

2012-09-25 Thread Stefan Sperling
On Mon, Sep 24, 2012 at 06:12:21PM +0200, Camiel Dobbelaar wrote: > And a new diff, A misplaced bracket in in_arpinput() caused make release > to fail (as you noticed). I've tested this sending traffic through vr, vether, ral, and tun in a single bridge. Everything is working flawlessly here. As

relayd multiple backup table diff for testing

2012-09-25 Thread Reyk Floeter
Hi! During n2k12, I started working on partially rewriting the relay HTTP handling and filter language. The filter language will introduce a new grammar, better flexibility, and a reworked code path in the daemon itself. One goal is to allow selection of the forwarding target or table with the f

¡Genere Exportaciones REALES! Déle una mirada....

2012-09-25 Thread Exporta-r-r-r !!!
Para la atención del: Director General Expande vuestras Exportaciones a Nuevos Mercados Pague solamente al estar satisfecho con nuestro desempeño Sin anticipos y sin comisiones sobre las ventas www.exportarrr.com ¡Pruebe nuestros servicios sin riesgo! ExportMatch es una empresa que de

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

2012-09-25 Thread Denis Lapshin
It looks a bit dirty from a coding position, but it works fine. Why not add this by default to make it working out of the box on further OpenBSD versions? Doing this you have more time to develop a proper locking procedure... Thanks On Tue, Sep 25, 2012 at 1:19 PM, Paul Irofti wrote: > On Mon, S

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

2012-09-25 Thread Paul Irofti
On Mon, Sep 24, 2012 at 10:06:24PM +0400, Denis Lapshin wrote: > 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 prepa

acpiec madness (HP laptop people pay attention to this one) - tested on some HP Compaq platforms

2012-09-25 Thread Denis Lapshin
Two years ago Marco issued a patch in order to prevent incorrect reading acpitz on HP Compaq (or any HP laptops with acpiec madness) by adding some delays to have data prepared to read/write. It has been tested and works perfectly fine on some HP laptops: 6510b, 8510p/w, 8710p/w. Please add this