Module Name:    src
Committed By:   matt
Date:           Sun Feb 13 05:03:27 UTC 2011

Modified Files:
        src/sys/arch/evbppc/mpc85xx: machdep.c

Log Message:
Fix some typos.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbppc/mpc85xx/machdep.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/evbppc/mpc85xx/machdep.c
diff -u src/sys/arch/evbppc/mpc85xx/machdep.c:1.3 src/sys/arch/evbppc/mpc85xx/machdep.c:1.4
--- src/sys/arch/evbppc/mpc85xx/machdep.c:1.3	Tue Feb  8 06:22:29 2011
+++ src/sys/arch/evbppc/mpc85xx/machdep.c	Sun Feb 13 05:03:27 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: machdep.c,v 1.3 2011/02/08 06:22:29 matt Exp $	*/
+/*	$NetBSD: machdep.c,v 1.4 2011/02/13 05:03:27 matt Exp $	*/
 /*-
  * Copyright (c) 2010, 2011 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -250,15 +250,15 @@
 	{ "pcie", PCIE1_BASE, PCI_SIZE, 0,
 		1, { ISOURCE_PCIEX },
 		1 + ilog2(DEVDISR_PCIE),
-		{ SVR_MPC8538v1 >> 16 }, },
+		{ SVR_MPC8548v1 >> 16 }, },
 	{ "pci", PCIX1_MPC8548_BASE, PCI_SIZE, 1,
 		1, { ISOURCE_PCI1 },
 		1 + ilog2(DEVDISR_PCI1),
-		{ SVR_MPC8538v1 >> 16 }, },
+		{ SVR_MPC8548v1 >> 16 }, },
 	{ "pci", PCIX2_MPC8548_BASE, PCI_SIZE, 2,
 		1, { ISOURCE_PCI2 },
 		1 + ilog2(DEVDISR_PCI2),
-		{ SVR_MPC8538v1 >> 16 }, },
+		{ SVR_MPC8548v1 >> 16 }, },
 #endif
 #if defined(MPC8572) || defined(P2020)
 	{ "pcie", PCIE1_BASE, PCI_SIZE, 1,

Reply via email to