summaryrefslogtreecommitdiff
path: root/sys/dev/mvme
AgeCommit message (Expand)Author
2021-12-05s/progam/program/ in comment.msaitoh
2021-11-10s/endianess/endianness/msaitoh
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-04-15convert 'extern phys_ram_seg_t mem_clusters[0];' to the '[]' formmrg
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
2019-08-21 Fix typo (s/contoller/controller/).msaitoh
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-03-25fix unusedchristos
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2012-10-27split device_t/softc for all remaining drivers.chs
2012-02-12Change old-style function defintions to C89 prototypes.matt
2011-06-05Umm, fix more split fallout.tsutsui
2011-06-05fix split fallout.christos
2010-11-13Don't pull in the whole uvm(9) API to access only PAGE_SIZE anduebayasi
2009-11-23Remove some unecessary includes sys/user.h header.rmind
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2009-03-23Fix fallout from device_t changes - initialise sc->sc_osiop.sc_dev beforescw
2009-03-16ANSIfy functions with function-pointer argumentsdsl
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2008-12-21Follow up the removal of the MALLOC() macro, use malloc() instead.he
2008-06-12use device_lookup_private to get softccegger
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-08use aprint_*_dev and device_xnamecegger
2008-03-29Split softc/device_t for oosiop(4) and osiop(4), with misc cosmetic changes.tsutsui
2008-03-07Split the softc from the device_t for all lpt(4) variants and attachmentscube
2008-01-07Add timecounter(9) support for mvme68k.tsutsui
2008-01-04Start detangling lock.h from intr.h. This is likely to cause short termad
2007-12-03Interrupt handling changes, in discussion since February:ad
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-10-08brelse() stragglers.ad
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-08-07gcc4 uninitialized variable. gcc3 apparently didn't catch this one.mhitch
2006-03-29Use device_private().thorpej
2005-12-11merge ktrace-lwp.christos
2005-06-03Fix const fallout.scw
2005-06-03Placate -Wshadowscw
2005-04-14s/struct device/struct clock_pcctwo_softc/ in CFATTACH_DECL().scw
2005-02-27nuke trailing whitespaceperry
2005-02-04de-__Pperry
2004-06-06Remove spurious second argument to sizeof().he
2004-05-16"panicking" needs a k.wiz
2004-04-22sprintf -> snprintfitojun
2004-04-02After re-checking the docs in response to a port-mvme68k question,scw
2004-02-13Uppercase CPU, plural is CPUs.wiz
2004-01-30Omit declaration of "device lpt" in files.mvme; this is now done byhe