Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/ews4800mips/stand
Module Name: src
Committed By: tsutsui
Date: Wed Feb 4 15:22:13 UTC 2009
Modified Files:
src/sys/arch/ews4800mips/stand/boot: version
src/sys/arch/ews4800mips/stand/common: bootxx.c disk.c floppy_2d.c
floppy_2hc.c floppy_2hd_ibmpc.c ustarfs.c
Log Message:
- use multiple sector read on floppy boot
(speeds up ustarfs floppy boot from ~840sec to ~100sec)
- use twiddle() rather than printing CHS numbers on reading floppy sectors
- make ustarfs_load() work with more than two volumes
- bump revision
XXX: FD_FORMAT_2D is not identified properly in boot_device() on EWS4800/360SX.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/arch/ews4800mips/stand/boot/version
cvs rdiff -r1.4 -r1.5 src/sys/arch/ews4800mips/stand/common/bootxx.c \
src/sys/arch/ews4800mips/stand/common/floppy_2d.c \
src/sys/arch/ews4800mips/stand/common/floppy_2hc.c \
src/sys/arch/ews4800mips/stand/common/floppy_2hd_ibmpc.c
cvs rdiff -r1.6 -r1.7 src/sys/arch/ews4800mips/stand/common/disk.c
cvs rdiff -r1.7 -r1.8 src/sys/arch/ews4800mips/stand/common/ustarfs.c
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