BUG: grub netbooting with EEPRO100

2001-02-28 Thread Hans-Christian Armingeon
Hi folks, thank you for programming that wonderful bootloader grub! But there's a small bug. The EEPRO100 driver doesn't work for the intel 82559ER. The standard kernel driver doesn't work too, but the driver intel provided worked, and the source is available too. Maybe you can have a look at it

Re: BUG: grub netbooting with EEPRO100

2001-02-28 Thread Christoph Plattner
The problem is the the PCI chip ID. The i82559ER has 0x1209 instead of 0x1229 (used for i82557..559). The vendor ID is 0x8086 in all cases ( = intel ) ! I have done a local patch in GRUB to handle (1) the i82559er also (2) use the new EEPROM access routines to avoid the error