summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k/dev/flash.c
AgeCommit message (Expand)Author
2010-12-26Kill pmap_phys_address(), and force every driver's mmap() routine to returnMiod Vallat
2010-06-27More include necessary after <sys/user.h> inclusion removalMiod Vallat
2010-06-26Don't #include <sys/user.h> into files that don't need the stuffPhilip Guenthe
2009-03-01Clean up match routines vs board id; this should give 166, 172 and 176 aMiod Vallat
2007-12-20Stricter range checks in mmap function.Miod Vallat
2005-12-17Get rid of deprecated vm_{offset,size}_t types for good, use {p,v}{addr,size}_tMiod Vallat
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-03Oops, one more mmap() bounds check.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-05-16No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)Hakan Olsson
2000-03-26callout.h is goneTheo de Raadt
2000-01-29Updated flash and ipic device compatability with MC rev 0x01. zs mods to wor...Steve Murphree
1996-04-28cfattach/cfdriver split; we hate caddr_tTheo de Raadt
1995-12-01for now, assume no flash on 167 (is this true?)Theo de Raadt
1995-11-17add a neat hack for write, but it still does not workTheo de Raadt
1995-11-07$Id$ throughoutTheo de Raadt
1995-10-18mvme68k port by me. some parts by dale rahn.Theo de Raadt