Module Name: src
Committed By: tsutsui
Date: Sat Nov 17 15:50:13 UTC 2012
Modified Files:
src/sys/arch/x68k/stand/xxboot: boot.S
Log Message:
Pull fixes in comments from x68k/stand/boot_ufs/boot.S rev 1.9 and 1.10.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/x68k/stand/xxboot/boot.S
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/x68k/stand/xxboot/boot.S
diff -u src/sys/arch/x68k/stand/xxboot/boot.S:1.1 src/sys/arch/x68k/stand/xxboot/boot.S:1.2
--- src/sys/arch/x68k/stand/xxboot/boot.S:1.1 Tue Mar 20 13:01:32 2012
+++ src/sys/arch/x68k/stand/xxboot/boot.S Sat Nov 17 15:50:13 2012
@@ -1,8 +1,8 @@
| file: boot.S
| author: chapuni([email protected])
-| Yasha([email protected])
+| 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 @@ clrbss: clrb %a1@+
| 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