Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/x86/pci Add Core 5G (mobile) LPC support.



details:   https://anonhg.NetBSD.org/src/rev/2cbad842dc72
branches:  trunk
changeset: 808423:2cbad842dc72
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Sun May 17 04:59:43 2015 +0000

description:
Add Core 5G (mobile) LPC support.

diffstat:

 sys/arch/x86/pci/ichlpcib.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r b17874aebee7 -r 2cbad842dc72 sys/arch/x86/pci/ichlpcib.c
--- a/sys/arch/x86/pci/ichlpcib.c       Sun May 17 01:28:32 2015 +0000
+++ b/sys/arch/x86/pci/ichlpcib.c       Sun May 17 04:59:43 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ichlpcib.c,v 1.49 2015/05/03 02:50:59 pgoyette Exp $   */
+/*     $NetBSD: ichlpcib.c,v 1.50 2015/05/17 04:59:43 msaitoh Exp $    */
 
 /*-
  * Copyright (c) 2004 The NetBSD Foundation, Inc.
@@ -40,7 +40,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ichlpcib.c,v 1.49 2015/05/03 02:50:59 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ichlpcib.c,v 1.50 2015/05/17 04:59:43 msaitoh Exp $");
 
 #include <sys/types.h>
 #include <sys/param.h>
@@ -257,6 +257,8 @@
        { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_Z97_LPC, 1, 0 },
        { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_X99_LPC, 1, 0 },
        { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_X99_LPC_2, 1, 0 },
+       { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_CORE5G_M_LPC_4, 1, 0 },
+       { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_CORE5G_M_LPC_7, 1, 0 },
        { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_C222_LPC, 1, 0 },
        { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_C224_LPC, 1, 0 },
        { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_C226_LPC, 1, 0 },



Home | Main Index | Thread Index | Old Index