summaryrefslogtreecommitdiff
path: root/sys/dev/qbus/rl.c
AgeCommit message (Expand)Author
2003-05-10Change bounds_check_with_label() to take a pointer to the disk structure,thorpej
2003-05-02Change return type of readdisklabel() to const char *dsl
2003-04-02Change SBSIZE -> SBLOCKSIZE, to track changes caused by the UFS2 merge.he
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
2002-09-27Declare all cfattach structures const.thorpej
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-07-22Convert to new device buffer queue interface.hannken
2002-03-23Call rlreset() per controller, not per disk.ragge
2001-11-13add RCSIDslukem
2001-06-19`existent', not `existant'wiz
2001-04-12splimp -> splbio.thorpej
2001-01-08Return error in the case of using ODIOCGDINFO or ODIOCGDEFLABEL whenfvdl
2001-01-07Adapt all disk devices in MI directories to handle ODIOC* callsfvdl
2000-06-05Adjust to new evcnt stuff.matt
2000-06-04More event counter stuff. Plus a little cruft cleanup while doing it.matt
2000-05-19A foolish consistency; most parts of the kernel use bp->b_data, sothorpej
2000-04-30Change to use new ubareset() functionality.ragge
2000-04-22Add the famous "rl" disk.ragge