diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2010-08-26 10:12:19 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2010-08-26 10:12:19 +0000 |
commit | 2bede60be3c98195ae65a7de6f0c040c7f56afdc (patch) | |
tree | 53f50c8eeb355e1f52e4780be7b42b0e645425d1 /sys | |
parent | 06bfee29b792bbcd5820bec48e7f1efe1793254e (diff) |
Add HP iLO3 devices and another PLX bridge.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pcidevs | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index e7687c63137..87b0642240b 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1569 2010/08/23 00:09:16 dlg Exp $ +$OpenBSD: pcidevs,v 1.1570 2010/08/26 10:12:18 jsg Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -2130,6 +2130,10 @@ product HP HPSAP812 0x3249 Smart Array P812 product HP HPSAP712M 0x324a Smart Array P712m product HP HPSAP711M 0x324b Smart Array P711m product HP USB 0x3300 USB +product HP ILO3_SERIAL 0x3301 iLO3 Serial +product HP ILO3_SLAVE 0x3306 iLO3 Slave +product HP ILO3_MGMT 0x3307 iLO3 Management +product HP ILO3_WATCHDOG 0x3308 iLO3 Watchdog product HP IPMI 0x3302 IPMI /* Hifn products */ @@ -4547,6 +4551,7 @@ product PLX PEX_8532 0x8532 PEX 8532 product PLX PEX_8533 0x8533 PEX 8533 product PLX PEX_8547 0x8547 PEX 8547 product PLX PEX_8548 0x8548 PEX 8548 +product PLX PEX_8612 0x8612 PEX 8612 product PLX PEX_8616 0x8616 PEX 8616 product PLX PEX_8624 0x8624 PEX 8624 product PLX PEX_8648 0x8648 PEX 8648 |