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 Match ichlpcib(4) on ICH0 (82801AB_LPC).



details:   https://anonhg.NetBSD.org/src/rev/368e57a0e917
branches:  trunk
changeset: 757161:368e57a0e917
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Tue Aug 17 01:45:51 2010 +0000

description:
Match ichlpcib(4) on ICH0 (82801AB_LPC).

diffstat:

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

diffs (26 lines):

diff -r 7e38be38750f -r 368e57a0e917 sys/arch/x86/pci/ichlpcib.c
--- a/sys/arch/x86/pci/ichlpcib.c       Tue Aug 17 00:02:28 2010 +0000
+++ b/sys/arch/x86/pci/ichlpcib.c       Tue Aug 17 01:45:51 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ichlpcib.c,v 1.26 2010/07/23 02:23:58 jakllsch Exp $   */
+/*     $NetBSD: ichlpcib.c,v 1.27 2010/08/17 01:45:51 jakllsch Exp $   */
 
 /*-
  * Copyright (c) 2004 The NetBSD Foundation, Inc.
@@ -39,7 +39,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ichlpcib.c,v 1.26 2010/07/23 02:23:58 jakllsch Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ichlpcib.c,v 1.27 2010/08/17 01:45:51 jakllsch Exp $");
 
 #include <sys/types.h>
 #include <sys/param.h>
@@ -177,6 +177,7 @@
        int has_ich5_hpet;
 } lpcib_devices[] = {
        { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801AA_LPC, 0, 0 },
+       { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801AB_LPC, 0, 0 },
        { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801BA_LPC, 0, 0 },
        { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801BAM_LPC, 0, 0 },
        { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801CA_LPC, 0, 0 },



Home | Main Index | Thread Index | Old Index