summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2012-01-04 03:49:41 +0000
committernyan <nyan@FreeBSD.org>2012-01-04 03:49:41 +0000
commit2dcf5c3cc46890c4de5e72bd52b9539e415641a0 (patch)
treec046eafda2ccce2ac833c1047be07426edea7e22
parent73078d5a8b3e61b2d619665a74f52c7ad74d9797 (diff)
downloadFreeBSD-src-2dcf5c3cc46890c4de5e72bd52b9539e415641a0.zip
FreeBSD-src-2dcf5c3cc46890c4de5e72bd52b9539e415641a0.tar.gz
Fix 230MB MO support.
Submitted by: Kaho Toshikazu MFC after: 1 week
-rw-r--r--sys/boot/pc98/boot2/boot1.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/pc98/boot2/boot1.S b/sys/boot/pc98/boot2/boot1.S
index e4f48eb..5c97206 100644
--- a/sys/boot/pc98/boot2/boot1.S
+++ b/sys/boot/pc98/boot2/boot1.S
@@ -219,7 +219,7 @@ read: xor %ax,%ax
jc read_load
and $0xff7f,%si /* SCSI MO */
mov %di,%cx
- shr $16,%di
+ shr $16,%edi
mov %di,%dx
jmp read_load
read_fd: or $0xd000,%si
OpenPOWER on IntegriCloud