summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1997-04-05 23:49:08 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1997-04-05 23:49:08 +0000
commit0fff70440448f690d485c09f1c01fdb5cdff3921 (patch)
tree4be0b7e8193e6c3a192b3e38e26a508d967544fb
parentc946b1add650b86ce31bf6d02f57179d393a5bac (diff)
32bit corrections
-rw-r--r--sys/arch/i386/stand/libsa/biosdisk.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/stand/libsa/biosdisk.S b/sys/arch/i386/stand/libsa/biosdisk.S
index f54e23efccc..574d51fea9a 100644
--- a/sys/arch/i386/stand/libsa/biosdisk.S
+++ b/sys/arch/i386/stand/libsa/biosdisk.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: biosdisk.S,v 1.3 1997/03/31 23:06:27 mickey Exp $ */
+/* $OpenBSD: biosdisk.S,v 1.4 1997/04/05 23:49:07 mickey Exp $ */
/*
* Ported to boot 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
@@ -142,11 +142,11 @@ ENTRY(biosdinfo)
* documentation, although we only need head and sector counts.
*/
xorl %bx, %bx # %bh = 0
- incw %bx; incw %bx # %bl bits 0-3 = drive type, 2 = 1.2M
+ incl %bx; incl %bx # %bl bits 0-3 = drive type, 2 = 1.2M
movb $79, %ch # max track
movb $15, %cl # max sector
xorl %dx, %dx
- incw %dx # floppy drives installed
+ incl %dx # floppy drives installed
movb %dl, %dh # max head
# es:di = parameter table
# carry = 0