diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-04-02 05:12:03 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-04-02 05:12:03 +0000 |
commit | 81099ecae50f9139aea4f05985ca8a30395a9847 (patch) | |
tree | 279d5a10c15f18895ce2bc43cea84444beb2e93f /sys | |
parent | 6f116956e1cf5949e0da249e31cb69715ac53369 (diff) |
add another PCI id to the ste(4) driver.
From the Sundance Linux driver.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/if_ste.c | 7 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/sys/dev/pci/if_ste.c b/sys/dev/pci/if_ste.c index ae7aa22e746..a511a06546a 100644 --- a/sys/dev/pci/if_ste.c +++ b/sys/dev/pci/if_ste.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ste.c,v 1.35 2006/03/25 22:41:45 djm Exp $ */ +/* $OpenBSD: if_ste.c,v 1.36 2006/04/02 05:12:02 brad Exp $ */ /* * Copyright (c) 1997, 1998, 1999 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. @@ -829,8 +829,9 @@ void ste_stats_update(xsc) } const struct pci_matchid ste_devices[] = { - { PCI_VENDOR_SUNDANCE, PCI_PRODUCT_SUNDANCE_ST201 }, - { PCI_VENDOR_DLINK, PCI_PRODUCT_DLINK_550TX }, + { PCI_VENDOR_SUNDANCE, PCI_PRODUCT_SUNDANCE_ST201_1 }, + { PCI_VENDOR_SUNDANCE, PCI_PRODUCT_SUNDANCE_ST201_2 }, + { PCI_VENDOR_DLINK, PCI_PRODUCT_DLINK_550TX } }; /* diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 70e8c3d94b6..817dd096dab 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1049 2006/03/29 05:10:41 jsg Exp $ +$OpenBSD: pcidevs,v 1.1050 2006/04/02 05:12:02 brad Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -3018,7 +3018,8 @@ product SUN US_IIe 0xa001 UltraSPARC IIe PCI product SUN CASSINI 0xabba Cassini /* Sundance products */ -product SUNDANCE ST201 0x0201 ST201 +product SUNDANCE ST201_1 0x0200 ST201 +product SUNDANCE ST201_2 0x0201 ST201 product SUNDANCE ST1023 0x1023 ST1023 product SUNDANCE ST2021 0x2021 ST2021 |