Add new ST201 PCI id.

PR:	kern/108150
This commit is contained in:
Pyun YongHyeon 2007-03-10 03:10:34 +00:00
parent 97a77cd84b
commit 3e38636bd9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=167407
2 changed files with 4 additions and 2 deletions

View file

@ -85,7 +85,8 @@ MODULE_DEPEND(ste, miibus, 1, 1, 1);
* Various supported device vendors/types and their names.
*/
static struct ste_type ste_devs[] = {
{ ST_VENDORID, ST_DEVICEID_ST201, "Sundance ST201 10/100BaseTX" },
{ ST_VENDORID, ST_DEVICEID_ST201_1, "Sundance ST201 10/100BaseTX" },
{ ST_VENDORID, ST_DEVICEID_ST201_2, "Sundance ST201 10/100BaseTX" },
{ DL_VENDORID, DL_DEVICEID_DL10050, "D-Link DL10050 10/100BaseTX" },
{ 0, 0, NULL }
};

View file

@ -37,7 +37,8 @@
* ST201 chip.
*/
#define ST_VENDORID 0x13F0
#define ST_DEVICEID_ST201 0x0201
#define ST_DEVICEID_ST201_1 0x0200
#define ST_DEVICEID_ST201_2 0x0201
/*
* D-Link PCI device/vendor ID for the DL10050[AB] chip