diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-04-06 16:07:05 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-04-06 16:07:05 +0000 |
commit | 6960d5b5afcb3570d9183d4db6aaf2cdc702ed25 (patch) | |
tree | 87ffaf126c1e940c86e55fd4237c289da4e0a677 /sys | |
parent | c9d43d6db43b76aa0308ec97d42b9a11116ddc1d (diff) |
pci express device ids; from someone
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pcidevs | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 1d8500f7615..b3113600882 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.718 2004/03/10 00:47:50 deraadt Exp $ +$OpenBSD: pcidevs,v 1.719 2004/04/06 16:07:04 deraadt Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -1109,6 +1109,10 @@ product IMS 8849 0x8849 8849 product INTEL 21145 0x0039 21145 product INTEL EESISA 0x0008 EES ISA product INTEL 80312 0x030d 80312 I/O Companion +product INTEL E7710_PXH_HUB_A 0x0329 PCIE to PCIX Bridge Hub A +product INTEL E7710_PXH_HUB_B 0x032a PCIE to PCIX Bridge Hub B +product INTEL IOP331_C0 0x0330 IOP331 Channel 0 +product INTEL IOP331_C1 0x0332 IOP331 Channel 1 product INTEL PCEB 0x0482 82375EB EISA product INTEL CDC 0x0483 82424ZX Cache/DRAM product INTEL SIO 0x0484 82378IB ISA @@ -1307,6 +1311,16 @@ product INTEL 82852GM_CFG 0x3585 82852GM Configuration product INTEL 82855PE 0x3340 82855PE Hub product INTEL 82855PE_AGP 0x3341 82855PE AGP product INTEL RCU32 0x3092 RCU32 I2O RAID +product INTEL E7710_SMCH 0x3590 E7710 Server Memory Controller Hub +product INTEL E7710_MCH_ERR 0x3591 E7710 MCH Error Reporting Register +product INTEL E7710_MCH_DMA 0x3594 E7710 MCH DMA Register +product INTEL E7710_MCH_PCIEA0 0x3595 E7710 MCH PCI Express Port A0 +product INTEL E7710_MCH_PCIEA1 0x3596 E7710 MCH PCI Express Port A1 +product INTEL E7710_MCH_PCIEB0 0x3597 E7710 MCH PCI Express Port B0 +product INTEL E7710_MCH_PCIEB1 0x3598 E7710 MCH PCI Express Port B1 +product INTEL E7710_MCH_PCIEC0 0x3599 E7710 MCH PCI Express Port C0 +product INTEL E7710_MCH_PCIEC1 0x359a E7710 MCH PCI Express Port C1 +product INTEL E7710_WMCH 0x359e E7710 Workstation Memory Controller Hub product INTEL 82371SB_ISA 0x7000 82371SB ISA product INTEL 82371SB_IDE 0x7010 82371SB IDE product INTEL 82371USB 0x7020 82371SB USB |