Module Name:    src
Committed By:   kiyohara
Date:           Sat May  8 05:55:52 UTC 2010

Modified Files:
        src/sys/arch/powerpc/pci: pci_machdep_ofw.c

Log Message:
Rename PCI_PRODUCT_MARVELL_MV64360 from PCI_PRODUCT_MARVELL_GT64360.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/powerpc/pci/pci_machdep_ofw.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/powerpc/pci/pci_machdep_ofw.c
diff -u src/sys/arch/powerpc/pci/pci_machdep_ofw.c:1.13 src/sys/arch/powerpc/pci/pci_machdep_ofw.c:1.14
--- src/sys/arch/powerpc/pci/pci_machdep_ofw.c:1.13	Mon Apr 19 06:55:11 2010
+++ src/sys/arch/powerpc/pci/pci_machdep_ofw.c	Sat May  8 05:55:52 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: pci_machdep_ofw.c,v 1.13 2010/04/19 06:55:11 kiyohara Exp $ */
+/* $NetBSD: pci_machdep_ofw.c,v 1.14 2010/05/08 05:55:52 kiyohara Exp $ */
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pci_machdep_ofw.c,v 1.13 2010/04/19 06:55:11 kiyohara Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pci_machdep_ofw.c,v 1.14 2010/05/08 05:55:52 kiyohara Exp $");
 
 #include <sys/types.h>
 #include <sys/param.h>
@@ -486,7 +486,7 @@
 
 		/* never reconfigure the MV64361 host bridge */
 		if (PCI_VENDOR(id) == PCI_VENDOR_MARVELL &&
-		    PCI_PRODUCT(id) == PCI_PRODUCT_MARVELL_GT64360)
+		    PCI_PRODUCT(id) == PCI_PRODUCT_MARVELL_MV64360)
 			return 0;
 
 		/* we want to leave viaide(4) alone */

Reply via email to