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/xxboot Pull fixes in comments from x68k/...



details:   https://anonhg.NetBSD.org/src/rev/b6545a7d4032
branches:  trunk
changeset: 782721:b6545a7d4032
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Nov 17 15:50:13 2012 +0000

description:
Pull fixes in comments from x68k/stand/boot_ufs/boot.S rev 1.9 and 1.10.

diffstat:

 sys/arch/x68k/stand/xxboot/boot.S |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r e9fb101d43a1 -r b6545a7d4032 sys/arch/x68k/stand/xxboot/boot.S
--- a/sys/arch/x68k/stand/xxboot/boot.S Sat Nov 17 13:15:25 2012 +0000
+++ b/sys/arch/x68k/stand/xxboot/boot.S Sat Nov 17 15:50:13 2012 +0000
@@ -1,8 +1,8 @@
 | file: boot.S
 | author: chapuni(webmaster%chapuni.com@localhost)
-|         Yasha(itohy%NetBSD.org@localhost)
+|         ITOH Yasufumi
 |
-| $NetBSD: boot.S,v 1.1 2012/03/20 13:01:32 minoura Exp $
+| $NetBSD: boot.S,v 1.2 2012/11/17 15:50:13 tsutsui Exp $
 
 #include <machine/asm.h>
 #include "iocscall.h"
@@ -66,7 +66,7 @@
 
                | we use 68020 instructions, and check MPU beforehand
                |
-               | here d1.w = -1, and the above "subw a1,d0" = 0x9049, and
+               | here d0.w = -1, and the above "subw a1,d0" = 0x9049, and
                |       if MPU <= 010   loads 0x49,
                |       if MPU >= 020   loads 0x90.
                | This is a move, not a tst instruction



Home | Main Index | Thread Index | Old Index