diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-08-07 22:11:18 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-08-07 22:11:18 +0000 |
commit | 2262fe1621918db276660ff9e57d1473b30d5dda (patch) | |
tree | 0abfd95c524c405f77a94a032815edf21fd2eee2 /sys/arch/i386/stand | |
parent | 8319e38ff4d37fdcfab81f91382db21ab9aaecd6 (diff) |
9600-N-8 is better than 9600-N-7 no?
Diffstat (limited to 'sys/arch/i386/stand')
-rw-r--r-- | sys/arch/i386/stand/libsa/bioscom.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/libsa/bioscom.S b/sys/arch/i386/stand/libsa/bioscom.S index df9ea2fef5f..ccccc527bc5 100644 --- a/sys/arch/i386/stand/libsa/bioscom.S +++ b/sys/arch/i386/stand/libsa/bioscom.S @@ -1,4 +1,4 @@ -/* $OpenBSD: bioscom.S,v 1.5 1997/07/17 22:48:42 mickey Exp $ */ +/* $OpenBSD: bioscom.S,v 1.6 1997/08/07 22:11:17 niklas Exp $ */ /* * Copyright (c) 1997 Michael Shalayeff @@ -66,7 +66,7 @@ COM_ENT(3,probe) jmp 2f 1: xorl %eax, %eax - movb $0xe2, %al + movb $0xe3, %al # 9600-N-8 DOINT(0x14) xorl %eax, %eax incl %eax |