Subject: CVS commit: src/sys/arch/i386/stand/lib
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 01/23/2003 23:01:19
Module Name:	src
Committed By:	jdolecek
Date:		Thu Jan 23 21:01:18 UTC 2003

Modified Files:
	src/sys/arch/i386/stand/lib: biosmca.S

Log Message:
use %e?x instead of %?x as 'xorl' arguments
use %al for 'movb' target, and 'andb' for masking the result with $0x02
since 'and' conveniently sets ZF, use 'and+jnz' instead of 'and+cmp+jne'


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/arch/i386/stand/lib/biosmca.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.