To get the eepro100 ethernet card going on this motherboard (Intel D815EAA)
I had to add....
 
*** linux-2.4.0-test8/drivers/net/eepro100.c Sat Aug 12 14:14:46 2000
--- linux-2.4.0-test8-old/drivers/net/eepro100.c Thu Sep 21 13:20:15 2000
***************
*** 2273,2278 ****
--- 2273,2280 ----
    PCI_ANY_ID, PCI_ANY_ID, },
   { PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ID1030,
    PCI_ANY_ID, PCI_ANY_ID, },
+  { PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82820FW_4,
+   PCI_ANY_ID, PCI_ANY_ID, },
   { 0,}
  };
  MODULE_DEVICE_TABLE(pci, eepro100_pci_tbl);
 
 
This makes the eepro100 driver work with the ethernet card . I've been using it for the last 3 days perfectly well with no errors...

  Bus  1, device   8, function  0:
    Ethernet controller: Intel Corporation 82820 820 (Camino 2) Chipset Ethernet (rev 1).
      IRQ 11.
      Master Capable.  Latency=64.  Min Gnt=8.Max Lat=56.
      Non-prefetchable 32 bit memory at 0xff8ff000 [0xff8fffff].
      I/O at 0xdf00 [0xdf3f].


eepro100.c:v1.09j-t 9/29/99 Donald Becker http://cesdis.gsfc.nasa.gov/linux/drivers/eepro100.html
eepro100.c: $Revision: 1.33 $ 2000/05/24 Modified by Andrey V. Savochkin <[EMAIL PROTECTED]> and others
eth1: Intel Corporation 82820 820 (Camino 2) Chipset Ethernet, 00:D0:B7:C6:BF:89, IRQ 11.
  Receiver lock-up bug exists -- enabling work-around.
  Board assembly 000000-000, Physical connectors present: RJ45
  Primary interface chip i82555 PHY #1.
  General self-test: passed.
  Serial sub-system self-test: passed.
  Internal registers self-test: passed.
  ROM checksum self-test: passed (0x04f4518b).

Reply via email to