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 C3000 devices.



details:   https://anonhg.NetBSD.org/src/rev/9da065e8ee08
branches:  trunk
changeset: 826143:9da065e8ee08
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Thu Aug 17 01:05:22 2017 +0000

description:
Add C3000 devices.

diffstat:

 sys/dev/pci/pcidevs |  80 ++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 79 insertions(+), 1 deletions(-)

diffs (116 lines):

diff -r cce3aac33af2 -r 9da065e8ee08 sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Thu Aug 17 00:14:17 2017 +0000
+++ b/sys/dev/pci/pcidevs       Thu Aug 17 01:05:22 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.1296 2017/08/02 07:35:05 msaitoh Exp $
+$NetBSD: pcidevs,v 1.1297 2017/08/17 01:05:22 msaitoh Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -3057,6 +3057,8 @@
 product INTEL 82380AB          0x123c  82380AB (MISA) Mobile PCI-ISA Bridge
 product INTEL 82380FB          0x124b  82380FB (MPCI2) Mobile PCI-PCI Bridge
 product INTEL 82439HX          0x1250  82439HX (TXC) System Controller
+product INTEL C3K_X553_10G     0x1306  C3000 X553 10G Ethernet
+product INTEL C3K_X553_1G      0x1307  C3000 X553 1G Ethernet
 product INTEL 82870P2_PPB      0x1460  82870P2 P64H2 PCI-PCI Bridge
 product INTEL 82870P2_IOxAPIC  0x1461  82870P2 P64H2 IOxAPIC
 product INTEL 82870P2_HPLUG    0x1462  82870P2 P64H2 Hot Plug Controller
@@ -3143,14 +3145,25 @@
 product INTEL X552_SFP         0x15ac  X552 SFP+
 product INTEL X557_AT2         0x15ad  X557-AT2
 product INTEL X552_1G_T                0x15ae  X552 1000Base-T
+product INTEL C3K_X553_VF_HYPV 0x15b4  C3000 X553 VF (Hyper-V)
 product INTEL I219_LM2         0x15b7  I219-LM Ethernet Connection
 product INTEL I219_V2          0x15b8  I219-V Ethernet Connection
 product INTEL I219_LM3         0x15b9  I219-LM Ethernet Connection
+product INTEL C3K_X553_KRKX    0x15c2  C3000 X553 Backplane (KR/KX 10G SKU)
+product INTEL C3K_X553_KX_25G  0x15c3  C3000 X553 Backplane (KX 2.5G)
+product INTEL C3K_X553_SFI_SFP 0x15c4  C3000 X553 10G SFP+
+product INTEL C3K_X553_VF      0x15c5  C3000 X553 VF
+product INTEL C3K_X553_SGMII_BP        0x15c6  C3000 X553 1GbE SGMII Backplane (10G SKU)
+product INTEL C3K_X553_SGMII_BP_L 0x15c7 C3000 X553 1GbE SGMII Backplane (non-10G SKU)
+product INTEL C3K_X553_10G_T   0x15c8  C3000 X553 10GBASE-T (X557)
+product INTEL C3K_X553_KR_SFP  0x15ce  C3000 X553 10G SFP+
 product INTEL X550T1           0x15d1  X550 10G Ethernet
 product INTEL I219_V5          0x15d6  I219-V Ethernet Connection
 product INTEL I219_LM4         0x15d7  I219-LM Ethernet Connection
 product INTEL I219_V4          0x15d8  I219-V Ethernet Connection
 product INTEL I219_LM5         0x15e3  I219-LM Ethernet Connection
+product INTEL C3K_X553_SGMII   0x15e4  C3000 X553 1GbE SGMII (10G SKU)
+product INTEL C3K_X553_SGMII_L 0x15e5  C3000 X553 1GbE SGMII (non-10G SKU)
 product INTEL CORE5G_HB_1      0x1604  Core 5G Host Bridge
 product INTEL CORE5G_M_GT1     0x1606  HD Graphics (GT1)
 product INTEL CORE5G_HDA_1     0x160c  Core 5G HD Audio
@@ -3190,6 +3203,71 @@
 product INTEL CORE6G_S_GT4_2   0x193d  Iris Pro Graphics (GT4)
 product INTEL 80960_RP         0x1960  ROB-in i960RP Microprocessor
 product INTEL 80960RM_2                0x1962  i960 RM PCI-PCI
