History log of /src/sys/arch/hpcmips/include/sysconf.h |
Revision | | Date | Author | Comments |
1.18 |
| 31-Jul-2021 |
andvar | s/dependend/dependent/
|
1.17 |
| 16-Mar-2011 |
tsutsui | branches: 1.17.72; Fix device_t/softc confusion. (currently harmless since they are not split yet)
|
1.16 |
| 20-Feb-2011 |
matt | Merge forward matt-nb5-mips64 Adapt to new interrupt/spl framework (XXX don't know how to deal with use of spllower in sleep/pause code so hpcmips kernel will fail to compile).
|
1.15 |
| 15-Dec-2009 |
mrg | branches: 1.15.4; 1.15.6; 1.15.8; convert all mips cpu_intr() to have the standard (uint32_t, uint32_t, vaddr_t, uint32_t) signature.
|
1.14 |
| 14-Dec-2009 |
matt | Merge from matt-nb5-mips64 Merge mips-specific arch files.
|
1.13 |
| 04-Mar-2007 |
christos | branches: 1.13.44; 1.13.62; Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
|
1.12 |
| 16-Sep-2006 |
gdamore | branches: 1.12.6; Convert hpcmips to TODR and timecounters. Ok jun@.
|
1.11 |
| 23-Sep-2001 |
uch | branches: 1.11.4; 1.11.36; 1.11.66; improve interrupt response.
|
1.10 |
| 18-Sep-2001 |
uch | remove dev/dec/clockvar.h from hpcmips source tree.
|
1.9 |
| 16-Sep-2001 |
uch | rearrange struct platform@sysconf.h suitable for hpcmips. overhaul hpcmips/hpcmips/. no actual changes.
|
1.8 |
| 15-Sep-2001 |
uch | ANSIfy.
|
1.7 |
| 11-Apr-2000 |
uch | branches: 1.7.6; 1.7.8; sync with new mips trap.c
|
1.6 |
| 21-Feb-2000 |
shin | support non-contiguous memory. patch from Mycroft <root@ihack.net> and uch@netbsd.org. tested hardware: VR4121 IBM WorkPad z50 (48MB, 16MB) VR4121 NEC Mobile Gear II MC/R730 TX3912 Compaq C-series 810 (20MB), 2010c (20MB, 16MB) TX3922 Sharp Telios HC-AJ2 (32MB)
|
1.5 |
| 04-Dec-1999 |
takemura | Unify vr_reset and vr_powerdown.
|
1.4 |
| 28-Nov-1999 |
sato | PowerOff code. (not yet completely) 'halt -p' availavle. not yet all power off... cannot exit poweroff mode. (reset required..)
|
1.3 |
| 28-Nov-1999 |
takemura | Add new device vrdsu, with which we can hard reset the VR41xx CPU. Why don't you try shutdown comand with option '-r ?
|
1.2 |
| 21-Nov-1999 |
uch | add fb_init, mem_init member to struct platform.
|
1.1 |
| 16-Sep-1999 |
takemura | branches: 1.1.1; Initial revision
|
1.1.1.1 |
| 16-Sep-1999 |
takemura | branches: 1.1.1.1.2; 1.1.1.1.8; Import NetBSD/hpcmips source files from hpcmips repository. file list: sys/arch/hpcmips/ distrib/hpcmips/ etc/etc.hpcmips/ lib/libc/arch/mips/fplib/ lib/libc/arch/mips/fplib/Makefile.inc lib/libc/arch/mips/fplib/environment.h lib/libc/arch/mips/fplib/fplib_glue.c lib/libc/arch/mips/fplib/fplib_libc.c lib/libc/arch/mips/fplib/hpcmips-gcc.h lib/libc/arch/mips/fplib/softfloat-macros.h lib/libc/arch/mips/fplib/softfloat-specialize.h lib/libc/arch/mips/fplib/softfloat.c lib/libc/arch/mips/fplib/softfloat.h lib/libc/arch/mips/gen/ieee.h lib/libc/arch/mips/gen/sf_fabs.c lib/libc/arch/mips/gen/sf_flt_rounds.c lib/libc/arch/mips/gen/sf_fpgetmask.c lib/libc/arch/mips/gen/sf_fpgetround.c lib/libc/arch/mips/gen/sf_fpgetsticky.c lib/libc/arch/mips/gen/sf_fpsetmask.c lib/libc/arch/mips/gen/sf_fpsetround.c lib/libc/arch/mips/gen/sf_fpsetsticky.c lib/libc/arch/mips/gen/sf_isinf.c lib/libc/arch/mips/gen/sf_ldexp.c lib/libc/arch/mips/gen/sf_modf.c
|
1.1.1.1.8.1 |
| 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.1.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.7.8.1 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.7.6.1 |
| 01-Oct-2001 |
fvdl | Catch up with -current.
|
1.11.66.1 |
| 18-Nov-2006 |
ad | Sync with head.
|
1.11.36.2 |
| 03-Sep-2007 |
yamt | sync with head.
|
1.11.36.1 |
| 30-Dec-2006 |
yamt | sync with head.
|
1.11.4.2 |
| 23-Sep-2001 |
uch | improve interrupt response.
|
1.11.4.1 |
| 23-Sep-2001 |
uch | file sysconf.h was added on branch nathanw_sa on 2001-09-23 14:32:53 +0000
|
1.12.6.1 |
| 12-Mar-2007 |
rmind | Sync with HEAD.
|
1.13.62.1 |
| 29-Dec-2010 |
matt | Adapt to the new interrupt framework. (XXX hpcmips still has calls to _spllower which are not supported.)
|
1.13.44.1 |
| 11-Mar-2010 |
yamt | sync with head
|
1.15.8.1 |
| 05-Mar-2011 |
bouyer | Sync with HEAD
|
1.15.6.1 |
| 06-Jun-2011 |
jruoho | Sync with HEAD.
|
1.15.4.2 |
| 21-Apr-2011 |
rmind | sync with head
|
1.15.4.1 |
| 05-Mar-2011 |
rmind | sync with head
|
1.17.72.1 |
| 01-Aug-2021 |
thorpej | Sync with HEAD.
|