Update of /cvsroot/linuxdc/linux/drivers/net
In directory usw-pr-cvs1:/tmp/cvs-serv31881/drivers/net
Modified Files:
8139too.c
Log Message:
Initial PCI and BBA support
Index: 8139too.c
===================================================================
RCS file: /cvsroot/linuxdc/linux/drivers/net/8139too.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** 8139too.c 2001/01/09 03:30:43 1.2
--- 8139too.c 2001/03/11 11:10:33 1.3
***************
*** 247,250 ****
--- 247,251 ----
DELTA8139,
ADDTRON8139,
+ SEGA8139,
} board_t;
***************
*** 260,263 ****
--- 261,265 ----
{ "Delta Electronics 8139 10/100BaseTX" },
{ "Addtron Technolgy 8139 10/100BaseTX" },
+ { "Sega Broadband Adapter (RealTek RTL8139C)" },
};
***************
*** 270,273 ****
--- 272,276 ----
{0x1500, 0x1360, PCI_ANY_ID, PCI_ANY_ID, 0, 0, DELTA8139 },
{0x4033, 0x1360, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ADDTRON8139 },
+ {0x11db, 0x1234, PCI_ANY_ID, PCI_ANY_ID, 0, 0, SEGA8139 },
{0,}
};
|