Module Name:    src
Committed By:   dsl
Date:           Sat Oct 24 12:57:17 UTC 2009

Modified Files:
        src/sys/arch/i386/stand/cdboot: cdboot.S

Log Message:
Fix constant in comment


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/i386/stand/cdboot/cdboot.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/i386/stand/cdboot/cdboot.S
diff -u src/sys/arch/i386/stand/cdboot/cdboot.S:1.10 src/sys/arch/i386/stand/cdboot/cdboot.S:1.11
--- src/sys/arch/i386/stand/cdboot/cdboot.S:1.10	Sat Oct 24 11:23:06 2009
+++ src/sys/arch/i386/stand/cdboot/cdboot.S	Sat Oct 24 12:57:17 2009
@@ -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:

Reply via email to