Home | History | Annotate | Download | only in common
History log of /src/sys/arch/ews4800mips/stand/common/floppy_2hd_ibmpc.c
RevisionDateAuthorComments
 1.5  04-Feb-2009  tsutsui - 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.
 1.4  28-Apr-2008  martin branches: 1.4.8; 1.4.10;
Remove clause 3 and 4 from TNF licenses
 1.3  22-Feb-2007  thorpej branches: 1.3.42; 1.3.44; 1.3.46;
TRUE -> true, FALSE -> false
 1.2  21-Feb-2007  thorpej Replace the Mach-derived boolean_t type with the C99 bool type. A
future commit will replace use of TRUE and FALSE with true and false.
 1.1  29-Dec-2005  tsutsui branches: 1.1.18; 1.1.28;
Initial import of NetBSD/ews4800mips port,
for NEC's MIPS based EWS4800 workstations.

Most porting work was done by UCHIYAMA Yasushi <uch@netbsd>
http://mail-index.netbsd.org/port-mips/2004/06/27/0000.html
and various cleanup, updating, and fixes have been done by me.
Currently only EWS4800/350, 360, 360AD, 360ADII, 360EX and 360SX
models are supported.
 1.1.28.1  27-Feb-2007  yamt - sync with head.
- move sched_changepri back to kern_synch.c as it doesn't know PPQ anymore.
 1.1.18.3  26-Feb-2007  yamt sync with head.
 1.1.18.2  21-Jun-2006  yamt sync with head.
 1.1.18.1  29-Dec-2005  yamt file floppy_2hd_ibmpc.c was added on branch yamt-lazymbuf on 2006-06-21 14:51:21 +0000
 1.3.46.2  04-May-2009  yamt sync with head.
 1.3.46.1  16-May-2008  yamt sync with head.
 1.3.44.1  18-May-2008  yamt sync with head.
 1.3.42.1  02-Jun-2008  mjf Sync with HEAD.
 1.4.10.1  06-Feb-2009  snj Pull up following revision(s) (requested by tsutsui in ticket #419):
sys/arch/ews4800mips/stand/boot/version: revision 1.3
sys/arch/ews4800mips/stand/common/bootxx.c: revision 1.5
sys/arch/ews4800mips/stand/common/disk.c: revision 1.7
sys/arch/ews4800mips/stand/common/floppy_2d.c: revision 1.5
sys/arch/ews4800mips/stand/common/floppy_2hc.c: revision 1.5
sys/arch/ews4800mips/stand/common/floppy_2hd_ibmpc.c: revision 1.5
sys/arch/ews4800mips/stand/common/ustarfs.c: revision 1.8
- 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.
 1.4.8.1  03-Mar-2009  skrll Sync with HEAD.

RSS XML Feed