Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/include/ibm4xx Fix typo in emac0 base address.



details:   https://anonhg.NetBSD.org/src/rev/200b9af37e0f
branches:  trunk
changeset: 511695:200b9af37e0f
user:      simonb <simonb%NetBSD.org@localhost>
date:      Mon Jun 25 01:49:15 2001 +0000

description:
Fix typo in emac0 base address.

diffstat:

 sys/arch/powerpc/include/ibm4xx/ibm405gp.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 573b14ff8f3d -r 200b9af37e0f sys/arch/powerpc/include/ibm4xx/ibm405gp.h
--- a/sys/arch/powerpc/include/ibm4xx/ibm405gp.h        Mon Jun 25 01:12:53 2001 +0000
+++ b/sys/arch/powerpc/include/ibm4xx/ibm405gp.h        Mon Jun 25 01:49:15 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ibm405gp.h,v 1.2 2001/06/24 01:13:11 simonb Exp $      */
+/*     $NetBSD: ibm405gp.h,v 1.3 2001/06/25 01:49:15 simonb Exp $      */
 
 /*
  * Copyright 2001 Wasabi Systems, Inc.
@@ -203,7 +203,7 @@
 #define        GPIO0_IR                0x1c    /* Input */
 
 /* Ethernet MAC Registers */
-#define        EMAC0_BASE              0xef000800
+#define        EMAC0_BASE              0xef600800
 
 #define        EMAC0_MR0               0x00    /* Mode Register 0 */
 #define          MR0_RXI                 0x80000000    /* Receive MAC Idle */



Home | Main Index | Thread Index | Old Index