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.h
Age
Commit message (
Expand
)
Author
2014-03-18
Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping
Miod Vallat
2013-05-17
Replace the bunch of md_* function pointers with a `struct board' containing
Miod Vallat
2013-05-14
typo in multiple inclusion guard symbol name.
Miod Vallat
2005-11-25
Prefer vaddr_t and paddr_t types, instead of void * and heavy casts.
Miod Vallat
2004-07-30
Move evcount structures inside struct intrhand, this makes more sense and
Miod Vallat
2004-04-24
Preliminary switch to an mvme88k bus_space world. Not all drivers have been
Miod Vallat
2004-04-16
When a VMEBus device needs to use two interrupt vectors, be nice and let it
Miod Vallat
2003-12-28
Having vmel and vmes keep another pointer to their parent in their softc is
Miod Vallat
2003-12-25
Provide common D16 vmespace block access functions, instead of vs and vx each
Miod Vallat
2003-12-22
Correctly handle vme attachments which specify a larger ca_len size than
Miod Vallat
2003-10-11
Nuke trailing whitespace.
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-11-07
post-mmap API change fixes.
Miod Vallat
2001-08-12
#(endif|else) foo is incorrect, make it #endif /* foo */
Heikki Korpela
2001-03-09
kernel will compile with -Werror. Added intr.h
Steve Murphree
2001-02-01
Major changes to get MVME188 working. More header and code cleanups. The
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