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 the C600's ichlpcib.
details: https://anonhg.NetBSD.org/src/rev/3d1e58430496
branches: trunk
changeset: 783928:3d1e58430496
user: riastradh <riastradh%NetBSD.org@localhost>
date: Sat Jan 12 20:33:59 2013 +0000
description:
Match the C600's ichlpcib.
diffstat:
sys/arch/x86/pci/ichlpcib.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 7364dc230028 -r 3d1e58430496 sys/arch/x86/pci/ichlpcib.c
--- a/sys/arch/x86/pci/ichlpcib.c Sat Jan 12 20:33:02 2013 +0000
+++ b/sys/arch/x86/pci/ichlpcib.c Sat Jan 12 20:33:59 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ichlpcib.c,v 1.37 2012/12/19 05:52:00 msaitoh Exp $ */
+/* $NetBSD: ichlpcib.c,v 1.38 2013/01/12 20:33:59 riastradh Exp $ */
/*-
* Copyright (c) 2004 The NetBSD Foundation, Inc.
@@ -39,7 +39,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ichlpcib.c,v 1.37 2012/12/19 05:52:00 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ichlpcib.c,v 1.38 2013/01/12 20:33:59 riastradh Exp $");
#include <sys/types.h>
#include <sys/param.h>
@@ -247,6 +247,7 @@
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_Q77_LPC, 1, 0 },
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_Z75_LPC, 1, 0 },
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_Z77_LPC, 1, 0 },
+ { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_C600_LPC, 1, 0 },
{ 0, 0, 0, 0 },
};
Home |
Main Index |
Thread Index |
Old Index