diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-02-11 08:33:13 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-02-11 08:33:13 +0000 |
commit | 34607259f6c29161a28c884308b674b1069a267d (patch) | |
tree | 66e81c2057ddf2c70e5918e770cafa8762608339 /sys/dev/pci/pcidevs | |
parent | cb49cfda2b978a8522e25874a78940e07038afac (diff) |
this HT-2000 PCI bridge is actually PCI-X and not PCI Express.
Diffstat (limited to 'sys/dev/pci/pcidevs')
-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 |