Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/news68k/news68k TAB/space cosmetics in the previous.



details:   https://anonhg.NetBSD.org/src/rev/ff713d6ffb15
branches:  trunk
changeset: 574381:ff713d6ffb15
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sun Feb 27 08:02:43 2005 +0000

description:
TAB/space cosmetics in the previous.

diffstat:

 sys/arch/news68k/news68k/machdep.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r fd1f80052494 -r ff713d6ffb15 sys/arch/news68k/news68k/machdep.c
--- a/sys/arch/news68k/news68k/machdep.c        Sun Feb 27 07:59:18 2005 +0000
+++ b/sys/arch/news68k/news68k/machdep.c        Sun Feb 27 08:02:43 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.56 2005/02/27 07:57:29 tsutsui Exp $     */
+/*     $NetBSD: machdep.c,v 1.57 2005/02/27 08:02:43 tsutsui Exp $     */
 
 /*
  * Copyright (c) 1982, 1986, 1990, 1993
@@ -77,7 +77,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.56 2005/02/27 07:57:29 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.57 2005/02/27 08:02:43 tsutsui Exp $");
 
 #include "opt_ddb.h"
 #include "opt_compat_netbsd.h"
@@ -881,7 +881,7 @@
 
        lance_mem       = (u_char *)IIOV(0xe0e00000);
        sccport0a       = (u_char *)IIOV(0xe0d40002);
-       ctrl_led        = (u_char *)IIOV(ctrl_led_phys);
+       ctrl_led        = (u_char *)IIOV(ctrl_led_phys);
 
        p = (u_char *)idrom_addr;
        q = (u_char *)&idrom;
@@ -972,7 +972,7 @@
 
        lance_mem       = (u_char *)IIOV(0xe1a00000);
        sccport0a       = (u_char *)IIOV(0xe1780002);
-       ctrl_led        = (u_char *)IIOV(ctrl_led_phys);
+       ctrl_led        = (u_char *)IIOV(ctrl_led_phys);
 
        p = (u_char *)idrom_addr;
        q = (u_char *)&idrom;



Home | Main Index | Thread Index | Old Index