diff options
author | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2006-11-08 17:39:24 +0000 |
---|---|---|
committer | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2006-11-08 17:39:24 +0000 |
commit | 5f4fce18414c91e0b103e3c0b0bc334fb7570407 (patch) | |
tree | 124b23a6296efdce1b9ee03301fa666efe95f5e2 /sys | |
parent | 65bc2b8a07d6c8c03e657a6b70a705df9c90913d (diff) |
Add Decision Computer Inc and device ids for their PCCOM serial cards.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pcidevs | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 24a76bc5461..d66d0449d1b 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1185 2006/11/07 02:40:52 jsg Exp $ +$OpenBSD: pcidevs,v 1.1186 2006/11/08 17:39:23 mcbride Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -301,6 +301,7 @@ vendor GEMTEK 0x5046 Gemtek vendor TURTLEBEACH 0x5053 Turtle Beach vendor S3 0x5333 S3 vendor C4T 0x6374 c't Magazin +vendor DCI 0x6666 Decision Computer Inc vendor INTEL 0x8086 Intel vendor WINBOND2 0x8c4a Winbond vendor KTI 0x8e2e KTI @@ -1336,6 +1337,11 @@ product DAVICOM DM9100 0x9100 DM9100 product DAVICOM DM9102 0x9102 DM9102 product DAVICOM DM9132 0x9132 DM9132 +/* Decision Computer Inc */ +product DCI APCI2 0x0004 PCCOM 2-port +product DCI APCI4 0x0001 PCCOM 4-port +product DCI APCI8 0x0002 PCCOM 8-port + /* DEC products */ product DEC 21050 0x0001 21050 PCI-PCI product DEC 21040 0x0002 21040 |