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 8th Generation Intel Core Processor dev...



details:   https://anonhg.NetBSD.org/src/rev/4df8e1f83a10
branches:  trunk
changeset: 322066:4df8e1f83a10
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Mon Apr 16 13:08:33 2018 +0000

description:
Add some 8th Generation Intel Core Processor devices.

diffstat:

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

diffs (21 lines):

diff -r 6d3f7d8038e5 -r 4df8e1f83a10 sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Mon Apr 16 12:25:18 2018 +0000
+++ b/sys/dev/pci/pcidevs       Mon Apr 16 13:08:33 2018 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.1327 2018/04/09 15:33:54 msaitoh Exp $
+$NetBSD: pcidevs,v 1.1328 2018/04/16 13:08:33 msaitoh Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -4469,6 +4469,11 @@
 product INTEL E5_SAD_1         0x3cf4  E5 SAD
 product INTEL E5_BROADCAST     0x3cf5  E5 Broadcast
 product INTEL E5_SAD_2         0x3cf6  E5 SAD
+product INTEL CORE8G_S_HOST_DRAM_4C 0x3e1f Core 8G (S) Host Bridge, DRAM
+product INTEL CORE8G_S_HOST_DRAM_6C 0x3ec2 Core 8G (S) Host Bridge, DRAM
+product INTEL CORE8G_PCIE_X16  0x3e81 Core 8G (S) PCIe x16
+product INTEL CORE8G_PCIE_X8   0x3e85 Core 8G (S) PCIe x16
+product INTEL CORE8G_PCIE_X4   0x3e89 Core 8G (S) PCIe x16
 product INTEL COFLK_IGD_1      0x3e90  UHD Graphics 610
 product INTEL COFLK_IGD_2      0x3e91  UHD Graphics 630
 product INTEL COFLK_IGD_3      0x3e92  UHD Graphics 630



Home | Main Index | Thread Index | Old Index