History log of /src/sys/arch/hpcmips/include/param.h |
Revision | | Date | Author | Comments |
1.17 |
| 07-Jan-2019 |
jdolecek | move DEV_BSIZE, DEV_BSHIFT out of MD param.h, they are same on all ports
also move BLKDEV_IOSIZE, MAXPHYS, but allow override since some ports have different value (powerpc uses NBPG for BLKDEV_IOSIZE, sun2/sun3 have lower MAXPHYS)
|
1.16 |
| 18-Mar-2011 |
tsutsui | branches: 1.16.54; 1.16.56; - include <mips/mips_param.h> after MACHINE is defined - remove redundant comment
|
1.15 |
| 08-Feb-2011 |
rmind | Remove clause 3 (UCB advertising clause) from the University of Utah copyright. Confirmed by Mike Hibler, mike at cs.utah.edu - thanks! Also, merge UCB and Utah copyright texts back into one, as they originally were.
Extra verification by snj@.
|
1.14 |
| 14-Dec-2009 |
matt | branches: 1.14.4; 1.14.6; 1.14.8; Merge from matt-nb5-mips64 Merge mips-specific arch files.
|
1.13 |
| 13-Aug-2009 |
matt | Move MID_MACHINE to <mips/mips_param.h> and use local values so we don't need to include exec_aout.h
|
1.12 |
| 26-Sep-2006 |
tsutsui | branches: 1.12.56; 1.12.74; Protect from multiple inclusion.
|
1.11 |
| 10-Sep-2006 |
tsutsui | branches: 1.11.2; Change dumb DELAY(9) macro into inline version with asm like other mips ports for gcc4's aggressive optimization.
|
1.10 |
| 11-Dec-2005 |
christos | branches: 1.10.8; 1.10.20; merge ktrace-lwp.
|
1.9 |
| 07-Aug-2003 |
agc | branches: 1.9.16; Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22364, verified by myself.
|
1.8 |
| 26-Feb-2002 |
simonb | branches: 1.8.16; Purge CLSIZE, CLSIZELOG2 and MCLOFSET. Be consistant in the way that MSIZE, MCLSHIFT, MCLBYTES and NMBCLUSTERS are defined. Remove old VM constants from cesfic port. Bump MSIZE to 256 on mipsco (the only one that wasn't already 256).
|
1.7 |
| 11-Feb-2002 |
uch | change kernel start address 0x80030000 to 0x80001000
|
1.6 |
| 15-Sep-2001 |
uch | branches: 1.6.4; ANSIfy.
|
1.5 |
| 13-Jun-2001 |
enami | branches: 1.5.2; 1.5.4; Generic softintr for hpcmips.
|
1.4 |
| 30-May-2001 |
mrg | use _KERNEL_OPT
|
1.3 |
| 30-Jun-2000 |
itojun | branches: 1.3.2; raise MSIZE from 128 to 256. - for sizeof(void *) == 8 arch, this is mandatory. MHLEN is too small already (less than 80) and there are chances for unwanted packet loss due to m_pullup restriction. - for other cases, the change should avoid allocating clusters in most cases (even when you have IPv4 IPsec tunnel, or IPv6 with moderate amount of extension header)
portmasters: if your arch chokes with the change (high memory usage or whatever), please backout the change for your arch.
|
1.2 |
| 04-Dec-1999 |
ragge | branches: 1.2.4; CL* discarding.
|
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.2 |
| 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.1.1.1.8.1 |
| 21-Dec-1999 |
wrstuden | Initial commit of recent changes to make DEV_BSIZE go away.
Runs on i386, needs work on other arch's. Main kernel routines should be fine, but a number of the stand programs need help.
cd, fd, ccd, wd, and sd have been updated. sd has been tested with non-512 byte block devices. vnd, raidframe, and lfs need work.
Non 2**n block support is automatic for LKM's and conditional for kernels on "options NON_PO2_BLOCKS".
|
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.2.4.1 |
| 23-Jul-2000 |
itojun | pullup from main trunc (approved by releng-1-5)
raise MSIZE from 128 to 256. - for sizeof(void *) == 8 arch, this is mandatory. MHLEN is too small already (less than 80) and there are chances for unwanted packet loss due to m_pullup restriction. - for other cases, the change should avoid allocating clusters in most cases (even when you have IPv4 IPsec tunnel, or IPv6 with moderate amount of extension header)
portmasters: if your arch chokes with the change (high memory usage or whatever), please backout the change for your arch.
1.1 -> 1.2 syssrc/sys/arch/amigappc/include/param.h 1.13 -> 1.14 syssrc/sys/arch/arc/include/param.h 1.1 -> 1.2 syssrc/sys/arch/arm26/include/param.h 1.17 -> 1.18 syssrc/sys/arch/arm32/include/param.h 1.6 -> 1.7 syssrc/sys/arch/bebox/include/param.h 1.4 -> 1.5 syssrc/sys/arch/cobalt/include/param.h 1.4 -> 1.5 syssrc/sys/arch/evbsh3/include/param.h 1.2 -> 1.3 syssrc/sys/arch/hpcmips/include/param.h 1.40 -> 1.41 syssrc/sys/arch/i386/include/param.h 1.7 -> 1.8 syssrc/sys/arch/m68k/include/param.h 1.9 -> 1.10 syssrc/sys/arch/macppc/include/param.h 1.4 -> 1.5 syssrc/sys/arch/mmeye/include/param.h 1.6 -> 1.7 syssrc/sys/arch/newsmips/include/param.h 1.7 -> 1.8 syssrc/sys/arch/ofppc/include/param.h 1.23 -> 1.24 syssrc/sys/arch/pc532/include/param.h 1.32 -> 1.33 syssrc/sys/arch/pmax/include/param.h 1.7 -> 1.8 syssrc/sys/arch/powerpc/include/param.h 1.1 -> 1.2 syssrc/sys/arch/prep/include/param.h 1.1 -> 1.2 syssrc/sys/arch/sgimips/include/param.h 1.3 -> 1.4 syssrc/sys/arch/sh3/include/param.h 1.44 -> 1.45 syssrc/sys/arch/sparc/include/param.h 1.21 -> 1.22 syssrc/sys/arch/sparc64/include/param.h 1.43 -> 1.44 syssrc/sys/arch/vax/include/param.h
|
1.3.2.1 |
| 21-Jun-2001 |
nathanw | Catch up to -current.
|
1.5.4.1 |
| 01-Oct-2001 |
fvdl | Catch up with -current.
|
1.5.2.2 |
| 16-Mar-2002 |
jdolecek | Catch up with -current.
|
1.5.2.1 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.6.4.2 |
| 28-Feb-2002 |
nathanw | Catch up to -current.
|
1.6.4.1 |
| 15-Sep-2001 |
nathanw | file param.h was added on branch nathanw_sa on 2002-02-28 04:09:58 +0000
|
1.8.16.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.8.16.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.8.16.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.9.16.1 |
| 30-Dec-2006 |
yamt | sync with head.
|
1.10.20.1 |
| 18-Nov-2006 |
ad | Sync with head.
|
1.10.8.1 |
| 14-Sep-2006 |
yamt | sync with head.
|
1.11.2.1 |
| 22-Oct-2006 |
yamt | sync with head
|
1.12.74.1 |
| 22-Aug-2009 |
matt | Move MACHINE_ARCH definition to <mips/mips_param.h> Move mbuf related defines to <mips/mips_param.h>
|
1.12.56.2 |
| 11-Mar-2010 |
yamt | sync with head
|
1.12.56.1 |
| 19-Aug-2009 |
yamt | sync with head.
|
1.14.8.1 |
| 17-Feb-2011 |
bouyer | Sync with HEAD
|
1.14.6.1 |
| 06-Jun-2011 |
jruoho | Sync with HEAD.
|
1.14.4.2 |
| 21-Apr-2011 |
rmind | sync with head
|
1.14.4.1 |
| 05-Mar-2011 |
rmind | sync with head
|
1.16.56.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|
1.16.54.1 |
| 18-Jan-2019 |
pgoyette | Synch with HEAD
|