summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_ste.c
diff options
context:
space:
mode:
authoryongari <yongari@FreeBSD.org>2007-03-10 03:10:34 +0000
committeryongari <yongari@FreeBSD.org>2007-03-10 03:10:34 +0000
commit24206781741eefd8d5e0acc65aa45c572be46601 (patch)
tree78b7b7bae4a982304f1e099eb420964ae244c4e6 /sys/pci/if_ste.c
parentb0b9a7d1df442ceef778d4c6f76e1819224f4d1e (diff)
downloadFreeBSD-src-24206781741eefd8d5e0acc65aa45c572be46601.zip
FreeBSD-src-24206781741eefd8d5e0acc65aa45c572be46601.tar.gz
Add new ST201 PCI id.
PR: kern/108150
Diffstat (limited to 'sys/pci/if_ste.c')
-rw-r--r--sys/pci/if_ste.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/pci/if_ste.c b/sys/pci/if_ste.c
index ad3586e..72eff37 100644
--- a/sys/pci/if_ste.c
+++ b/sys/pci/if_ste.c
@@ -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 }
};
OpenPOWER on IntegriCloud