diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-04-06 15:16:19 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-04-06 15:16:19 +0000 |
commit | 4185b9a1ed72b96c17f9b651d2602ff17146153a (patch) | |
tree | 4e560449b11cf374467065846f3d018a0b6e6b9f | |
parent | 355d958d2adfdffb0bd0fbd0ecd9e447c1401808 (diff) |
Fix entry for DEC 21554 non-transparent PCI bridge (which may be used in some
Compaq RAID controllers, but there are other applications too).
-rw-r--r-- | sys/dev/pci/pcidevs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index f55879e481a..cd15ae89a5f 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1466 2009/03/26 23:14:02 deraadt Exp $ +$OpenBSD: pcidevs,v 1.1467 2009/04/06 15:16:18 kettenis Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -1754,7 +1754,7 @@ product DEC 21150_BC 0x0023 21150-BC PCI-PCI product DEC 21152 0x0024 21152 PCI-PCI product DEC 21153 0x0025 21153 PCI-PCI product DEC 21154 0x0026 21154 PCI-PCI -product DEC CPQ42XX 0x0046 Compaq SMART RAID 42xx +product DEC 21554 0x0046 21554 PCI-PCI product DEC SWXCR 0x1065 SWXCR RAID /* Dell Computer products */ |