summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k/dev/nvram.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
2007-12-20Stricter range checks in mmap function.Miod Vallat
2006-06-21let this compile after time.h changesTheo de Raadt
2005-11-24Prefer vaddr_t and paddr_t types in device softc, instead of void * andMiod Vallat
2005-10-27stupid me, of course these MD macros need to be converted to MI macrosMartin Reindl
2004-07-02Stricter bounds checking for mmap() calls.Miod Vallat
2004-07-02Merge *ramread() and *ramwrite(), as done on mvme88k.Miod Vallat
2004-01-14Do not fill more than the first three fields of cfdriver structures unlessMiod Vallat
2003-06-02license cleanup of my filesTheo de Raadt
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
2001-11-01Change d_mmap in struct cdevsw from:Artur Grabowski
2001-01-04Y2K fix for TODC - Submitted by Bob Harbour. Thanks Bob!Steve Murphree
2000-04-11Check usec for >= 1000000, not just > ; as msaitoh@NetBSD.orgPaul Janzen
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
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