OpenGrok
Cross Reference: ustarfs.c
xref
: /
src
/
sys
/
arch
/
ews4800mips
/
stand
/
common
/
ustarfs.c
Home
|
History
|
Annotate
|
Download
|
only in
common
History log of
/src/sys/arch/ews4800mips/stand/common/ustarfs.c
Revision
Date
Author
Comments
1.9
09-Jan-2019
christos
use <sys/param.h> instead of <machine/param.h> for everything.
1.8
04-Feb-2009
tsutsui
branches: 1.8.64; 1.8.66;
- 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.7
28-Apr-2008
martin
branches: 1.7.8; 1.7.10;
Remove clause 3 and 4 from TNF licenses
1.6
15-Dec-2007
perry
branches: 1.6.6; 1.6.8; 1.6.10;
__FUNCTION__ -> __func__
1.5
22-Feb-2007
thorpej
branches: 1.5.22; 1.5.30; 1.5.34;
TRUE -> true, FALSE -> false
1.4
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.3
26-Aug-2006
tsutsui
branches: 1.3.8;
Fix pointer signedness warnings by gcc4.
1.2
25-Jan-2006
christos
branches: 1.2.2; 1.2.6; 1.2.16;
free -> dealloc
unsigned -> size_t for alloc/dealloc
1.1
29-Dec-2005
tsutsui
branches: 1.1.2;
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.2.1
01-Feb-2006
yamt
sync with head.
1.2.16.5
21-Jan-2008
yamt
sync with head
1.2.16.4
26-Feb-2007
yamt
sync with head.
1.2.16.3
30-Dec-2006
yamt
sync with head.
1.2.16.2
21-Jun-2006
yamt
sync with head.
1.2.16.1
25-Jan-2006
yamt
file ustarfs.c was added on branch yamt-lazymbuf on 2006-06-21 14:51:21 +0000
1.2.6.1
03-Sep-2006
yamt
sync with head.
1.2.2.1
09-Sep-2006
rpaulo
sync with head
1.3.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.5.34.1
02-Jan-2008
bouyer
Sync with HEAD
1.5.30.1
26-Dec-2007
ad
Sync with head.
1.5.22.1
09-Jan-2008
matt
sync with HEAD
1.6.10.2
04-May-2009
yamt
sync with head.
1.6.10.1
16-May-2008
yamt
sync with head.
1.6.8.1
18-May-2008
yamt
sync with head.
1.6.6.1
02-Jun-2008
mjf
Sync with HEAD.
1.7.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.7.8.1
03-Mar-2009
skrll
Sync with HEAD.
1.8.66.1
10-Jun-2019
christos
Sync with HEAD
1.8.64.1
18-Jan-2019
pgoyette
Synch with HEAD
Indexes created Thu Oct 23 18:09:57 GMT 2025