+product INTEL C3K_SYSA_0       0x1980  C3000 System Agent
+product INTEL C3K_GLREG                0x19a1  C3000 GLREG
+product INTEL C3K_RCEC         0x19a2  C3000 RCEC
+product INTEL C3K_PCIERP_QAT   0x19a3  C3000 PCIe Root Port for QAT
+product INTEL C3K_PCIERP_0     0x19a4  C3000 PCIe Cluster 0 Port 0
+product INTEL C3K_PCIERP_1     0x19a5  C3000 PCIe Cluster 0 Port 1
+product INTEL C3K_PCIERP_2     0x19a6  C3000 PCIe Cluster 0 Port 2
+product INTEL C3K_PCIERP_3     0x19a7  C3000 PCIe Cluster 0 Port 3
+product INTEL C3K_PCIERP_4     0x19a8  C3000 PCIe Cluster 1 Port 0
+product INTEL C3K_PCIERP_5     0x19a9  C3000 PCIe Cluster 1 Port 1
+product INTEL C3K_PCIERP_6     0x19aa  C3000 PCIe Cluster 1 Port 2
+product INTEL C3K_PCIERP_7     0x19ab  C3000 PCIe Cluster 1 Port 3
+product INTEL C3K_SMBUS                0x19ac  C3000 SMBus
+product INTEL C3K_SATA0_0      0x19b0  C3000 SATA Controller 0
+product INTEL C3K_SATA0_1      0x19b1  C3000 SATA Controller 0
+product INTEL C3K_SATA0_2      0x19b2  C3000 SATA Controller 0
+product INTEL C3K_SATA0_3      0x19b3  C3000 SATA Controller 0
+product INTEL C3K_SATA0_4      0x19b4  C3000 SATA Controller 0
+product INTEL C3K_SATA0_5      0x19b5  C3000 SATA Controller 0
+product INTEL C3K_SATA0_6      0x19b6  C3000 SATA Controller 0
+product INTEL C3K_SATA0_7      0x19b7  C3000 SATA Controller 0
+product INTEL C3K_SATA0_8      0x19b8  C3000 SATA Controller 0
+product INTEL C3K_SATA0_9      0x19b9  C3000 SATA Controller 0
+product INTEL C3K_SATA0_10     0x19ba  C3000 SATA Controller 0
+product INTEL C3K_SATA0_11     0x19bb  C3000 SATA Controller 0
+product INTEL C3K_SATA0_12     0x19bc  C3000 SATA Controller 0
+product INTEL C3K_SATA0_13     0x19bd  C3000 SATA Controller 0
+product INTEL C3K_SATA0_14     0x19be  C3000 SATA Controller 0
+product INTEL C3K_SATA0_15     0x19bf  C3000 SATA Controller 0
+product INTEL C3K_SATA1_0      0x19c0  C3000 SATA Controller 1
+product INTEL C3K_SATA1_1      0x19c1  C3000 SATA Controller 1
+product INTEL C3K_SATA1_2      0x19c2  C3000 SATA Controller 1
+product INTEL C3K_SATA1_3      0x19c3  C3000 SATA Controller 1
+product INTEL C3K_SATA1_4      0x19c4  C3000 SATA Controller 1
+product INTEL C3K_SATA1_5      0x19c5  C3000 SATA Controller 1
+product INTEL C3K_SATA1_6      0x19c6  C3000 SATA Controller 1
+product INTEL C3K_SATA1_7      0x19c7  C3000 SATA Controller 1
+product INTEL C3K_SATA1_8      0x19c8  C3000 SATA Controller 1
+product INTEL C3K_SATA1_9      0x19c9  C3000 SATA Controller 1
+product INTEL C3K_SATA1_10     0x19ca  C3000 SATA Controller 1
+product INTEL C3K_SATA1_11     0x19cb  C3000 SATA Controller 1
+product INTEL C3K_SATA1_12     0x19cc  C3000 SATA Controller 1
+product INTEL C3K_SATA1_13     0x19cd  C3000 SATA Controller 1
+product INTEL C3K_SATA1_14     0x19ce  C3000 SATA Controller 1
+product INTEL C3K_SATA1_15     0x19cf  C3000 SATA Controller 1
+product INTEL C3K_USB23                0x19d0  C3000 USB 2.0/3.0 Combo
+product INTEL C3K_PCIERP_LAN0  0x19d1  C3000 PCIe Root Port for LAN 0
+product INTEL C3K_PCIERP_LAN1  0x19d2  C3000 PCIe Root Port for LAN 1
+product INTEL C3K_ME_HECI_1    0x19d3  C3000 ME HECI 1
+product INTEL C3K_ME_EHCI_2    0x19d4  C3000 ME HECI 2
+product INTEL C3K_ME_KT                0x19d5  C3000 ME KT
+product INTEL C3K_ME_HECI_3    0x19d6  C3000 ME HECI 3
+product INTEL C3K_HSUART       0x19d8  C3000 HS UART
+product INTEL C3K_EMMC         0x19db  C3000 eMMC
+product INTEL C3K_LPC          0x19dc  C3000 LPC
+product INTEL C3K_P2SB         0x19dd  C3000 P2SB
+product INTEL C3K_PMC          0x19de  C3000 PMC
+product INTEL C3K_SMBUS_LEGACY 0x19df  C3000 Legacy SMBus
+product INTEL C3K_SPI          0x19e0  C3000 SPI
+product INTEL C3K_TRACE                0x19e1  C3000 Trace Hub
+product INTEL C3K_QAT          0x19e2  C3000 QAT
+product INTEL C3K_IE_HECI_1    0x19e5  C3000 IE HECI 1
+product INTEL C3K_IE_HECI_2    0x19e6  C3000 IE HECI 2
+product INTEL C3K_IE_KT                0x19e8  C3000 IE KT
+product INTEL C3K_IE_HECI_3    0x19e9  C3000 IE HECI 3
 product INTEL 82840_HB         0x1a21  82840 Host
 product INTEL 82840_AGP                0x1a23  82840 AGP
 product INTEL 82840_PCI                0x1a24  82840 PCI



Home | Main Index | Thread Index | Old Index