summaryrefslogtreecommitdiff
path: root/sys/arch/aviion/dev/nvram.c
AgeCommit message (Expand)Author
2015-12-01Send Aviion to same place as Nova IITheo de Raadt
2015-06-13When investigating an uninitialised variable in the armv7 resettodr()Jonathan Gray
2015-02-10Convert to uiomove().Miod Vallat
2015-02-10First step towards making uiomove() take a size_t size argument:Miod Vallat
2014-05-08Format string fixes for m88k; remove -Wno-format from the m88k kernels.Miod Vallat
2013-07-02Use time_t for storing and returning time_t values, and cast to time_tPhilip Guenther
2010-12-26Kill pmap_phys_address(), and force every driver's mmap() routine to returnMiod Vallat
2010-04-21More reworking of interrupt handling and VME support, and rename variousMiod Vallat
2007-12-20Stricter range checks in mmap function.Miod Vallat
2006-07-17Cope with clock_subr.c changes.Miod Vallat
2006-06-19Since a part of the nvram may be write-protected on some machines, checkMiod Vallat
2006-05-21Move common definitions shared by the various 88100-based designs to theirMiod Vallat
2006-05-09Oops, correct import this time.Miod Vallat