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