diff options
author | 2012-05-08 15:04:46 +0000 | |
---|---|---|
committer | 2012-05-08 15:04:46 +0000 | |
commit | 1cce24d537a63ef8587e2ea402e683d910b405c9 (patch) | |
tree | aeeb3be32f22ca05e555e3ed909c39ae111f19a1 | |
parent | Refuse to load ELF objects that contain a PT_TLS program header. (diff) | |
download | wireguard-openbsd-1cce24d537a63ef8587e2ea402e683d910b405c9.tar.xz wireguard-openbsd-1cce24d537a63ef8587e2ea402e683d910b405c9.zip |
Additional Intel E5 devices found on Supermicro X9DRT-HIBFF. ok jsg@
-rw-r--r-- | sys/dev/pci/pcidevs | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 5b76e6e8ee5..b3f3a454426 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1641 2012/05/05 14:13:08 kettenis Exp $ +$OpenBSD: pcidevs,v 1.1642 2012/05/08 15:04:46 sthen Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -3319,8 +3319,17 @@ product INTEL E5_PCIE_7 0x3c08 E5 PCIE product INTEL E5_PCIE_8 0x3c09 E5 PCIE product INTEL E5_PCIE_9 0x3c0a E5 PCIE product INTEL E5_PCIE_10 0x3c0b E5 PCIE +product INTEL E5_DMA_1 0x3c20 E5 DMA +product INTEL E5_DMA_2 0x3c21 E5 DMA +product INTEL E5_DMA_3 0x3c22 E5 DMA +product INTEL E5_DMA_4 0x3c23 E5 DMA +product INTEL E5_DMA_5 0x3c24 E5 DMA +product INTEL E5_DMA_6 0x3c25 E5 DMA +product INTEL E5_DMA_7 0x3c26 E5 DMA +product INTEL E5_DMA_8 0x3c27 E5 DMA product INTEL E5_ADDRMAP 0x3c28 E5 Address Map product INTEL E5_ERR 0x3c2a E5 Error Reporting +product INTEL E5_IOAPIC 0x3c2c E5 I/O APIC product INTEL 5400_HB 0x4000 5400 Host product INTEL 5400A_HB 0x4001 5400A Host product INTEL 5400B_HB 0x4003 5400B Host |