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 Z68 LPC.
details: https://anonhg.NetBSD.org/src/rev/f4992cb2aa0c
branches: trunk
changeset: 325722:f4992cb2aa0c
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Sat Jan 04 02:59:17 2014 +0000
description:
Add Z68 LPC.
diffstat:
sys/arch/x86/pci/ichlpcib.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r d97860c36ce9 -r f4992cb2aa0c sys/arch/x86/pci/ichlpcib.c
--- a/sys/arch/x86/pci/ichlpcib.c Sat Jan 04 02:58:38 2014 +0000
+++ b/sys/arch/x86/pci/ichlpcib.c Sat Jan 04 02:59:17 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ichlpcib.c,v 1.42 2014/01/04 02:09:12 msaitoh Exp $ */
+/* $NetBSD: ichlpcib.c,v 1.43 2014/01/04 02:59:17 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.42 2014/01/04 02:09:12 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ichlpcib.c,v 1.43 2014/01/04 02:59:17 msaitoh Exp $");
#include <sys/types.h>
#include <sys/param.h>
@@ -233,6 +233,7 @@
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_QM67_LPC, 1, 0 },
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_QS67_LPC, 1, 0 },
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_UM67_LPC, 1, 0 },
+ { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_Z68_LPC, 1, 0 },
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_B75_LPC, 1, 0 },
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_H77_LPC, 1, 0 },
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_MOBILE_HM70_LPC, 1, 0 },
Home |
Main Index |
Thread Index |
Old Index