summaryrefslogtreecommitdiff
path: root/sys/arch/mips/atheros/dev/athflash.c
AgeCommit message (Expand)Author
2021-01-04malloc(9) -> kmem(9)thorpej
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2015-06-09#include <sys/cpu.h> or <mips/cpuregs.h> as neededmatt
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2012-10-27split device_t/softc for all remaining drivers.chs
2011-08-25Use humanize_number() instead of the buggy code that GCC 4.5 caught.dyoung
2011-07-01#include <sys/bus.h> instead of <machine/bus.h>.dyoung
2008-06-11use device_lookup_private to get softccegger
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2006-05-25Rename flash to athflash to reflect MD nature. Approved by simon@ and dyoung@gdamore