Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x68k/stand/libsa Fix pasto. Now serial console out...
details: https://anonhg.NetBSD.org/src/rev/0cb30d2dca54
branches: trunk
changeset: 764100:0cb30d2dca54
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Mon Apr 11 13:47:16 2011 +0000
description:
Fix pasto. Now serial console output on bootloader works properly
after ~decade. ok from minoura@
diffstat:
sys/arch/x68k/stand/libsa/consio.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (15 lines):
diff -r c2c8212b7af3 -r 0cb30d2dca54 sys/arch/x68k/stand/libsa/consio.h
--- a/sys/arch/x68k/stand/libsa/consio.h Mon Apr 11 10:55:26 2011 +0000
+++ b/sys/arch/x68k/stand/libsa/consio.h Mon Apr 11 13:47:16 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: consio.h,v 1.1 2001/09/27 10:03:27 minoura Exp $ */
+/* $NetBSD: consio.h,v 1.2 2011/04/11 13:47:16 tsutsui Exp $ */
/*
* Copyright (c) 2001 MINOURA Makoto.
@@ -35,4 +35,4 @@
#define SRAM_PHYS 0x00ed0000
#define SERPARAM_PHYS (SRAM_PHYS + 26)
-#define SERPARAM (*((unsigned short *)KEYCTRL_PHYS))
+#define SERPARAM (*((unsigned short *)SERPARAM_PHYS))
Home |
Main Index |
Thread Index |
Old Index