Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/i386/stand/bootxx
Module Name: src
Committed By: dsl
Date: Sat Aug 9 20:57:45 UTC 2003
Modified Files:
src/sys/arch/i386/stand/bootxx: pbr.S
Log Message:
Some systems (esp. those with a Promise IDE controller card) seem to
destroy %dl (drive number) across the 'disk reset' command.
Preserve %dl across that call and all registers across the disk reads.
Reorder the code to remove some long conditional jumps to save space.
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/arch/i386/stand/bootxx/pbr.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index