Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci Add some Xeon E5 v3 devices.



details:   https://anonhg.NetBSD.org/src/rev/85d570fc2e81
branches:  trunk
changeset: 346955:85d570fc2e81
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Mon Aug 08 07:10:28 2016 +0000

description:
Add some Xeon E5 v3 devices.

diffstat:

 sys/dev/pci/pcidevs |  10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diffs (40 lines):

diff -r 1727335f0705 -r 85d570fc2e81 sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Mon Aug 08 06:28:09 2016 +0000
+++ b/sys/dev/pci/pcidevs       Mon Aug 08 07:10:28 2016 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.1256 2016/07/29 07:28:19 nonaka Exp $
+$NetBSD: pcidevs,v 1.1257 2016/08/08 07:10:28 msaitoh Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -3661,7 +3661,8 @@
 product INTEL 82B43_HB         0x2e40  82B43 Host Bridge
 product INTEL 82B43_IGD                0x2e42  82B43 Integrated Graphics Device
 product INTEL XE5_V3_DMI2      0x2f00  Xeon E5 v3 DMI2
-product INTEL XE5_V3_PCIE_1    0x2f01  Xeon E5 v3 PCIe Root Port in DMI2 Mode
+product INTEL XE5_V3_PCIE_1_1  0x2f01  Xeon E5 v3 PCIe Root Port in DMI2 Mode
+product INTEL XE5_V3_PCIE_1_2  0x2f02  Xeon E5 v3 PCIe Root Port
 product INTEL XE5_V3_PCIE_2_1  0x2f04  Xeon E5 v3 PCIe Root Port
 product INTEL XE5_V3_PCIE_2_2  0x2f05  Xeon E5 v3 PCIe Root Port
 product INTEL XE5_V3_PCIE_2_3  0x2f06  Xeon E5 v3 PCIe Root Port
@@ -3682,8 +3683,12 @@
 product INTEL XE5_V3_QDT_CH6   0x2f26  Xeon E5 v3 QDT DMA Channel 6
 product INTEL XE5_V3_QDT_CH7   0x2f27  Xeon E5 v3 QDT DMA Channel 7
 product INTEL XE5_V3_IIO_AM    0x2f28  Xeon E5 v3 Address Map, VTd, SMM
+product INTEL XE5_V3_HOTPLUG   0x2f29  Xeon E5 v3 Hot Plug
 product INTEL XE5_V3_IIO_RAM   0x2f2a  Xeon E5 v3 RAS, CS, Global Errors
 product INTEL XE5_V3_IIO_IOAPIC        0x2f2c  Xeon E5 v3 I/O APIC
+product INTEL XE5_V3_HA                0x2f30  Xeon E5 v3 Home Agent
+product INTEL XE5_V3_QPI_LINK2 0x2f32  Xeon E5 v3 QPI Link 0
+product INTEL XE5_V3_QPI_LINK3 0x2f33  Xeon E5 v3 QPI Link 1
 product INTEL XE5_V3_R2PCIE_2  0x2f34  Xeon E5 v3 PCIe Ring Performance Monitoring
 product INTEL XE5_V3_RQPI_PM_1 0x2f36  Xeon E5 v3 QPI Ring Performance Monitoring
 product INTEL XE5_V3_RQPI_PM_2 0x2f37  Xeon E5 v3 QPI Ring Interface Monitoring
@@ -3695,6 +3700,7 @@
 product INTEL XE5_V3_UBOX_2    0x2f7d  Xeon E5 v3 Scratchpad and Semaphores
 product INTEL XE5_V3_QPI_LINK0 0x2f80  Xeon E5 v3 QPI Link 0
 product INTEL XE5_V3_RQPI_RING 0x2f81  Xeon E5 v3 QPI Ring Interface
+product INTEL XE5_V3_QPI_LINK4 0x2f83  Xeon E5 v3 QPI Link 0
 product INTEL XE5_V3_QPI_LINK1 0x2f90  Xeon E5 v3 QPI Link 1
 product INTEL XE5_V3_PCU_1     0x2f98  Xeon E5 v3 Power Control Unit
 product INTEL XE5_V3_PCU_2     0x2f99  Xeon E5 v3 Power Control Unit



Home | Main Index | Thread Index | Old Index