Module Name:    src
Committed By:   matt
Date:           Thu Feb 24 20:02:20 UTC 2011

Modified Files:
        src/sys/arch/x86/pci: pchb.c

Log Message:
Add Intel Pineview support


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/x86/pci/pchb.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/x86/pci/pchb.c
diff -u src/sys/arch/x86/pci/pchb.c:1.23 src/sys/arch/x86/pci/pchb.c:1.24
--- src/sys/arch/x86/pci/pchb.c:1.23	Fri Jul 23 00:43:21 2010
+++ src/sys/arch/x86/pci/pchb.c	Thu Feb 24 20:02:20 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: pchb.c,v 1.23 2010/07/23 00:43:21 jakllsch Exp $ */
+/*	$NetBSD: pchb.c,v 1.24 2011/02/24 20:02:20 matt Exp $ */
 
 /*-
  * Copyright (c) 1996, 1998, 2000 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pchb.c,v 1.23 2010/07/23 00:43:21 jakllsch Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pchb.c,v 1.24 2011/02/24 20:02:20 matt Exp $");
 
 #include <sys/types.h>
 #include <sys/param.h>
@@ -394,6 +394,8 @@
 		case PCI_PRODUCT_INTEL_IRONLAKE_M_HB:
 		case PCI_PRODUCT_INTEL_IRONLAKE_MA_HB:
 		case PCI_PRODUCT_INTEL_IRONLAKE_MC2_HB:
+		case PCI_PRODUCT_INTEL_PINEVIEW_HB:
+		case PCI_PRODUCT_INTEL_PINEVIEW_M_HB:
 			/*
 			 * The host bridge is either in GFX mode (internal
 			 * graphics) or in AGP mode. In GFX mode, we pretend

Reply via email to