History log of /src/sys/arch/sparc/stand/common/dvma.c |
Revision | | Date | Author | Comments |
1.15 |
| 21-Oct-2009 |
snj | Drop 3rd and 4th clauses. Approved by gwr@ (copyright holder).
|
1.14 |
| 13-Jul-2006 |
uwe | branches: 1.14.62; De-__P. ANSIify.
Same object code is generated (except in prf.c, where putchar argument type was changed to int to match the prototype and one instrcution changes accordingly).
strategy() in ofdev.c was not ANSIified in this sweep, b/c that changes code generated at call sites!
|
1.13 |
| 25-Jan-2006 |
uwe | branches: 1.13.2; 1.13.6; It's free -> dealloc, not free -> size_t (hi, Christos :).
|
1.12 |
| 25-Jan-2006 |
christos | free -> dealloc unsigned -> size_t for alloc/dealloc
|
1.11 |
| 11-Dec-2005 |
christos | branches: 1.11.2; merge ktrace-lwp.
|
1.10 |
| 10-Nov-2003 |
wiz | branches: 1.10.16; Spell address with two d's. Inspired by similar changes in OpenBSD, originating from Jonathon Gray and forwarded by jmc@openbsd.
|
1.9 |
| 31-Oct-2000 |
pk | branches: 1.9.24; Align the DVMA mapping on NBPSG boundaries.
|
1.8 |
| 18-Jun-2000 |
fvdl | branches: 1.8.2; Rearrange previous slightly to avoid getting values that are too low; the only goal here is to leave some space for the stack.
|
1.7 |
| 18-Jun-2000 |
fvdl | Account for the stack when computing the base va. This makes the bootblocks work again on the 4/110.
|
1.6 |
| 14-Apr-2000 |
pk | branches: 1.6.2; dvma_init: avoid integer variable overflow
|
1.5 |
| 15-Feb-2000 |
pk | Determine base address at run time.
|
1.4 |
| 15-Feb-2000 |
pk | Nuke unused code.
|
1.3 |
| 15-Feb-1999 |
pk | branches: 1.3.2; 1.3.8; Use PROMLIB to streamline this code. This also provides the bulk of Open Firmware boot code.
|
1.2 |
| 12-Oct-1998 |
pk | Move around a few PTE-manipulating macros.
|
1.1 |
| 01-Jun-1997 |
mrg | Completely rearrange SPARC boot code, modeling it after alpha and hp300 ports' boot programs. Also added support for loading gzip'd kernels, useful for booting from floppy. From Jason R. Thorpe <thorpej@nas.nasa.gov>, tested by Matthew Green <mrg@eterna.com.au> and Erik Fair <fair@clock.org>.
|
1.3.8.2 |
| 22-Nov-2000 |
bouyer | Sync with HEAD.
|
1.3.8.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.3.2.3 |
| 27-Jul-2000 |
he | Revert previous, and pull up revisions 1.7-1.8 (requested by pk): Account for stack when computing base VA; fixes booting on sun4 systems. Fixes PR#9906 and PR#10165 (Previous patch had bug as submitted.)
|
1.3.2.2 |
| 23-Jul-2000 |
he | Pull up revisions 1.7-1.8 (via patch, requested by pk): Account for stack when computing base VA; fixes booting on sun4 systems. Fixes PR#9906 and PR#10165
|
1.3.2.1 |
| 27-Jun-2000 |
he | Apply patch (requested by pk): Fix lossage of the bootstrap program on sun4 machines, at least when booting from disk. Fixes PR#9906.
|
1.6.2.1 |
| 22-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
1.8.2.1 |
| 01-Nov-2000 |
tv | Pullup 1.9 [pk]: Align the DVMA mapping on NBPSG boundaries.
|
1.9.24.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.9.24.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.9.24.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.10.16.2 |
| 30-Dec-2006 |
yamt | sync with head.
|
1.10.16.1 |
| 21-Jun-2006 |
yamt | sync with head.
|
1.11.2.1 |
| 01-Feb-2006 |
yamt | sync with head.
|
1.13.6.1 |
| 11-Aug-2006 |
yamt | sync with head
|
1.13.2.1 |
| 09-Sep-2006 |
rpaulo | sync with head
|
1.14.62.1 |
| 11-Mar-2010 |
yamt | sync with head
|