summaryrefslogtreecommitdiff
path: root/sys/dev/mvme
AgeCommit message (Expand)Author
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
2003-11-26In the match routine, check to see if we can access the SCSI controller'sscw
2003-11-26A couple of fixes inspired by a recent port-mvme68k post:scw
2003-11-09Fix another instance where `offset' might have been used uninitialized,he
2003-11-07Add default: and panic() when DEBUG undefined so that 'offset' isdsl
2003-11-01No need to include <dev/ic/mk48txxreg.h> here.tsutsui
2003-10-28Elminate GCC uninitialized variable warning.matt
2003-09-26Definition, not defintion. From miod@openbsd.wiz
2003-07-18Move the prototype of clock_rtc_config() into <dev/clock_subr.h>.thorpej
2003-07-14add missing __KERNEL_RCSID()lukem
2003-05-03DMA, not dma nor Dma.wiz
2003-04-01Use PAGE_SIZE rather than NBPG.thorpej
2003-03-07Add inclusion of <sys/lock.h> to allow compilation of usage ofhe
2003-01-01Use aprint_normal() in cfprint routines.thorpej
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej