index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
mvme88k
/
include
/
param.h
Age
Commit message (
Expand
)
Author
2001-05-13
PAGE_MASK is (PAGE_SIZE - 1), *not* (PAGE_SHIFT - 1)
Todd C. Miller
2001-05-10
Provide PAGE_{MASK,SHIFT,SIZE} constants.
Miod Vallat
2001-05-05
Get rid of CLSIZE and all related stuff.
Artur Grabowski
2001-03-09
kernel will compile with -Werror. Added intr.h
Steve Murphree
2001-03-07
Include <machine/cpu.h> for non-locore code.
Miod Vallat
2001-02-01
Major changes to get MVME188 working. More header and code cleanups. The
Steve Murphree
2001-01-14
Complete move to UVM virtual memory system. More header fixes.
Steve Murphree
2000-02-22
enlarge msgbuf, somewhat line netbsd did
Theo de Raadt
1999-09-27
Adding support for MVME188 and MVME197
Steve Murphree
1999-05-29
Added vme bus device drivers. MVME328, MVME376, MVME332
Steve Murphree
1999-02-09
Added kernel support for user debugging. Fixed file ID's
Steve Murphree
1998-12-15
Commit for the first real OpenBSD mvme88k kernel.
Steve Murphree
1998-08-18
add mvme88k_btop() and mvme88k_ptob() macros for consistency with other ports
Todd C. Miller
1997-03-03
Cleanup after import. This also seems to bring up the current version.
Dale S. Rahn
1997-03-03
This is a remove to get rid of the old mvme88k port which was incomplete
Dale S. Rahn
1997-02-28
Add missing _MACHINE & _MACHINE_ARCH defines + some RCS Ids
Niklas Hallqvist
1996-12-11
MCLSHIFT=11, and calc MCLBYTES in such terms. found by pefo
Theo de Raadt
1995-10-18
initial 88k import; code by nivas and based on mach luna88k
Theo de Raadt