diff options
author | 2008-11-17 06:54:35 +0000 | |
---|---|---|
committer | 2008-11-17 06:54:35 +0000 | |
commit | 835297d58d2801c11a9089eff710df9be83fcd14 (patch) | |
tree | 7a4629e1b0b016da48a0b86b28c00fbf694182dd | |
parent | IPv6 has been supported for awhile now. (diff) | |
download | wireguard-openbsd-835297d58d2801c11a9089eff710df9be83fcd14.tar.xz wireguard-openbsd-835297d58d2801c11a9089eff710df9be83fcd14.zip |
Add PCI ids for the HP Smart Array P711m/P712m adapters.
From HP via the Linux cciss driver.
-rw-r--r-- | sys/dev/pci/pcidevs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index c6ed8890568..2c3e042640e 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1432 2008/11/14 00:57:37 brad Exp $ +$OpenBSD: pcidevs,v 1.1433 2008/11/17 06:54:35 brad Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -1812,6 +1812,8 @@ product HP HPSAP410 0x3243 Smart Array P410 product HP HPSAP410I 0x3245 Smart Array P410i product HP HPSAP411 0x3247 Smart Array P411 product HP HPSAP812 0x3249 Smart Array P812 +product HP HPSAP712M 0x324a Smart Array 712m +product HP HPSAP711M 0x324b Smart Array 711m product HP USB 0x3300 USB product HP IPMI 0x3302 IPMI |