diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-07-08 18:45:18 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-07-08 18:45:18 +0000 |
commit | e92385aa72aa9ea7c539a5d438cdf01ee5267580 (patch) | |
tree | 579c90aea3673f96a47976b1832812f1369130e3 /sys | |
parent | eb77ad404dac8095d2d8f5682e0bf43306b31ebf (diff) |
The 82870P2 PCI-PCI bridge is a PCI-X bridge and add a second 21152 PCI
bridge id, found on a quad port ste(4) adapter.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pcidevs | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index a61fd3ddc14..c20b6cef136 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1092 2006/07/08 06:09:33 brad Exp $ +$OpenBSD: pcidevs,v 1.1093 2006/07/08 18:45:17 brad Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -1695,7 +1695,7 @@ product INTEL 82380AB 0x123c 82380AB Mobile ISA product INTEL 82380FB 0x124b 82380FB Mobile PCI-PCI product INTEL 82439HX 0x1250 82439HX product INTEL 82806AA 0x1360 82806AA -product INTEL 82870P2_PPB 0x1460 82870P2 PCI-PCI +product INTEL 82870P2_PPB 0x1460 82870P2 PCIX-PCIX product INTEL 82870P2_IOxAPIC 0x1461 82870P2 IOxAPIC product INTEL 82870P2_HPLUG 0x1462 82870P2 Hot Plug product INTEL 80960RP_ATU 0x1960 80960RP ATU @@ -2001,7 +2001,8 @@ product INTEL RCU21 0x9621 RCU21 I2O RAID product INTEL RCUxx 0x9622 RCUxx I2O RAID product INTEL RCU31 0x9641 RCU31 I2O RAID product INTEL RCU31L 0x96a1 RCU31L I2O RAID -product INTEL 21152 0xb152 S21152BB PCI-PCI +product INTEL 21152_1 0xb150 S21152BB PCI-PCI +product INTEL 21152_2 0xb152 S21152BB PCI-PCI product INTEL 21154 0xb154 S21154AE/BE PCI-PCI /* Intergraph products */ |