| Age | Commit message (Expand) | Author |
| 2010-04-27 | For clarity of scsidevdetached(), rename some variables: sc -> | dyoung |
| 2010-04-14 | Implement DIOC[GS]STRATEGY for sd(4). | jakllsch |
| 2010-04-05 | Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf | joerg |
| 2010-04-04 | cd_size: if we fake a size (and I realy have no idea why this would be a | martin |
| 2010-03-28 | Spell "enough" properly. | snj |
| 2010-03-23 | If we find a device in non-2048 byte/block mode and manage to switch | martin |
| 2010-03-23 | Make cdclose() silent, if we only have the raw partition open (e.g. when | martin |
| 2010-03-22 | Add a DIOCTUR (test unit ready) ioctl, to allow userland to easily | martin |
| 2010-03-11 | various aprint_* fixes. | mrg |
| 2010-02-24 | A pointer typedef entails trading too much flexibility to declare const | dyoung |
| 2010-02-12 | delay() is used here, so need to include machine/param.h. | pooka |
| 2010-02-06 | scsi_sense_data: add comments taken from src/sys/dev/ieee1394/sbp.h | cegger |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2010-01-08 | Expand PMF_FN_* macros. | dyoung |
| 2010-01-06 | Some usb devices come with an internal emulated umass CD drive (containing | martin |
| 2009-12-06 | Delete do-nothing device-activation hooks. | dyoung |
| 2009-12-05 | Convert tsleep(&lbolt) to kpause(). Make ltsleep/mtsleep on lbolt | pooka |
| 2009-11-23 | Remove some unecessary includes sys/user.h header. | rmind |
| 2009-11-12 | Remove superfluous activation hooks. | dyoung |
| 2009-10-21 | Remove uarea swap-out functionality: | rmind |
| 2009-10-19 | Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsen | bouyer |
| 2009-08-15 | 1. Move the mode_select functionality into common code (in st.c) and | pgoyette |
| 2009-08-03 | Fix previous where the call of sd_set_properties was moved from | jnemeth |
| 2009-07-26 | Significantly bump time for SCSI track/disc closure. DVD-RW when used | reinoud |
| 2009-06-21 | Move call of sd_set_properties() to end of sd_get_parms(), rather than | jakllsch |
| 2009-06-05 | Add support for DIOCGDISKINFO to disk like device drivers. Change | haad |
| 2009-05-20 | On second thought, let's call disk_predetach() disk_begindetach(). | dyoung |
| 2009-05-19 | Use disk_predetach(). | dyoung |
| 2009-05-19 | Delete wdactivate() and sdactivate(). They were no-ops, but as a | dyoung |
| 2009-05-17 | Reverse the sense of the DETACH_FORCE check so that we return EBUSY in | dyoung |
| 2009-05-16 | Do not detach a sd(4) instance if it is open, but return EBUSY, | dyoung |
| 2009-05-13 | sprinkle #ifdef _KERNEL to make scsictl compile. | christos |
| 2009-05-12 | struct device * -> device_t, no functional changes intended. | cegger |
| 2009-05-12 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 2009-04-10 | Use a PMF shutdown hook instead of shutdownhook_establish(). This ought | dyoung |
| 2009-04-07 | Detach atapibus(4), scsibus(4), cd(4), and sd(4) during shutdown. | dyoung |
| 2009-04-07 | Destroy a scsipi_xfer's callout before putting it back into the pool. | dyoung |
| 2009-04-01 | Implement MMC_TRACKINFO_DATA and MMC_TRACKINFO_AUDIO detection for cdrom and | reinoud |
| 2009-03-18 | bzero -> memset | cegger |
| 2009-03-17 | Fix long standing problem with CD/DVD writing with `dd'. If done this way the | reinoud |
| 2009-03-14 | ANSIfy another 1261 function definitions. | dsl |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2009-03-14 | 'boot -z' bogons | ad |
| 2009-01-21 | buildfix: re-adapt to major()/minor() returning a 32bit value. | cegger |
| 2009-01-13 | g/c BUFQ_FOO() macros and use bufq_foo() directly. | yamt |
| 2009-01-11 | make this compile | cegger |
| 2009-01-11 | make this compile | cegger |
| 2009-01-11 | make this compile | cegger |
| 2009-01-11 | make this compile | cegger |
| 2008-12-30 | Add ISO partition detection enabling auto-detection of iso9660 and UDF | reinoud |