summaryrefslogtreecommitdiff
path: root/sys/dev/ld.c
AgeCommit message (Expand)Author
2009-07-23Extract ldlastclose() and use it in ldclose(). At the top ofdyoung
2009-05-07struct device * -> device_t, no functional changes intended.cegger
2009-01-13g/c BUFQ_FOO() macros and use bufq_foo() directly.yamt
2008-09-09Complete device_t/softc split for the ld(4) attachments. This shouldtron
2008-08-11Add a flags argument to the ld(4) flush handlers, and call these with asimonb
2008-08-01Destroy our mutex on detach in order to avoidws
2008-07-06Use device_private() where appropriate.cube
2008-06-11Use device_lookup_private() to get softc.tsutsui
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-09use aprint_*_dev and device_xnamecegger
2008-03-09Don't forget to deregister with PMF on detach.jmcneill
2008-03-09Replace shutdownhook with PMF power handler.jmcneill
2008-01-04Start detangling lock.h from intr.h. This is likely to cause short termad
2007-12-05Match the docs: MUTEX_DRIVER/SPIN are now only for porting code writtenad
2007-11-12Use sc_mutex (which runs at IPL_BIO) to protect the DIOC[GS]STRATEGYxtraeme
2007-11-12Implement DIOCGSTRATEGY and DIOCSSTRATEGY for dkctl <foo0> strategy.xtraeme
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-30Reset error code if an ioctl() request is not handled by the generictron
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-22Defer dkwedge_discover() until after interrupts are enabled. Thisriz
2007-02-09Merge newlock2 to head.ad
2007-02-08Add disk-info properties to ld(4), based on Jason Thorpe's similarriz
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-03-28Use device_unit().thorpej
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-05-30avoid variable shadowing.christos
2005-03-31introduce a function to drain bufq and use it where appropriate.yamt
2005-02-27nuke trailing whitespaceperry
2005-02-08Use aprint_*() instead of printf() at attach time.briggs
2004-10-28move buffer queue related stuffs from buf.h to their own header, bufq.h.yamt
2004-10-26Implement the DIOCCACHESYNC ioctl.thorpej
2004-10-17ldioctl(): fix typo in check for lockmgr() return value introducedjdolecek
2004-09-25Add support for wedges to the logical disk driver.thorpej
2004-08-30Use ANSI function decls, sprinkle static.thorpej
2004-07-20use uint64 instead of int for sc_secperunitdbj
2004-03-22Don't use BUFQ_FCFS. It degrades performance both for "smart" (Mylextls
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-06-13* Don't wait for commands to drain when adjusting the queue length.thorpej
2003-06-07Always queue transfers in the ld driver to prevent transient resourcethorpej
2003-05-17Add DIOCKLABEL support. Fixes PR kern/21605 (Luke Mewburn).thorpej
2003-05-16use strlcpyitojun
2003-05-10Change bounds_check_with_label() to take a pointer to the disk structure,thorpej
2003-01-27If the upper-layer provides a geometry, use it.thorpej
2002-11-01implement separate read/write disk statistics:mrg
2002-10-23merge kqueue branch into -currentjdolecek