summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/dev/nvram.c
AgeCommit message (Expand)Author
2013-05-18Missing bits intended to go with the previous commit but lost in diff splitting:Miod Vallat
2013-05-17Split inittodr/resettodr code from actual tod routines, to allow forMiod Vallat
2010-12-26Kill pmap_phys_address(), and force every driver's mmap() routine to returnMiod Vallat
2009-03-29make various strings ("can't map mem space" and similar) more consistentStuart Henderson
2009-03-09Switch mvme88k to timecounters.Miod Vallat
2007-12-20Stricter range checks in mmap function.Miod Vallat
2006-06-19move clock_subr.c to a better place, and now it is always in the kernelTheo de Raadt
2006-05-08Replace gazillions of badvaddr() or badwordaddr() calls with badaddr() calls.Miod Vallat
2006-04-27Manage a local copy of the MVME188 nvram and update the real data whenMiod Vallat
2006-04-26On MVME188, the 2KB nvram is non contiguous; each byte is mapped into aMiod Vallat
2004-04-24Preliminary switch to an mvme88k bus_space world. Not all drivers have beenMiod Vallat
2004-04-15Since *ramread and *ramwrite are the same code, really, factorize them a laMiod Vallat
2004-01-14Do not fill more than the first three fields of cfdriver structures unlessMiod Vallat
2003-10-05De-registerMiod Vallat
2003-09-28Be less verbose, unless option DEBUG, when the nvram battery is toast.Miod Vallat
2003-06-02licence cleanupTheo de Raadt
2002-04-28Use the prototypes defined via cdev_decl() macros, instead of rolling ourMiod Vallat
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-05Kill prom stuff duplicates from bugio.[ch].Miod Vallat
2001-12-19Introduce brdtyp and change what cputyp means.Steve Murphree
2001-12-16Revert the mvme88k to 20011212. Recent changes had not been merged correctly,Miod Vallat
2001-12-13Support for MVME197 completed. Fix SPL defs.Steve Murphree
2001-11-06Kill vm/vm_param.h, move it to uvm/uvm_param.hArtur Grabowski
2001-11-01Change d_mmap in struct cdevsw from:Artur Grabowski
2001-08-26Add prototypes, fix compilation warnings, random style fixes.Miod Vallat
2001-06-14Big cleanup of VM issues:Miod Vallat
2001-03-09kernel will compile with -Werror. Added intr.hSteve Murphree
2001-03-08Some warning hunting.Miod Vallat
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-09-27adding support for MVME188 and MVME197. Plus 32bit if_ie.Steve Murphree
1999-04-11Fix for 25 Mhz.Steve Murphree
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
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