summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k/dev/vme.c
AgeCommit message (Expand)Author
2009-03-01Support for MVME141 boards. Tested with both VME and VSB memory boardsMiod Vallat
2009-03-01Support for MVME165 board - code written in april 2006, eventually debuggedMiod Vallat
2009-02-17Add real bus_space and bus_dma to mvme68k, so that it can benefit fromMiod Vallat
2005-11-27Get rid of the `len' locator for VME devices, since mappings have a pageMiod Vallat
2005-11-24Prefer vaddr_t and paddr_t types in device softc, instead of void * andMiod Vallat
2004-07-30Move struct evcount inside struct intrhand, and modernize intrhandMiod Vallat
2004-07-02During bootup, only print the VMEChip2 decoder settings for those which areMiod Vallat
2004-07-02Kill ca_master in autoconf structures. Drivers either only attach to oneMiod Vallat
2004-01-14mvme* do not support buses with indirect configuration, so don't check andMiod Vallat
2004-01-14Do not fill more than the first three fields of cfdriver structures unlessMiod Vallat
2003-12-20Passl -Wformat. Fix some blatant -Wuninitialized errors as well.Miod Vallat
2003-10-08On 167 and 177 boards, use a VMEChip2 timer for accurate delay() wheneverMiod Vallat
2003-06-02license cleanup of my filesTheo de Raadt
2002-04-28A few more tweaks to let non-GENERIC kernels (MVMEfoo) build as well with -Wall.Miod Vallat
2002-04-27Jumbo commit to fix all compilation warnings on mvme68k (add prototypes,Miod Vallat
2002-03-14First round of __P removal in sysTodd C. Miller
2000-03-26callout.h is goneTheo de Raadt
2000-01-24Fixed bug in disksubr.c relating to disklabels. Added MVME376 support to le....Steve Murphree
1998-01-19Cleanup output for probed VME devices.etheisen
1997-02-05correct boottime messagesTheo de Raadt
1996-12-24for the moment, yammer a bit moreTheo de Raadt
1996-12-11correct master decoded logic; i have mapped a vmes device successfully nowTheo de Raadt
1996-11-23added const to second parameter of cfprint_t routineskstailey
1996-06-11use void * for pa/va instead of caddr_tTheo de Raadt
1996-04-28cfattach/cfdriver splitTheo de Raadt
1995-11-07$Id$ throughoutTheo de Raadt
1995-10-18mvme68k port by me. some parts by dale rahn.Theo de Raadt