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 devices from the following datash...



details:   https://anonhg.NetBSD.org/src/rev/a3adb57941c2
branches:  trunk
changeset: 787169:a3adb57941c2
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Wed Jun 05 05:18:44 2013 +0000

description:
Add some Intel devices from the following datasheets:
 - Desktop 4th Generation Intel Core Processor Family Datasheet Volume 2 of 2
 - Mobile 4th Generation Intel Core Processor Family Datasheet Volume 2 of 2
 - Intel Xeon Processor E3-1200 v3 Product Family  Datasheet Volume 2 of 2

diffstat:

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

diffs (29 lines):

diff -r 78bb0ca85682 -r a3adb57941c2 sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Wed Jun 05 03:59:43 2013 +0000
+++ b/sys/dev/pci/pcidevs       Wed Jun 05 05:18:44 2013 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.1156 2013/06/04 13:57:48 msaitoh Exp $
+$NetBSD: pcidevs,v 1.1157 2013/06/05 05:18:44 msaitoh Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -2532,6 +2532,7 @@
 product INTEL SRCZCRX          0x0407  RAID Controller
 product INTEL SRCU42E          0x0408  SCSI RAID Controller
 product INTEL SRCS28X          0x0409  SATA RAID Controller
+product INTEL HASWELL_IGD      0x0402  Haswell Integrated Graphics Device
 product INTEL PCEB             0x0482  82375EB/SB PCI-EISA Bridge
 product INTEL CDC              0x0483  82424ZX Cache and DRAM Controller
 product INTEL SIO              0x0484  82378ZB System I/O
@@ -2543,6 +2544,11 @@
 product INTEL WIFI_LINK_2230_2 0x0888  Centrino Wireless-N 2230
 product INTEL 80960RM          0x0962  i960 RM PCI-PCI
 product INTEL 80960RN          0x0964  i960 RN PCI-PCI
+product INTEL HASWELL_HOST_DRAM        0x0c00  Haswell Host Bridge, DRAM
+product INTEL HASWELL_PCIE16   0x0c01  Haswell PCI-E x16 Controller
+product INTEL HASWELL_PCIE8    0x0c05  Haswell PCI-E x8 Controller
+product INTEL HASWELL_PCIE4    0x0c09  Haswell PCI-E x4 Controller
+product INTEL HASWELL_MINI_HDA 0x0c0c  Haswell Mini HD Audio Controller
 product INTEL 82542            0x1000  i82542 Gigabit Ethernet
 product INTEL 82543GC_FIBER    0x1001  i82453GC 1000baseX Ethernet
 product INTEL MODEM56          0x1002  56k Modem



Home | Main Index | Thread Index | Old Index