diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2008-10-16 01:57:53 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2008-10-16 01:57:53 +0000 |
commit | 791a3641281134fc041026aa674899628ab406a2 (patch) | |
tree | 31c7437fa64af63a283b3211ee7039f543709f81 /sys/dev/pci/pcidevs | |
parent | f09324828111938e1c0a51e4688ad20c2b7f7421 (diff) |
Correct the existing Intel E4500 entries so they're properly named E5400
and add some missing entries for the E5400 chipset.
Diffstat (limited to 'sys/dev/pci/pcidevs')
-rw-r--r-- | sys/dev/pci/pcidevs | 29 |
1 files changed, 18 insertions, 11 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index fe88dc89368..2438b52ced5 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1422 2008/10/08 18:30:12 damien Exp $ +$OpenBSD: pcidevs,v 1.1423 2008/10/16 01:57:52 brad Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -2577,17 +2577,24 @@ product INTEL 82801JI_PCIE_3 0x3a44 82801JI PCIE product INTEL 82801JI_PCIE_4 0x3a46 82801JI PCIE product INTEL 82801JI_PCIE_5 0x3a48 82801JI PCIE product INTEL 82801JI_PCIE_6 0x3a4a 82801JI PCIE -product INTEL E5400_HB 0x4001 E4500 Host -product INTEL E4500_PCIE_1 0x4021 E4500 PCIE -product INTEL E4500_PCIE_2 0x4022 E4500 PCIE -product INTEL E4500_PCIE_3 0x4023 E4500 PCIE -product INTEL E4500_PCIE_4 0x4024 E4500 PCIE -product INTEL E4500_PCIE_5 0x4025 E4500 PCIE -product INTEL E4500_PCIE_6 0x4026 E4500 PCIE -product INTEL E4500_PCIE_7 0x4027 E4500 PCIE -product INTEL E4500_PCIE_8 0x4028 E4500 PCIE -product INTEL E4500_PCIE_9 0x4029 E4500 PCIE +product INTEL E5400_HB 0x4000 E5400 Host +product INTEL E5400A_HB 0x4001 E5400A Host +product INTEL E5400B_HB 0x4003 E5400B Host +product INTEL E5400_PCIE_1 0x4021 E5400 PCIE +product INTEL E5400_PCIE_2 0x4022 E5400 PCIE +product INTEL E5400_PCIE_3 0x4023 E5400 PCIE +product INTEL E5400_PCIE_4 0x4024 E5400 PCIE +product INTEL E5400_PCIE_5 0x4025 E5400 PCIE +product INTEL E5400_PCIE_6 0x4026 E5400 PCIE +product INTEL E5400_PCIE_7 0x4027 E5400 PCIE +product INTEL E5400_PCIE_8 0x4028 E5400 PCIE +product INTEL E5400_PCIE_9 0x4029 E5400 PCIE product INTEL IOAT_SNB 0x402f I/OAT SNB +product INTEL E5400_FSBINT 0x4030 E5400 FSB/Boot/Interrupt +product INTEL E5400_CE 0x4031 E5400 Coherency Engine +product INTEL E5400_IOAPIC 0x4032 E5400 IOAPIC +product INTEL E5400_RAS_0 0x4035 E5400 RAS +product INTEL E5400_RAS_1 0x4036 E5400 RAS product INTEL PRO_WL_2200BG 0x4220 PRO/Wireless 2200BG product INTEL PRO_WL_2225BG 0x4221 PRO/Wireless 2225BG product INTEL PRO_WL_3945ABG_1 0x4222 PRO/Wireless 3945ABG |