Messages in this thread |  | | From | "Craig Whitmore" <> | Subject | Intel D815EEA Motherboard (ethernet driver) | Date | Thu, 21 Sep 2000 15:49:17 +1200 |
| |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=iso-8859-1"> <META content="MSHTML 5.50.4207.2601" name=GENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=#ffffff> <DIV><FONT face=Arial size=2>To get the eepro100 ethernet card going on this motherboard (Intel D815EAA)</FONT></DIV> <DIV><FONT face=Arial size=2>I had to add....</FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2>*** linux-2.4.0-test8/drivers/net/eepro100.c Sat Aug 12 14:14:46 2000<BR>--- linux-2.4.0-test8-old/drivers/net/eepro100.c Thu Sep 21 13:20:15 2000<BR>***************<BR>*** 2273,2278 ****<BR>--- 2273,2280 ----<BR> PCI_ANY_ID, PCI_ANY_ID, },<BR> { PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ID1030,<BR> PCI_ANY_ID, PCI_ANY_ID, },<BR>+ { PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82820FW_4,<BR>+ PCI_ANY_ID, PCI_ANY_ID, },<BR> { 0,}<BR> };<BR> MODULE_DEVICE_TABLE(pci, eepro100_pci_tbl);</FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2>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...</FONT></DIV> <DIV><FONT face=Arial size=2><BR> Bus 1, device 8, function 0:<BR> Ethernet controller: Intel Corporation 82820 820 (Camino 2) Chipset Ethernet (rev 1).<BR> IRQ 11.<BR> Master Capable. Latency=64. Min Gnt=8.Max Lat=56.<BR> Non-prefetchable 32 bit memory at 0xff8ff000 [0xff8fffff].<BR> I/O at 0xdf00 [0xdf3f].<BR><BR><BR>eepro100.c:v1.09j-t 9/29/99 Donald Becker <A href="http://cesdis.gsfc.nasa.gov/linux/drivers/eepro100.html">http://cesdis.gsfc.nasa.gov/linux/drivers/eepro100.html</A><BR>eepro100.c: $Revision: 1.33 $ 2000/05/24 Modified by Andrey V. Savochkin <<A href="mailto:saw@saw.sw.com.sg">saw@saw.sw.com.sg</A>> and others<BR>eth1: Intel Corporation 82820 820 (Camino 2) Chipset Ethernet, 00:D0:B7:C6:BF:89, IRQ 11.<BR> Receiver lock-up bug exists -- enabling work-around.<BR> Board assembly 000000-000, Physical connectors present: RJ45<BR> Primary interface chip i82555 PHY #1.<BR> General self-test: passed.<BR> Serial sub-system self-test: passed.<BR> Internal registers self-test: passed.<BR> ROM checksum self-test: passed (0x04f4518b).<BR></DIV></FONT></BODY></HTML>
|  |