summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/dev/vsvar.h
AgeCommit message (Expand)Author
2009-02-01Finally switch this driver to bus_dma.Miod Vallat
2008-01-05For each channel, tell if it is single-ended or differential if we can knowMiod Vallat
2008-01-01Match on Cougar boards, and try to drive them like Jaguars on steroids. OnMiod Vallat
2005-12-27Keep an array of command blocks (formerly M328_CMD), one per queue - sinceMiod Vallat
2004-09-06Jumbo pack of fixes:Miod Vallat
2004-07-30Move evcount structures inside struct intrhand, this makes more sense andMiod Vallat
2004-07-20Work in progress to support daughterboards. The driver now will attach aMiod Vallat
2004-07-02Switch mvme88k to evcount, but keep maintaining intrcnt[] too for now.Miod Vallat
2004-05-22Reset the board during probe. As a result, we can now honor the SCSIMiod Vallat
2004-05-22Safer work queue thaw sequence.Miod Vallat
2004-05-22Convert to bus_space; but it still uses kvtop()...Miod Vallat
2004-05-21More cleaning, better registers programming, better error messages.Miod Vallat
2004-05-20General cleanup before attempting to move towards bus_space and bus_dma.Miod Vallat
2003-12-26Merge the attachment part and the real work part of the SCSI drivers inMiod Vallat
2003-10-05Kill vm_offset_t and vm_size_t, in favor of the [pv]addr_t and [pv]size_tMiod Vallat
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2001-08-26Add prototypes, fix compilation warnings, random style fixes.Miod Vallat
2001-03-07Change siop name to ssh, as per mvme68k, to prevent conflict with theMiod Vallat
2001-02-01Major changes to get MVME188 working. More header and code cleanups. TheSteve Murphree
1999-05-29Added vme bus device drivers. MVME328, MVME376, MVME332Steve Murphree