diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-06-29 19:03:36 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-06-29 19:03:36 +0000 |
commit | 21555431109a3dcb05d37ec695979cbf351d34e2 (patch) | |
tree | 4e9bca17835c0a9b3622264369492acd8f6686b7 | |
parent | 37803203b5d90ad7304da8d7b5367e89c5c6f0da (diff) |
add the Intel IOP331 PCIX-PCIX bridge and fix the existing IOP331 entries
as they are really the IOP332 PCIE-PCIX bridges.
-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 d1e9ab31fcf..d799e12f72f 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1087 2006/06/29 04:36:57 brad Exp $ +$OpenBSD: pcidevs,v 1.1088 2006/06/29 19:03:35 brad Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -1543,8 +1543,9 @@ product INTEL IOXAPIC_B 0x0327 IOxAPIC product INTEL 6700PXH_A 0x0329 PCIE-PCIE product INTEL 6700PXH_B 0x032a PCIE-PCIE product INTEL 6702PXH 0x032c PCIE-PCIE -product INTEL IOP331_C0 0x0330 IOP331 Channel 0 -product INTEL IOP331_C1 0x0332 IOP331 Channel 1 +product INTEL IOP332_A 0x0330 IOP332 PCIE-PCIX +product INTEL IOP332_B 0x0332 IOP332 PCIE-PCIX +product INTEL IOP331 0x0335 IOP331 PCIX-PCIX product INTEL 41210_A 0x0340 41210 PCIE-PCIX product INTEL 41210_B 0x0341 41210 PCIE-PCIX product INTEL PCEB 0x0482 82375EB EISA |