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 Intel Core internal devices.



details:   https://anonhg.NetBSD.org/src/rev/8bcf61c4f22c
branches:  trunk
changeset: 797722:8bcf61c4f22c
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Fri Jul 25 20:13:05 2014 +0000

description:
Add some Intel Core internal devices.

diffstat:

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

diffs (20 lines):

diff -r 8e6ac5765b13 -r 8bcf61c4f22c sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Fri Jul 25 20:07:32 2014 +0000
+++ b/sys/dev/pci/pcidevs       Fri Jul 25 20:13:05 2014 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.1197 2014/07/08 17:45:12 msaitoh Exp $
+$NetBSD: pcidevs,v 1.1198 2014/07/25 20:13:05 msaitoh Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -3759,6 +3759,10 @@
 product INTEL 21152            0xb152  S21152BB PCI-PCI Bridge
 product INTEL 21154            0xb154  S21152BA,S21154AE/BE PCI-PCI Bridge
 product INTEL 21555            0xb555  21555 Non-Transparent PCI-PCI Bridge
+product INTEL CP_DMI_1         0xd131  Core Processor DMI
+product INTEL CP_DMI_2         0xd132  Core Processor DMI
+product INTEL CP_PCIE_1                0xd138  Core Processor PCIe Root Port (x16 or x8 max)
+product INTEL CP_PCIE_2                0xd13a  Core Processor PCIe Root Port (x8 max)
 product INTEL CP_QPI_LINK      0xd150  Core Processor QPI Link
 product INTEL CP_QPI_RPREGS    0xd151  Core Processor QPI Routing and Protocol Registers
 product INTEL CP_SYS_MREGS     0xd155  Core Processor System Management Registers



Home | Main Index | Thread Index | Old Index