svn commit: r229957 - stable/9/sys/boot/pc98/boot2

Takahashi Yoshihiro nyan at FreeBSD.org
Wed Jan 11 13:52:35 UTC 2012


Author: nyan
Date: Wed Jan 11 13:52:34 2012
New Revision: 229957
URL: http://svn.freebsd.org/changeset/base/229957

Log:
  MFC: revision 229462
  
    Fix 230MB MO support.
  
    Submitted by:	Kaho Toshikazu

Modified:
  stable/9/sys/boot/pc98/boot2/boot1.S
Directory Properties:
  stable/9/sys/   (props changed)
  stable/9/sys/boot/   (props changed)

Modified: stable/9/sys/boot/pc98/boot2/boot1.S
==============================================================================
--- stable/9/sys/boot/pc98/boot2/boot1.S	Wed Jan 11 02:46:42 2012	(r229956)
+++ stable/9/sys/boot/pc98/boot2/boot1.S	Wed Jan 11 13:52:34 2012	(r229957)
@@ -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


More information about the svn-src-all mailing list