diff options
author | 2006-02-11 08:33:12 +0000 | |
---|---|---|
committer | 2006-02-11 08:33:12 +0000 | |
commit | f8411ac580dc7148b661b8f1786e7042abc071d9 (patch) | |
tree | 46d2af07f2c341e910cadab58c28affa4ca7d3cf | |
parent | Mask off the highest 16 bit of the io space address. (diff) | |
download | wireguard-openbsd-f8411ac580dc7148b661b8f1786e7042abc071d9.tar.xz wireguard-openbsd-f8411ac580dc7148b661b8f1786e7042abc071d9.zip |
this HT-2000 PCI bridge is actually PCI-X and not PCI Express.
-rw-r--r-- | sys/dev/pci/pcidevs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index d0e07393ed1..03755d8903a 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1018 2006/02/09 11:11:40 brad Exp $ +$OpenBSD: pcidevs,v 1.1019 2006/02/11 08:33:12 brad Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -2615,8 +2615,8 @@ product RCC CIOB_X2 0x0101 CIOB-X2 PCIX product RCC PCIE_PCIX 0x0103 PCIE-PCIX product RCC HT_1000_PCIX 0x0104 HT-1000 PCIX product RCC CIOB_E 0x0110 CIOB-E -product RCC HT_2000_PCIE_1 0x0130 HT-2000 PCIE -product RCC HT_2000_PCIE_2 0x0132 HT-2000 PCIE +product RCC HT_2000_PCIX 0x0130 HT-2000 PCIX +product RCC HT_2000_PCIE 0x0132 HT-2000 PCIE product RCC OSB4 0x0200 OSB4 product RCC CSB5 0x0201 CSB5 product RCC CSB6 0x0203 CSB6 |