Home | History | Annotate | Download | only in boot
History log of /src/sys/arch/newsmips/stand/boot/devopen.c
RevisionDateAuthorComments
 1.10  21-Feb-2008  tsutsui Use __arraycount().
 1.9  11-Dec-2005  christos branches: 1.9.50; 1.9.70;
merge ktrace-lwp.
 1.8  23-Jun-2005  junyoung branches: 1.8.2;
Use FS_OPS() macro.
 1.7  06-Feb-2005  tsutsui Misc cleanup:
- ANSI function decls
- remove __P()
- u_intNN_t -> uintNN_t
- remove register decls
- bcopy -> memcpy, strcpy
- bzero -> memset
- bcmp -> memcmp
- use malloc(9) with M_ZERO
- some KNF
etc.
 1.6  21-Nov-2003  tsutsui branches: 1.6.8; 1.6.10;
Revert previous DPRINTF changes since gcc3 properly removes text strings
in while(0) statements during optimization.
 1.5  22-Nov-2002  tsutsui branches: 1.5.6;
Add some prototype declarations.
 1.4  30-Apr-2002  tsutsui Make sure whole DPRINTF()s are actually disabled on normal build.
It seems compiler does not remove text strings in while(0) statement
on its optimization.
 1.3  13-Apr-2002  tsutsui Add ustarfs support and changedisk_hook().
 1.2  22-Dec-1999  tsubai branches: 1.2.8; 1.2.12;
news5000 support.
 1.1  08-Jul-1999  tsubai branches: 1.1.2;
Add NetBSD/newsmips native boot loader.
 1.1.2.1  20-Nov-2000  bouyer Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.
 1.2.12.3  11-Dec-2002  thorpej Sync with HEAD.
 1.2.12.2  20-Jun-2002  nathanw Catch up to -current.
 1.2.12.1  17-Apr-2002  nathanw Catch up to -current.
 1.2.8.1  23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.5.6.5  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.5.6.4  06-Feb-2005  skrll Sync with HEAD.
 1.5.6.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.5.6.2  18-Sep-2004  skrll Sync with HEAD.
 1.5.6.1  03-Aug-2004  skrll Sync with HEAD
 1.6.10.1  12-Feb-2005  yamt sync with head.
 1.6.8.1  29-Apr-2005  kent sync with -current
 1.8.2.1  27-Feb-2008  yamt sync with head.
 1.9.70.1  24-Mar-2008  keiichi sync with head.
 1.9.50.1  23-Mar-2008  matt sync with HEAD

RSS XML Feed