summaryrefslogtreecommitdiff
path: root/sys/dev/scsipi
AgeCommit message (Expand)Author
2010-03-11various aprint_* fixes.mrg
2010-02-24A pointer typedef entails trading too much flexibility to declare constdyoung
2010-02-12delay() is used here, so need to include machine/param.h.pooka
2010-02-06scsi_sense_data: add comments taken from src/sys/dev/ieee1394/sbp.hcegger
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2010-01-08Expand PMF_FN_* macros.dyoung
2010-01-06Some usb devices come with an internal emulated umass CD drive (containingmartin
2009-12-06Delete do-nothing device-activation hooks.dyoung
2009-12-05Convert tsleep(&lbolt) to kpause(). Make ltsleep/mtsleep on lboltpooka
2009-11-23Remove some unecessary includes sys/user.h header.rmind
2009-11-12Remove superfluous activation hooks.dyoung
2009-10-21Remove uarea swap-out functionality:rmind
2009-10-19Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsenbouyer
2009-08-151. Move the mode_select functionality into common code (in st.c) andpgoyette
2009-08-03Fix previous where the call of sd_set_properties was moved fromjnemeth
2009-07-26Significantly bump time for SCSI track/disc closure. DVD-RW when usedreinoud
2009-06-21Move call of sd_set_properties() to end of sd_get_parms(), rather thanjakllsch
2009-06-05Add support for DIOCGDISKINFO to disk like device drivers. Changehaad
2009-05-20On second thought, let's call disk_predetach() disk_begindetach().dyoung
2009-05-19Use disk_predetach().dyoung
2009-05-19Delete wdactivate() and sdactivate(). They were no-ops, but as adyoung
2009-05-17Reverse the sense of the DETACH_FORCE check so that we return EBUSY indyoung
2009-05-16Do not detach a sd(4) instance if it is open, but return EBUSY,dyoung
2009-05-13sprinkle #ifdef _KERNEL to make scsictl compile.christos
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2009-04-10Use a PMF shutdown hook instead of shutdownhook_establish(). This oughtdyoung
2009-04-07Detach atapibus(4), scsibus(4), cd(4), and sd(4) during shutdown.dyoung
2009-04-07Destroy a scsipi_xfer's callout before putting it back into the pool.dyoung
2009-04-01Implement MMC_TRACKINFO_DATA and MMC_TRACKINFO_AUDIO detection for cdrom andreinoud
2009-03-18bzero -> memsetcegger
2009-03-17Fix long standing problem with CD/DVD writing with `dd'. If done this way thereinoud
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2009-03-14'boot -z' bogonsad
2009-01-21buildfix: re-adapt to major()/minor() returning a 32bit value.cegger
2009-01-13g/c BUFQ_FOO() macros and use bufq_foo() directly.yamt
2009-01-11make this compilecegger
2009-01-11make this compilecegger
2009-01-11make this compilecegger
2009-01-11make this compilecegger
2008-12-30Add ISO partition detection enabling auto-detection of iso9660 and UDFreinoud
2008-11-17If we return an error make sure we don't return a b_resid of 0; or thisbouyer
2008-11-16cpu_intr_p() doesn't account for software interrupts (e.g. callouts) sobouyer
2008-11-07*** Summary ***dyoung
2008-10-02Kill ATACH_TH_RUN and use cpu_intr_p() instead.bouyer
2008-09-08Replace most gcc-specific __attribute__ uses with BSD-style sys/cdef.hgmcgarry
2008-09-05Remove unreachable code introduced by rev 1.224. Fixes PR#38973.gmcgarry
2008-09-02Reword some misleading code.dholland
2008-09-01fix typo in commentdholland