diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-07-27 23:45:11 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-07-27 23:45:11 +0000 |
commit | f916b90d1e17a525e067ccbe29777bb8525febeb (patch) | |
tree | fe42a1a6b175e5436220cc82db77e399b483fd25 | |
parent | 384dd4e678c157c3ed1db416dd8405b00bdacdd7 (diff) |
add PCI ID for Sundance ST1023 Gigabit chipset.
-rw-r--r-- | sys/dev/pci/pcidevs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index bbe67886fbe..8b5ebfdfac2 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.897 2005/07/25 07:46:21 jsg Exp $ +$OpenBSD: pcidevs,v 1.898 2005/07/27 23:45:10 brad Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -2568,6 +2568,7 @@ product SUN CE 0xabba Cassini Ether /* Sundance products */ product SUNDANCE ST201 0x0201 ST201 +product SUNDANCE ST1023 0x1023 ST1023 product SUNDANCE ST2021 0x2021 ST2021 /* Sunix */ |