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
/
dev
/
vme.c
Age
Commit message (
Expand
)
Author
2003-10-08
Sync VMEChip2 timer usage with mvme68k (i.e. make it slightly more sane).
Miod Vallat
2003-10-05
Kill vm_offset_t and vm_size_t, in favor of the [pv]addr_t and [pv]size_t
Miod Vallat
2003-09-28
Clean various MVME188 related routines, fixing typos and removing unnecessary
Miod Vallat
2003-06-04
more term 3 and 4 changes
Theo de Raadt
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-12-16
Revert the mvme88k to 20011212. Recent changes had not been merged correctly,
Miod Vallat
2001-12-13
Support for MVME197 completed. Fix SPL defs.
Steve Murphree
2001-11-07
post-mmap API change fixes.
Miod Vallat
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
2001-10-28
Let 188-only kernels compile.
Miod Vallat
2001-09-11
Don't include <vm/vm_kern.h> if you don't need foo_map.
Miod Vallat
2001-08-26
Add prototypes, fix compilation warnings, random style fixes.
Miod Vallat
2001-08-24
Correctly tell if a syscon is main one on 188.
Miod Vallat
2001-08-11
Unnecessary and redundant includes.
Artur Grabowski
2001-03-09
kernel will compile with -Werror. Added intr.h
Steve Murphree
2001-03-07
Fix interrupt handler registration and prototypes.
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-03-26
callout.h is gone
Theo de Raadt
1999-09-27
adding support for MVME188 and MVME197. Plus 32bit if_ie.
Steve Murphree
1999-05-29
Added vme bus device drivers. MVME328, MVME376, MVME332
Steve Murphree
1998-12-15
Commit for the first real OpenBSD mvme88k port.
Steve Murphree
1997-03-03
Third try at importing the mvme88k port. This is a working kernel
Dale S. Rahn