Module Name:    src
Committed By:   msaitoh
Date:           Wed Mar 18 05:43:49 UTC 2015

Modified Files:
        src/sys/dev/pci: pcidevs

Log Message:
Add some Intel 9 series devices.


To generate a diff of this commit:
cvs rdiff -u -r1.1216 -r1.1217 src/sys/dev/pci/pcidevs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/pci/pcidevs
diff -u src/sys/dev/pci/pcidevs:1.1216 src/sys/dev/pci/pcidevs:1.1217
--- src/sys/dev/pci/pcidevs:1.1216	Wed Mar  4 11:31:58 2015
+++ src/sys/dev/pci/pcidevs	Wed Mar 18 05:43:49 2015
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.1216 2015/03/04 11:31:58 knakahara Exp $
+$NetBSD: pcidevs,v 1.1217 2015/03/18 05:43:49 msaitoh Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -3885,8 +3885,34 @@ product INTEL C222_LPC		0x8c52	C222 LPC
 product INTEL C224_LPC		0x8c54	C224 LPC
 product INTEL C226_LPC		0x8c56	C226 LPC
 product INTEL H81_LPC		0x8c5c	H81 LPC
+product INTEL 9SERIES_SATA	0x8c80	9 Series SATA Controller
+product INTEL 9SERIES_SATA_AHCI	0x8c82	9 Series SATA Controller (AHCI)
+product INTEL 9SERIES_SATA_RAID	0x8c84	9 Series SATA Controller (RAID)
+product INTEL 9SERIES_SATA_RAID_SR 0x8c86 9 Series SATA Controller (RAID) + Smart Response
+product INTEL 9SERIES_SATA_2	0x8c88	9 Series SATA Controller
+product INTEL 9SERIES_SATA_RAID1 0x8c8e	9 Series SATA Controller (RAID1)
+product INTEL 9SERIES_PCIE_1	0x8c90	9 Series PCIE
+product INTEL 9SERIES_PCIE_2	0x8c92	9 Series PCIE
+product INTEL 9SERIES_PCIE_3	0x8c94	9 Series PCIE
+product INTEL 9SERIES_PCIE_4	0x8c96	9 Series PCIE
+product INTEL 9SERIES_PCIE_5	0x8c98	9 Series PCIE
+product INTEL 9SERIES_PCIE_6	0x8c9a	9 Series PCIE
+product INTEL 9SERIES_PCIE_7	0x8c9c	9 Series PCIE
+product INTEL 9SERIES_PCIE_8	0x8c9e	9 Series PCIE
+product INTEL 9SERIES_HDA	0x8ca0	9 Series HD Audio
+product INTEL 9SERIES_SMB	0x8ca2	9 Series SMBus Controller
+product INTEL 9SERIES_THERM	0x8ca4	9 Series Thermal
+product INTEL 9SERIES_EHCI_1	0x8ca6	9 Series USB EHCI
+product INTEL 9SERIES_EHCI_2	0x8cad	9 Series USB EHCI
 product INTEL 9SERIES_XHCI	0x8cb1	9 Series USB xHCI
+product INTEL 9SERIES_LAN	0x8cb3	9 Series LAN
 product INTEL 9SERIES_MEI_1	0x8cba	9 Series MEI Controller
+product INTEL 9SERIES_MEI_2	0x8cbb	9 Series MEI Controller
+product INTEL 9SERIES_IDE_R	0x8cbc	9 Series IDE-R
+product INTEL 9SERIES_KT	0x8cbd	9 Series KT
+product INTEL 9SERIES_LPC_ES	0x8cc2	9 Series Full Featured ES LPC
+product INTEL Z97_LPC		0x8cc4	Z97 LPC
+product INTEL H97_LPC		0x8cc6	H97 LPC
 product INTEL CORE4G_M_AHCI	0x9c03	Core 4G (mobile) SATA Controller (AHCI)
 product INTEL CORE4G_M_RAID_1	0x9c05	Core 4G (mobile) SATA Controller (RAID)
 product INTEL CORE4G_M_RAID_2	0x9c07	Core 4G (mobile) SATA Controller (RAID) Premium

Reply via email to