Home | History | Annotate | Download | only in common
History log of /src/sys/arch/ews4800mips/stand/common/disk.c
RevisionDateAuthorComments
 1.9  09-Jan-2019  christos use <sys/param.h> instead of <machine/param.h> for everything.
 1.8  26-Mar-2014  christos branches: 1.8.28; 1.8.30;
kill sprintf
 1.7  04-Feb-2009  tsutsui branches: 1.7.14; 1.7.24; 1.7.28;
- 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.6  28-Apr-2008  martin branches: 1.6.8; 1.6.10;
Remove clause 3 and 4 from TNF licenses
 1.5  15-Dec-2007  perry branches: 1.5.6; 1.5.8; 1.5.10;
__FUNCTION__ -> __func__
 1.4  22-Feb-2007  thorpej branches: 1.4.22; 1.4.30; 1.4.34;
TRUE -> true, FALSE -> false
 1.3  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.2  26-Aug-2006  tsutsui branches: 1.2.8;
Fix pointer signedness warnings by gcc4.
 1.1  29-Dec-2005  tsutsui branches: 1.1.4; 1.1.8; 1.1.18;
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.18.5  21-Jan-2008  yamt sync with head
 1.1.18.4  26-Feb-2007  yamt sync with head.
 1.1.18.3  30-Dec-2006  yamt sync with head.
 1.1.18.2  21-Jun-2006  yamt sync with head.
 1.1.18.1  29-Dec-2005  yamt file disk.c was added on branch yamt-lazymbuf on 2006-06-21 14:51:20 +0000
 1.1.8.1  03-Sep-2006  yamt sync with head.
 1.1.4.1  09-Sep-2006  rpaulo sync with head
 1.2.8.1  27-Feb-2007  yamt - sync with head.
- move sched_changepri back to kern_synch.c as it doesn't know PPQ anymore.
 1.4.34.1  02-Jan-2008  bouyer Sync with HEAD
 1.4.30.1  26-Dec-2007  ad Sync with head.
 1.4.22.1  09-Jan-2008  matt sync with HEAD
 1.5.10.2  04-May-2009  yamt sync with head.
 1.5.10.1  16-May-2008  yamt sync with head.
 1.5.8.1  18-May-2008  yamt sync with head.
 1.5.6.1  02-Jun-2008  mjf Sync with HEAD.
 1.6.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.6.8.1  03-Mar-2009  skrll Sync with HEAD.
 1.7.28.1  18-May-2014  rmind sync with head
 1.7.24.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.7.14.1  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.8.30.1  10-Jun-2019  christos Sync with HEAD
 1.8.28.1  18-Jan-2019  pgoyette Synch with HEAD

RSS XML Feed