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
/
pcctwo.c
Age
Commit message (
Expand
)
Author
2010-06-26
Don't #include <sys/user.h> into files that don't need the stuff
Philip Guenthe
2006-05-08
Replace gazillions of badvaddr() or badwordaddr() calls with badaddr() calls.
Miod Vallat
2006-04-27
Adjust sizes for the mandatory 1:1 mappings created in pmap_bootstrap().
Miod Vallat
2005-07-18
remove trailing newline in panic(9); ok millert@ and deraadt@
Federico G. Schwindt
2004-07-30
Move evcount structures inside struct intrhand, this makes more sense and
Miod Vallat
2004-05-07
bus_dma(9) implementation for mvme88k, mostly based upon powerpc.
Miod Vallat
2004-04-24
Preliminary switch to an mvme88k bus_space world. Not all drivers have been
Miod Vallat
2004-04-16
Bounds check PCC2 and SYSCON interrupt vectors.
Miod Vallat
2004-04-14
typo
Miod Vallat
2004-01-14
mvme* do not support buses with indirect configuration, so don't check and
Miod Vallat
2004-01-14
Do not fill more than the first three fields of cfdriver structures unless
Miod Vallat
2004-01-05
Stop masquerading the M8120 (no-slot MVME187) as a real MVME187, and keep
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-06-02
licence cleanup
Theo de Raadt
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-12-22
Correct badvaddr() usage.
Steve Murphree
2001-12-20
machine dependant pointer changes.
Steve Murphree
2001-12-19
Introduce brdtyp and change what cputyp means.
Steve Murphree
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-03-08
Some warning hunting.
Miod Vallat
2001-01-12
Update vm interface to MACHIN_NEW_NONCONTIG. Fix compile warning in pcctwo.c
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
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
1996-11-23
added const to second parameter of cfprint_t routines
kstailey
1995-10-18
initial 88k import; code by nivas and based on mach luna88k
Theo de Raadt