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
/
if_le.c
Age
Commit message (
Expand
)
Author
2006-04-26
Define BUS_SPACE_MAP_LINEAR and use it when appropriate. Right now
Miod Vallat
2006-04-26
The dual-ported memory of the MVME376 boards is D32 addressable, say the
Miod Vallat
2006-01-11
Switch to __HAVE_DEVICE_REGISTER to find the device we're booted from.
Miod Vallat
2005-04-27
Always include <uvm/uvm_extern.h> before <machine/cmmu.h>.
Miod Vallat
2004-07-30
Move evcount structures inside struct intrhand, this makes more sense and
Miod Vallat
2004-07-02
Switch mvme88k to evcount, but keep maintaining intrcnt[] too for now.
Miod Vallat
2004-07-02
Be sure to fill intrhand structures correctly.
Miod Vallat
2004-05-17
KNF and minor cleaning.
Miod Vallat
2004-05-06
Do not leak resources if bus_space_map() fails during attach, or we don't
Miod Vallat
2004-04-29
Correctly initialize the hardware's memory address on MVME376, it uses
Miod Vallat
2004-04-24
Preliminary switch to an mvme88k bus_space world. Not all drivers have been
Miod Vallat
2003-12-30
Add support for all six Motorola-supported configurations of MVME376
Miod Vallat
2003-12-28
dma_cachectl() takes a va and computes the pa from it, no need to invoke it
Miod Vallat
2003-12-27
Replace the MVME376 driver from a homemade and dusty if_ve driver to
Miod Vallat