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 C2000 Platform Controller Unit(PCU).



details:   https://anonhg.NetBSD.org/src/rev/8817df857616
branches:  trunk
changeset: 325714:8817df857616
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Fri Jan 03 23:18:48 2014 +0000

description:
Add C2000 Platform Controller Unit(PCU).

diffstat:

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

diffs (29 lines):

diff -r 57650fa6d979 -r 8817df857616 sys/arch/x86/pci/ichlpcib.c
--- a/sys/arch/x86/pci/ichlpcib.c       Fri Jan 03 22:49:21 2014 +0000
+++ b/sys/arch/x86/pci/ichlpcib.c       Fri Jan 03 23:18:48 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ichlpcib.c,v 1.40 2013/09/17 01:16:45 jakllsch Exp $   */
+/*     $NetBSD: ichlpcib.c,v 1.41 2014/01/03 23:18:48 msaitoh Exp $    */
 
 /*-
  * Copyright (c) 2004 The NetBSD Foundation, Inc.
@@ -39,7 +39,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ichlpcib.c,v 1.40 2013/09/17 01:16:45 jakllsch Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ichlpcib.c,v 1.41 2014/01/03 23:18:48 msaitoh Exp $");
 
 #include <sys/types.h>
 #include <sys/param.h>
@@ -261,6 +261,10 @@
        { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_C226_LPC, 1, 0 },
        { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_H81_LPC, 1, 0 },
        { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_C600_LPC, 1, 0 },
+       { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_C2000_PCU_1, 1, 0 },
+       { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_C2000_PCU_2, 1, 0 },
+       { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_C2000_PCU_3, 1, 0 },
+       { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_C2000_PCU_4, 1, 0 },
 
        { 0, 0, 0, 0 },
 };



Home | Main Index | Thread Index | Old Index