Re: Diff to support so-called "gaming" USB keyboards

2012-07-04 Thread Jasper Lievisse Adriaanse
On Tue, Jul 03, 2012 at 03:23:16PM -0700, Mike Larkin wrote: > Many low-cost USB keyboards have a limit of either 3 or 6 simultaneous > keypresses before they wedge and stop supplying any more keypress events > (at least until you release one of the pressed keys). > > Some newer (usually called "g

Re: New NVIDIA PCI ids

2012-07-04 Thread Brad Smith
On Wed, Jul 04, 2012 at 04:27:45PM +0200, Mark Kettenis wrote: > > Date: Wed, 4 Jul 2012 04:20:40 -0400 > > From: Brad Smith > > > > Some missing MCP89 PCI ids and another GeForce 320M PCI id. > > I left those MPC89 PCI ids intentionally. We have no clue what they > actually are, so I don't see

Re: New NVIDIA PCI ids

2012-07-04 Thread Mark Kettenis
> Date: Wed, 4 Jul 2012 04:20:40 -0400 > From: Brad Smith > > Some missing MCP89 PCI ids and another GeForce 320M PCI id. I left those MPC89 PCI ids intentionally. We have no clue what they actually are, so I don't see any point in adding them. Where did that GeForce 320M ID come from? > Inde

Re: New brgphy(4) PHY

2012-07-04 Thread Mark Kettenis
> Date: Wed, 4 Jul 2012 03:46:46 -0400 > From: Brad Smith > > Recognize BCM5717C, BCM5719C and BCM5720C PHY. > > ukphy2 at bge2 phy 3: Generic IEEE 802.3u media interface, rev. 0: OUI > 0x00d897, model 0x0022 > > The rest came from FreeBSD. > > > Index: miidevs >

Re: brgphy(4) fix jumbo setup code

2012-07-04 Thread Stuart Henderson
OK with me, I tested this on various bge and bnx last time it was around. On 2012/07/04 04:53, Brad Smith wrote: > This was part of the bnx(4) jumbo diff but it should be commited > separately as it pertains to bge(4) as well. > > Correct the jumbo setup code within brgphy(4). The code had a mist

Re: bge(4) fibre media detection fix

2012-07-04 Thread Mark Kettenis
> Date: Wed, 4 Jul 2012 06:06:46 -0400 > From: Brad Smith > > On Wed, Jul 04, 2012 at 12:03:43PM +0200, Mark Kettenis wrote: > > > Date: Wed, 4 Jul 2012 03:43:21 -0400 > > > From: Brad Smith > > > > > > Invert the logic for detecting fibre interface media adapters. > > > Only the BCM5700-BCM570

Aprovecha las promos de Belleza

2012-07-04 Thread Bonus Cupon Belleza Especial!
Si no podes visualizar este mail, ingresa a: http://news1.bonuscupon.com.ar/r.html?uid=1.1t.295h.v8.nn33kwp434

Re: bge(4) fibre media detection fix

2012-07-04 Thread Brad Smith
On Wed, Jul 04, 2012 at 12:03:43PM +0200, Mark Kettenis wrote: > > Date: Wed, 4 Jul 2012 03:43:21 -0400 > > From: Brad Smith > > > > Invert the logic for detecting fibre interface media adapters. > > Only the BCM5700-BCM5704 adapters had TBI interfaces for fibre > > and anyting newer uses the MII

Re: bge(4) fibre media detection fix

2012-07-04 Thread Mark Kettenis
> Date: Wed, 4 Jul 2012 03:43:21 -0400 > From: Brad Smith > > Invert the logic for detecting fibre interface media adapters. > Only the BCM5700-BCM5704 adapters had TBI interfaces for fibre > and anyting newer uses the MII interface. > > No change for anything currently supported. Not entirely

Disable SSLv2 support for OpenSSL

2012-07-04 Thread Brad Smith
The diff below from sthen@ disables the SSLv2 support within the OpenSSL stack. All the browsers and almost all web servers / proxies and other apps do or have added their own bits of code over the years to explicitly disable the SSLv2 support and anything using SSL should be disabling SSLv2 anywa

brgphy(4) fix jumbo setup code

2012-07-04 Thread Brad Smith
This was part of the bnx(4) jumbo diff but it should be commited separately as it pertains to bge(4) as well. Correct the jumbo setup code within brgphy(4). The code had a mistake and was actually disabling the jumbo settings for the PHY. Index: brgphy.c =

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

2012-07-04 Thread Brad Smith
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 for the BCM5700 family chips as they're the only chips with the min

New Broadcom PCI ids

2012-07-04 Thread Brad Smith
New Broadcom Ethernet PCI ids. Index: pcidevs === RCS file: /home/cvs/src/sys/dev/pci/pcidevs,v retrieving revision 1.1646 diff -u -p -r1.1646 pcidevs --- pcidevs 28 Jun 2012 11:52:15 - 1.1646 +++ pcidevs 28 Jun 2012

New NVIDIA PCI ids

2012-07-04 Thread Brad Smith
Some missing MCP89 PCI ids and another GeForce 320M PCI id. Index: pcidevs === RCS file: /home/cvs/src/sys/dev/pci/pcidevs,v retrieving revision 1.1636 diff -u -p -r1.1636 pcidevs --- pcidevs 11 Mar 2012 13:27:58 - 1.163

Re: bge(4) FastE fix for BCM57791/BCM57795

2012-07-04 Thread Mark Kettenis
> Date: Wed, 4 Jul 2012 03:40:26 -0400 > From: Brad Smith > > Set the 10_100_ONLY flag for the BCM57791/BCM57795 chipsets > as they're FastE chipsets. So ifconfig media doesn't list > GigE for FastE-only capable PHY. > > OK? Right, the programmers reference guide for those chips quite clearly s

New brgphy(4) PHY

2012-07-04 Thread Brad Smith
Recognize BCM5717C, BCM5719C and BCM5720C PHY. ukphy2 at bge2 phy 3: Generic IEEE 802.3u media interface, rev. 0: OUI 0x00d897, model 0x0022 The rest came from FreeBSD. Index: miidevs === RCS file: /home/cvs/src/sys/dev/mii/miidev

bge(4) allow for adjustable PHY location

2012-07-04 Thread Brad Smith
Allow the PHY location to be adjusted instead of it being hardcoded at 1 only. Add sanity checking for PHY location to the write register function. No change for currently supported chips. OK? Index: if_bge.c === RCS file: /home/cv

bge(4) fibre media detection fix

2012-07-04 Thread Brad Smith
Invert the logic for detecting fibre interface media adapters. Only the BCM5700-BCM5704 adapters had TBI interfaces for fibre and anyting newer uses the MII interface. No change for anything currently supported. OK? Index: if_bge.c ===

bge(4) FastE fix for BCM57791/BCM57795

2012-07-04 Thread Brad Smith
Set the 10_100_ONLY flag for the BCM57791/BCM57795 chipsets as they're FastE chipsets. So ifconfig media doesn't list GigE for FastE-only capable PHY. OK? Index: if_bge.c === RCS file: /home/cvs/src/sys/dev/pci/if_bge.c,v retrieving