Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/stand/cdboot Fix constant in comment



details:   https://anonhg.NetBSD.org/src/rev/208775743a00
branches:  trunk
changeset: 748456:208775743a00
user:      dsl <dsl%NetBSD.org@localhost>
date:      Sat Oct 24 12:57:17 2009 +0000

description:
Fix constant in comment

diffstat:

 sys/arch/i386/stand/cdboot/cdboot.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 06185b19db2b -r 208775743a00 sys/arch/i386/stand/cdboot/cdboot.S
--- a/sys/arch/i386/stand/cdboot/cdboot.S       Sat Oct 24 12:47:30 2009 +0000
+++ b/sys/arch/i386/stand/cdboot/cdboot.S       Sat Oct 24 12:57:17 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cdboot.S,v 1.10 2009/10/24 11:23:06 dsl Exp $  */
+/*     $NetBSD: cdboot.S,v 1.11 2009/10/24 12:57:17 dsl Exp $  */
 
 /*-
  * Copyright (c) 2005 The NetBSD Foundation, Inc.
@@ -311,7 +311,7 @@
 1:     movb    %dh, edd_nsecs
        cmpb    $MAX_SECTORS, %dh
        jle     2f                      /* j if less than 64k */
-       movb    $MAX_SECTORS, edd_nsecs /* Read 16 sectors - 64k bytes */
+       movb    $MAX_SECTORS, edd_nsecs /* Read 32 sectors - 64k bytes */
 2:     movb    boot_drive, %dl
        movw    $edd_packet, %si
 read_again:



Home | Main Index | Thread Index | Old Index