summaryrefslogtreecommitdiff
path: root/sys/dev/mscp
AgeCommit message (Expand)Author
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
2005-06-27Fixes due to cast-qual addition.ragge
2005-02-27nuke trailing whitespaceperry
2005-02-04de-__Pperry
2005-01-04Make sure to get the right softc in rriodone.matt
2004-10-31Include the <sys/bufq.h> header to allow these to compile again.he
2004-10-28move buffer queue related stuffs from buf.h to their own header, bufq.h.yamt
2004-09-25Add wedges support to the MSCP disk driver.thorpej
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
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 to SBLOCKSIZE to make this compile after UFS2 was broughthe
2003-02-04Fix wrong argument to free due to malloc_type changes. While there,matt
2003-01-01Use aprint_normal() in cfprint routines.thorpej
2002-11-01implement separate read/write disk statistics:mrg
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-25Correct ra disk instrumentation. From Johnny Billquist.ragge
2002-07-22Convert to new device buffer queue interface.hannken
2002-03-04Don't "extern int cold;" - this is in <sys/kernel.h>.simonb