[pegasus2-linux] Bug in 2.4-version with the Netgear FA101 in the pegasus.h
Brought to you by:
petkan
|
From: Hanno <ha...@gm...> - 2002-12-17 21:41:05
|
There is a bug in the CVS-Version of pegasus.h for kernel 2.4. The Vendor-ID for the Netgear FA101 must be VENDOR_NETGEAR, not VENDOR_MELCO. The bug is not in the 2.5-version of the driver. Patch see below. I also wanted to know when it is planned to merge the current pegasus driver into the main kernel tree. --- pegasus-vanilla/pegasus.h 2002-11-19 14:30:53.000000000 +0100 +++ pegasus/pegasus.h 2002-12-17 22:35:28.000000000 +0100 @@ -247,7 +247,7 @@ DEFAULT_GPIO_RESET ) PEGASUS_DEV( "MELCO/BUFFALO LUA2-TX", VENDOR_MELCO, 0x0009, DEFAULT_GPIO_RESET | PEGASUS_II ) -PEGASUS_DEV( "NETGEAR FA101", VENDOR_MELCO, 0x1020, +PEGASUS_DEV( "NETGEAR FA101", VENDOR_NETGEAR, 0x1020, DEFAULT_GPIO_RESET | PEGASUS_II ) PEGASUS_DEV( "smartNIC 2 PnP Adapter", VENDOR_SMARTBRIDGES, 0x0003, DEFAULT_GPIO_RESET | PEGASUS_II ) |