summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe
AgeCommit message (Expand)Author
2015-09-06More on PR 41200: headers that declare ioctls should include sys/ioccom.h.dholland
2015-08-20include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.christos
2015-07-10mark all the device entry points static.mrg
2015-04-26Use C99-style initializers for struct dkdriver.mlelstv
2015-01-03Also print b_error in the IO Error messageprlw1
2015-01-02We have three sets of DTYPE_ constants in the kernel:christos
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-12-31disk_blocksize and disk_set_info relay the same informationmlelstv
2014-12-21Stop useless disklabel warning if there are wedges, using GPT partition.taca
2014-11-14Adjust comment to reflect reality. (5th arg, not 4th)oster
2014-11-14Fix a long-standing bug related to rebooting while aoster
2014-11-04support DIOCMWEDGES ioctl.mlelstv
2014-10-18src is too big these days to tolerate superfluous apostrophes. It'ssnj
2014-10-11No longer warn about differences bewteen disk size and total sector countmlelstv
2014-10-11clamp total number of sectors to UINT32_MAX instead of providing themlelstv
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-06-14Change dk_lookup() to return an anonymous vnode not associated withhannken
2014-05-12restore defaulting to the 'a' partition for booting with root on raid aschristos
2014-05-08Revert default strategy change from 1.298 (which has since moved).jakllsch
2014-04-03Add a "soft" root option, leaving the current default as "force root", sochristos
2014-04-03Fix bugs in raidframe + wedge and root interaction:christos
2014-04-02If we are autoconfiguring root, then only change the booted_device ifchristos
2014-03-25kill sprintfchristos
2014-03-23fix unusedchristos
2014-03-23remove unusedchristos
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2014-02-28G/C sys/simplelock.h includesskrll
2013-11-22Remove RAID_DIAGNOSTIC around a variable and mark __unused instead.riz
2013-11-22Move two RF_ASSERT()s into the protection of RAID_DIAGNOSTIC toriz
2013-09-15Mark a variable as potentially unusedmartin
2013-09-15Mark variables as potentially unusedmartin
2013-09-15ifdef variables like their usemartin
2013-09-15Avoid unused variable warningsmartin
2013-09-15Move variables into the same ifdef as their usemartin
2013-09-15Remove unused variablesmartin
2013-09-15Remove/ifdef unused variablesmartin
2013-09-15Remove unused variablemartin
2013-09-15Remove unused variablesmartin
2013-09-15When we do not compile in the RF_ASSERT-ion code, still "use" the expression,martin
2013-05-29phase 1 of disk geometry cleanup:christos
2013-05-23PR/47846: Frank Kardel: panic/lockups in raidframe during detach at shutdownchristos
2013-04-29Set the raidid and the softc together in both places where we initializechristos
2013-04-28no need for raid.hchristos
2013-04-27no more needs flagchristos
2013-04-27allocate devices dynamically.christos
2013-03-06fix parens in a messageyamt
2013-02-18Fix a few spelling issues. No functional changes.oster
2012-12-10Fix off by one read.msaitoh