diff options
author | 2000-01-20 20:11:24 +0000 | |
---|---|---|
committer | 2000-01-20 20:11:24 +0000 | |
commit | b4e4a2637627a4550aa5d5452034c8892d17c2cb (patch) | |
tree | 89ef87bf344efe50ad38cba449da1fca3e950464 | |
parent | buffer overflow in readline(;) from espie@ (diff) | |
download | wireguard-openbsd-b4e4a2637627a4550aa5d5452034c8892d17c2cb.tar.xz wireguard-openbsd-b4e4a2637627a4550aa5d5452034c8892d17c2cb.zip |
DEC 21150-BC bridge chip, AKA DC1111D
-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 7936c6c80fa..ea99f740422 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ - $OpenBSD: pcidevs,v 1.210 2000/01/18 05:18:23 jason Exp $ + $OpenBSD: pcidevs,v 1.211 2000/01/20 20:11:24 deraadt Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -867,6 +867,7 @@ product DEC 21142 0x0019 DECchip 21142/3 product DEC PN9000SX 0x001a Farallon PN9000SX product DEC 21052 0x0021 DECchip 21052 PCI-PCI product DEC 21150 0x0022 DECchip 21150 PCI-PCI +product DEC 21150_BC 0x0023 DECchip 21150-BC PCI-PCI product DEC 21152 0x0024 DECchip 21152 PCI-PCI product DEC 21153 0x0025 DECchip 21153 PCI-PCI product DEC 21154 0x0026 DECchip 21154 PCI-PCI |