diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-01-31 21:39:06 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-01-31 21:39:06 +0000 |
commit | 395e51cd370c463c89c5aedfad3a795f96e1f528 (patch) | |
tree | d4941577755d1d2d89eb4dec23d8f5bb1ad81611 /sys | |
parent | 4910bbd8a5c2a11250868eaf8ef2de5266ea099f (diff) |
some of these bridges are actually provided by the HT-2000 for additional
HyperTransport to PCI Express bridges.
Diffstat (limited to 'sys')
-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 130bfec29f2..4177c8bad95 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1011 2006/01/31 19:35:56 brad Exp $ +$OpenBSD: pcidevs,v 1.1012 2006/01/31 21:39:05 brad Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -2607,8 +2607,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_1000_PCIE_1 0x0130 HT-1000 PCIE -product RCC HT_1000_PCIE_2 0x0132 HT-1000 PCIE +product RCC HT_2000_PCIE_1 0x0130 HT-2000 PCIE +product RCC HT_2000_PCIE_2 0x0132 HT-2000 PCIE product RCC OSB4 0x0200 OSB4 product RCC CSB5 0x0201 CSB5 product RCC CSB6 0x0203 CSB6 |