Module Name:    src
Committed By:   msaitoh
Date:           Wed Jul 25 02:04:43 UTC 2012

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

Log Message:
Add some Intel devices from document (Intel 7 Series / C216 Chipset
Family Platform Controller Hub (PCH) Family Specification Update)

Modify some devices to clarify


To generate a diff of this commit:
cvs rdiff -u -r1.1124 -r1.1125 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.1124 src/sys/dev/pci/pcidevs:1.1125
--- src/sys/dev/pci/pcidevs:1.1124	Mon Jul 23 07:47:14 2012
+++ src/sys/dev/pci/pcidevs	Wed Jul 25 02:04:42 2012
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.1124 2012/07/23 07:47:14 msaitoh Exp $
+$NetBSD: pcidevs,v 1.1125 2012/07/25 02:04:42 msaitoh Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -2692,7 +2692,16 @@ product INTEL C600_SAS_11	0x1d6d	C600 SA
 product INTEL C600_SAS_12	0x1d6e	C600 SAS Controller
 product INTEL C600_SAS_SATA_4	0x1d6f	C600 SAS Controller (SATA)
 product INTEL C600_SMB_2	0x1d70	C600/X79 Series SMBus Controller
-product INTEL 7SERIES_AHCI	0x1e03	7 Series SATA Controller (AHCI)
+product INTEL 7SER_DT_SATA_1	0x1e00	7 Series (desktop) SATA Controller
+product INTEL 7SER_MO_SATA_1	0x1e01	7 Series (mobile) SATA Controller
+product INTEL 7SER_DT_SATA_AHCI	0x1e02	7 Series (desktop) SATA Controller (AHCI)
+product INTEL 7SER_MO_SATA_AHCI	0x1e03	7 Series (mobile) SATA Controller (AHCI)
+product INTEL 7SER_DT_SATA_RAID_2 0x1e04 7 Series (desktop) SATA Controller (RAID)
+product INTEL 7SER_DT_SATA_RAID_3 0x1e06 7 Series (desktop) SATA Controller (RAID)
+product INTEL 7SER_MO_SATA_RAID 0x1e07	7 Series (mobile) SATA Controller (RAID)
+product INTEL 7SER_DT_SATA_2	0x1e08	7 Series (desktop) SATA Controller
+product INTEL 7SER_MO_SATA_2	0x1e09	7 Series (mobile) SATA Controller
+product INTEL 7SER_DT_SATA_RAID_1 0x1e0e 7 Series (desktop) SATA Controller (RAID)
 product INTEL 7SERIES_PCIE_1	0x1e10	7 Series PCIE
 product INTEL 7SERIES_PCIE_2	0x1e12	7 Series PCIE
 product INTEL 7SERIES_PCIE_3	0x1e14	7 Series PCIE
@@ -2703,12 +2712,29 @@ product INTEL 7SERIES_PCIE_7	0x1e1c	7 Se
 product INTEL 7SERIES_PCIE_8	0x1e1e	7 Series PCIE
 product INTEL 7SERIES_HDA	0x1e20	7 Series HD Audio
 product INTEL 7SERIES_SMB	0x1e22	7 Series SMBus Controller
-product INTEL 7SERIES_EHCI_1	0x1e26	7 Series USB
-product INTEL 7SERIES_EHCI_2	0x1e2d	7 Series USB
+product INTEL 7SERIES_PPB	0x1e25	7 Series PCI-PCI Bridge
+product INTEL 7SERIES_EHCI_1	0x1e26	7 Series USB EHCI
+product INTEL 7SERIES_EHCI_2	0x1e2d	7 Series USB EHCI
 product INTEL 7SERIES_XHCI	0x1e31	7 Series USB xHCI
 product INTEL 7SERIES_MEI_1	0x1e3a	7 Series MEI Controller
 product INTEL 7SERIES_MEI_2	0x1e3b	7 Series MEI Controller
-product INTEL QM77_LPC		0x1e55	QM77 LPC
+product INTEL 7SERIES_IDE_R	0x1e3c	7 Series IDE-R
+product INTEL 7SERIES_KT	0x1e3d	7 Series KT
+product INTEL Z77_LPC		0x1e44	Z77 LPC
+product INTEL Z75_LPC		0x1e46	Z75 LPC
+product INTEL Q77_LPC		0x1e47	Q77 LPC
+product INTEL Q75_LPC		0x1e48	Q75 LPC
+product INTEL B75_LPC		0x1e49	B75 LPC
+product INTEL H77_LPC		0x1e4a	H77 LPC
+product INTEL C216_LPC		0x1e53	C216 LPC
+product INTEL MOBILE_QM77_LPC	0x1e55	Mobile QM77 LPC
+product INTEL MOBILE_QS77_LPC	0x1e56	Mobile QS77 LPC
+product INTEL MOBILE_HM77_LPC	0x1e57	Mobile HM77 LPC
+product INTEL MOBILE_UM77_LPC	0x1e58	Mobile UM77 LPC
+product INTEL MOBILE_HM76_LPC	0x1e59	Mobile HM76 LPC
+product INTEL MOBILE_HM75_LPC	0x1e5d	Mobile HM75 LPC
+product INTEL MOBILE_HM70_LPC	0x1e5e	Mobile HM70 LPC
+product INTEL NM70_LPC		0x1e5f	NM70 LPC
 product INTEL 82801AA_LPC	0x2410	82801AA LPC Interface Bridge
 product INTEL 82801AA_IDE	0x2411	82801AA IDE Controller
 product INTEL 82801AA_USB	0x2412	82801AA USB Controller

Reply via email to