Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/powerpc/pci Rename PCI_PRODUCT_MARVELL_MV64360 from...



details:   https://anonhg.NetBSD.org/src/rev/672ce7bbc5f5
branches:  trunk
changeset: 754673:672ce7bbc5f5
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Sat May 08 05:55:52 2010 +0000

description:
Rename PCI_PRODUCT_MARVELL_MV64360 from PCI_PRODUCT_MARVELL_GT64360.

diffstat:

 sys/arch/powerpc/pci/pci_machdep_ofw.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 4a6c199d2f16 -r 672ce7bbc5f5 sys/arch/powerpc/pci/pci_machdep_ofw.c
--- a/sys/arch/powerpc/pci/pci_machdep_ofw.c    Sat May 08 05:04:58 2010 +0000
+++ b/sys/arch/powerpc/pci/pci_machdep_ofw.c    Sat May 08 05:55:52 2010 +0000
@@ -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 */



Home | Main Index | Thread Index | Old Index