patch to support InBusiness #1030 cards

Matt_Domsch@Dell.com Matt_Domsch@Dell.com
Tue Nov 16 17:34:11 1999


Below is a patch to eepro100.c driver v1.09t to add support for the Intel
InBusiness 10/100 card.  It adds the PCI Device ID 1030 to the table of
supported cards, and seems to work fine for me so far.  This card has an
82559 chip.

--- eepro100.c	Tue Nov 16 15:09:07 1999
+++ /usr/src/linux/drivers/net/eepro100.c	Tue Nov 16 15:33:02 1999
@@ -381,6 +381,8 @@
 	 SPEEDO_IOTYPE, SPEEDO_SIZE, 0,},
 	{"Intel EtherExpress Pro/100 #1029",   { 0x10298086, 0xffffffff,},
 	 SPEEDO_IOTYPE, SPEEDO_SIZE, 0, },
+	{"Intel InBusiness 10/100 #1030", { 0x10308086, 0xffffffff,},
+	 SPEEDO_IOTYPE, SPEEDO_SIZE, 0, },
 	{0,},						/* 0 terminated
list. */
 };

Thanks,
Matt Domsch