diff options
author | 2006-06-29 19:03:35 +0000 | |
---|---|---|
committer | 2006-06-29 19:03:35 +0000 | |
commit | cac9b68c95abbe171625417b103146fe637a0582 (patch) | |
tree | b48ca9e48d623c60de3b2b27576ba2ed51b57478 /sys | |
parent | mention the MCP51 and MCP55 (diff) | |
download | wireguard-openbsd-cac9b68c95abbe171625417b103146fe637a0582.tar.xz wireguard-openbsd-cac9b68c95abbe171625417b103146fe637a0582.zip |
add the Intel IOP331 PCIX-PCIX bridge and fix the existing IOP331 entries
as they are really the IOP332 PCIE-PCIX bridges.
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 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 |