summaryrefslogtreecommitdiff
path: root/sys/dev/isa/mcd.c
AgeCommit message (Expand)Author
2021-09-09sys/dev: Memset zero before copyout.riastradh
2020-02-240x%p --> %p for non-external codes.rin
2019-11-12 Add missing initialization of sc_dev.msaitoh
2019-02-24Add missing FALLTHROUGH in isa/mcd.ckamil
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2016-07-14- Use aprint*() more in xxx_attach().msaitoh
2015-04-26Use C99-style initializers for struct dkdriver.mlelstv
2014-12-31make more drivers use disk_ioctl, and add a dev parameter to it so thatchristos
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-07-25Add d_discard to all struct bdevsw 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
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2009-01-13g/c BUFQ_FOO() macros and use bufq_foo() directly.yamt
2008-06-08Replace device_lookup() with device_lookup_private() on getting softctsutsui
2008-04-08use aprint_*_dev and device_xnamecegger
2007-12-05lockmgr -> mutexad
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-10-08Merge disk init changes from the vmlocking branch. These seperate init /ad
2007-07-29It's not a good idea for device drivers to modify b_flags, as they don'tad
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-06-30The cd ioctl definitions are not condusive to being called from withindsl
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-09-02add missing initializerchristos
2006-04-13PR/29683: Sergey Svishchev: Make this compile again..christos
2005-12-11merge ktrace-lwp.christos
2005-10-15- change the way to specify a bufq strategy. (by string rather than by number)yamt
2005-03-12PR/29683: M. B. Buchanan: mcd driver has printf formatting compile issuechristos
2005-02-27nuke trailing whitespaceperry
2005-02-04de-__Pperry
2004-10-28move buffer queue related stuffs from buf.h to their own header, bufq.h.yamt
2004-09-14Separate the namespace for default (ie unspecified) locators useddrochner
2003-11-07Replace home-grown locks with lockmgr().mycroft
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-05-10Change bounds_check_with_label() to take a pointer to the disk structure,thorpej
2002-11-01implement separate read/write disk statistics:mrg
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-02Fix sizeof and whitespace bug from the script I'm using to do thethorpej
2002-10-02Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-07-24Convert to new device buffer queue interface.hannken
2002-01-07Overhaul of the ISA autoconfiguration code to support directthorpej
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add RCSIDlukem