Home | History | Annotate | Download | only in common
History log of /src/sys/arch/sgimips/stand/common/disk.c
RevisionDateAuthorComments
 1.12  14-Feb-2016  dholland Add missing va_list, from David Binderman in PR 50796.

XXX: this file and arch/arc/stand/boot/disk.c are cutpaste clones.
 1.11  17-Jul-2011  joerg branches: 1.11.12; 1.11.30;
Retire varargs.h support. Move machine/stdarg.h logic into MI
sys/stdarg.h and expect compiler to provide proper builtins, defaulting
to the GCC interface. lint still has a special fallback.
Reduce abuse of _BSD_VA_LIST_ by defining __va_list by default and
derive va_list as required by standards.
 1.10  20-Feb-2011  matt Merge forward matt-nb5-mips64
Adapt to new interrupt/spl framework
Deal with arcbios calls being O32 and kernels being N32/N64.
Need to save/restore T8 across arcbios calls.
 1.9  25-Jan-2006  christos branches: 1.9.98; 1.9.104; 1.9.106;
free -> dealloc
unsigned -> size_t for alloc/dealloc
 1.8  11-Dec-2005  christos branches: 1.8.2;
merge ktrace-lwp.
 1.7  21-Apr-2005  tsutsui branches: 1.7.2;
Cosmetic changes to reduce diffs from arc.
 1.6  18-Apr-2005  tsutsui - Use u_long or long rather than paddr_t for ARCBIOS function prototypes
as per the ARC specification. They are actually 64bit on MIPS64 based
machines and our paddr_t is not equal to pointer size.
(arc is ILP32 but has 64bit paddr_t)
- While here, change some unsigned long to u_long for consistency.
 1.5  04-Oct-2004  he branches: 1.5.4;
Track the change of int -> paddr_t for the arguments to the ARCBIOS
routines.
 1.4  11-Nov-2003  sekiya Remove unused variables.
 1.3  07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22364, verified by myself.
 1.2  21-Nov-2001  thorpej branches: 1.2.2; 1.2.18;
- Adjust bootinfo to work sanely in an ARCS world, and pass some
info along to the kernel (currently just the symbol table info).
- Don't bother with the startprog dance; we don't need to do anything
special, here, so just call the entry point directly.
- A bunch of random cleanup.
 1.1  21-Nov-2001  thorpej Initial cut at a bootloader for NetBSD/sgimips, by Michael Hitch.
 1.2.18.5  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.2.18.4  19-Oct-2004  skrll Sync with HEAD
 1.2.18.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.2.18.2  18-Sep-2004  skrll Sync with HEAD.
 1.2.18.1  03-Aug-2004  skrll Sync with HEAD
 1.2.2.2  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.2.2.1  21-Nov-2001  thorpej file disk.c was added on branch kqueue on 2002-01-10 19:48:35 +0000
 1.5.4.1  29-Apr-2005  kent sync with -current
 1.7.2.1  21-Jun-2006  yamt sync with head.
 1.8.2.1  01-Feb-2006  yamt sync with head.
 1.9.106.1  05-Mar-2011  bouyer Sync with HEAD
 1.9.104.1  06-Jun-2011  jruoho Sync with HEAD.
 1.9.98.1  05-Mar-2011  rmind sync with head
 1.11.30.1  19-Mar-2016  skrll Sync with HEAD
 1.11.12.1  03-Dec-2017  jdolecek update from HEAD

RSS XML Feed