History log of /src/sys/arch/luna68k/include/param.h |
Revision | | Date | Author | Comments |
1.15 |
| 15-Jan-2023 |
tsutsui | TAB/space/indent cleanup.
|
1.14 |
| 28-Dec-2019 |
isaki | Remove a pointless MSGBUFSIZE definition. The same operation is already done in <m68k/param.h>. luna68k is not imported yet in 1997 but see also: http://mail-index.netbsd.org/source-changes/1997/09/20/0021.html
|
1.13 |
| 10-Feb-2012 |
para | branches: 1.13.48; proper sizing of kmem_arena on different ports
PR port-i386/45946: Kernel locks up in VMEM system
|
1.12 |
| 05-Nov-2011 |
tsutsui | branches: 1.12.4; Sync _delay() with hp300: - unsigned -> u_int - use ENTRY_NOPROFILE() - align main delay loop with 8 byte cacheline boundary
|
1.11 |
| 08-Feb-2011 |
rmind | branches: 1.11.4; 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.10 |
| 11-Dec-2009 |
tsutsui | branches: 1.10.4; 1.10.6; 1.10.8; Refactoring MD segment related definitions on m68k ports: - move macro SEGSHIFT, NBSEG, and SEGOFSET from <machine/param.h> to <m68k/pmap_motorola.h> where they should belong - also simplify NBSEG macro for both 020/030 and 040/060 cases - also move m68k_trunc_seg(), m68k_round_seg(), and m68k_seg_offset() (that use SEGOFSET) from <m68k/param.h> to <m68k/pmap_motorola.h> - add comments about each segment size value used on pmap_motorola implementation - add TIA_SIZE, TIA_SHIFT, TIB_SIZE, and TIB_SHIFT macro which can be used for ste/pte index sizes - use proper vaddr_t cast instead of unsigned for SEGOFSET/PGOFSET macro
Tested on atari, hp300, and news68k.
|
1.9 |
| 09-Dec-2009 |
tsutsui | Fix wrong NBSEG values for all hp300 pmap derived m68k ports. They were incorrect since 1997 on amiga and atari, and since 2002 on other ports, but fortunately they don't look so fatal.
Anyway, these values will be moved into <m68k/pmap_motorola.h> soon since they are quite pmap implementation dependent.
|
1.8 |
| 14-Mar-2009 |
dsl | Remove all the __P() from sys (excluding sys/dist) Diff checked with grep and MK1 eyeball. i386 and amd64 GENERIC and sys still build.
|
1.7 |
| 11-Dec-2005 |
christos | branches: 1.7.78; 1.7.86; 1.7.92; merge ktrace-lwp.
|
1.6 |
| 24-Oct-2004 |
skrll | s/Id/NetBSD/
|
1.5 |
| 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.4 |
| 03-Nov-2002 |
chs | branches: 1.4.6; merge pmap.h for all 4k-page motorola-MMU (or compatible) m68k platforms.
|
1.3 |
| 30-Nov-2000 |
nisimura | branches: 1.3.8; Reduce UPAGES from 3 to 2.
|
1.2 |
| 11-Feb-2000 |
thorpej | branches: 1.2.6; Update for the NKMEMPAGES changes.
|
1.1 |
| 05-Jan-2000 |
nisimura | Introduce NetBSD/luna68k port into CVS repository.
|
1.2.6.3 |
| 08-Dec-2000 |
bouyer | Sync with HEAD.
|
1.2.6.2 |
| 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.6.1 |
| 11-Feb-2000 |
bouyer | file param.h was added on branch thorpej_scsipi on 2000-11-20 20:10:31 +0000
|
1.3.8.1 |
| 11-Nov-2002 |
nathanw | Catch up to -current
|
1.4.6.4 |
| 02-Nov-2004 |
skrll | Sync with HEAD.
|
1.4.6.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.4.6.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.4.6.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.7.92.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
1.7.86.1 |
| 28-Apr-2009 |
skrll | Sync with HEAD.
|
1.7.78.2 |
| 11-Mar-2010 |
yamt | sync with head
|
1.7.78.1 |
| 04-May-2009 |
yamt | sync with head.
|
1.10.8.1 |
| 17-Feb-2011 |
bouyer | Sync with HEAD
|
1.10.6.1 |
| 06-Jun-2011 |
jruoho | Sync with HEAD.
|
1.10.4.1 |
| 05-Mar-2011 |
rmind | sync with head
|
1.11.4.2 |
| 17-Apr-2012 |
yamt | sync with head
|
1.11.4.1 |
| 10-Nov-2011 |
yamt | sync with head
|
1.12.4.1 |
| 18-Feb-2012 |
mrg | merge to -current.
|
1.13.48.1 |
| 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|