summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/dev/vme.h
AgeCommit message (Expand)Author
2014-03-18Retire hp300, mvme68k and mvme88k ports. These ports have no users, keepingMiod Vallat
2013-05-17Replace the bunch of md_* function pointers with a `struct board' containingMiod Vallat
2013-05-14typo in multiple inclusion guard symbol name.Miod Vallat
2005-11-25Prefer vaddr_t and paddr_t types, instead of void * and heavy casts.Miod Vallat
2004-07-30Move evcount structures inside struct intrhand, this makes more sense andMiod Vallat
2004-04-24Preliminary switch to an mvme88k bus_space world. Not all drivers have beenMiod Vallat
2004-04-16When a VMEBus device needs to use two interrupt vectors, be nice and let itMiod Vallat
2003-12-28Having vmel and vmes keep another pointer to their parent in their softc isMiod Vallat
2003-12-25Provide common D16 vmespace block access functions, instead of vs and vx eachMiod Vallat
2003-12-22Correctly handle vme attachments which specify a larger ca_len size thanMiod Vallat
2003-10-11Nuke trailing whitespace.Miod Vallat
2003-06-04more term 3 and 4 changesTheo de Raadt
2002-03-14First round of __P removal in sysTodd C. Miller
2001-11-07post-mmap API change fixes.Miod Vallat
2001-08-12#(endif|else) foo is incorrect, make it #endif /* foo */Heikki Korpela
2001-03-09kernel will compile with -Werror. Added intr.hSteve Murphree
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
1998-12-15Commit for the first real OpenBSD mvme88k port.Steve Murphree
1997-03-03Third try at importing the mvme88k port. This is a working kernelDale S. Rahn