summaryrefslogtreecommitdiff
path: root/sys/dev/mscp
AgeCommit message (Expand)Author
2017-06-01remove checks for failure after memory allocation calls that cannot fail:chs
2016-03-29Initialize disk_geom information, DIOCGPARTINFO relies on it.mlelstv
2015-04-26Use C99-style initializers for struct dkdriver.mlelstv
2015-01-02We have three sets of DTYPE_ constants in the kernel:christos
2014-12-31more unused removalchristos
2014-12-31remove unused variablechristos
2014-12-31make more drivers use disk_ioctl, and add a dev parameter to it so thatchristos
2014-12-31Centralize wedge ioctls in disk_ioctl.christos
2014-11-09support DIOCMWEDGES ioctlmlelstv
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-16typo in previousdholland
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2013-10-25Eliminate unused variablesmartin
2013-03-26Fix device_t split glitchmartin
2012-10-27split device_t/softc for all remaining drivers.chs
2012-07-11- Unconditionally initialise tp to avoid a warningabs
2012-07-10revert unwanted part of previous MSCP commitabs
2012-07-10Adjust MSCP attach routines. The current code worked fine on simh-vax, butabs
2012-07-10Adjust MSCP attach routines. The current code worked fine on simh-vax, butabs
2012-07-10Adjust MSCP attach routines. The current code worked fine on simh-vax, butabs
2012-06-22- Add racd* devices for MSCP based CD-ROM drives (RRD40s), as opposedabs
2009-09-12Make this compile on ports with __HAVE_OLD_DISKLABELtsutsui
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2009-04-18Remove extra whitespace added by a stupid tool.tsutsui
2009-03-18bcopy -> memcpycegger
2009-03-18bzero -> memsetcegger
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2009-01-22buildfix: re-adapt to major() return a 32bit value again.cegger
2009-01-19mscp(4) was being a bad monkey! It's not OK to call config_found() frommjf
2009-01-13g/c BUFQ_FOO() macros and use bufq_foo() directly.yamt
2009-01-12use PRIu64 format to printf major() valuecegger
2008-06-11use device_lookup_private() to get the softc -- while device/softcdrochner
2008-04-08use aprint_*_dev and device_xnamecegger
2008-01-04B_BAD has done nothing for a long time.ad
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-21Replace some uses of lockmgr().ad
2007-04-29fix typosmsaitoh
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-03-29Use device_private().thorpej
2006-03-29Don't sleep on &rx->ra_dev.dv_unit -- sleep on &rx->ra_state instead.thorpej
2006-03-28Use device_unit().thorpej
2006-03-25Use device_parent().thorpej
2006-03-07Don't cast lvalue. remove uninitialized reference.matt
2005-12-11merge ktrace-lwp.christos
2005-10-15- change the way to specify a bufq strategy. (by string rather than by number)yamt