summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-imp2005-01-0525-29/+29
* Remove references to the second byte of a CCB containing the LUN, as thisbms2004-10-131-4/+4
* Add necessary data structures and definitions for the 12-byte SCSIbms2004-10-121-0/+79
* For removable devices without media we set a zero mediasize but a non-zerophk2004-09-051-1/+1
* Remove the HW_WDOG option; it serves no purpose.des2004-08-291-4/+0
* Add locking to the kqueue subsystem. This also makes the kqueue subsystemjmg2004-08-151-21/+5
* When printing out an unknown sense code we should print it in hex, notmjacob2004-08-131-3/+1
* add support Frontier Labs NEX IA+ Digital Audio Player with USB CF card reade...sanpei2004-08-121-1/+9
* Add support iRiver iFP MP3 playersanpei2004-08-081-0/+8
* Quirk for SEGRAND NP-900 USB MP3Playersanpei2004-07-181-0/+8
* Update for the KDB framework:marcel2004-07-101-1/+2
* Second half of the dev_t cleanup.phk2004-06-171-1/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-166-35/+35
* Quirk for Neuros USB audio device.njl2004-05-021-0/+8
* The opt_da.h file doesn't exist anymore since the DA_OLD_QUIRKS optionmux2004-04-191-1/+0
* Add miscellaneous USB device quirks.njl2004-04-191-5/+29
* Remove all quirks hidden under DA_OLD_QUIRKS.njl2004-04-191-120/+0
* Check that periph is non-NULL before dereferencing it.cperciva2004-02-221-1/+1
* Device megapatch 4/6:phk2004-02-216-1/+12
* Device megapatch 1/6:phk2004-02-216-14/+1
* Change the disk(9) API in order to make device removal more robust.phk2004-02-182-44/+50
* Fix type in comment, 's/writtent/written/'johan2004-01-181-1/+1
* Move the ciss quirk to the right section, also update the commentps2003-12-081-8/+7
* ciss doesn't like scsi SYNC CACHE. turn it offps2003-12-081-0/+8
* SS_FATAL|ENXIO rather than SS_RDEF for illegal track mode.obrien2003-12-011-1/+1
* - Implement selwakeuppri() which allows raising the priority of atanimura2003-11-091-1/+1
* In camperiphdone(), make sure we check for fatal errors and bail outken2003-10-271-14/+0
* Use bio_offset instead of bio_blknophk2003-10-181-2/+2
* (dacleanup, dasysctlinit): Defend against calling sysctl_ctx_free onthomas2003-10-081-2/+5
* (cdcleanup): Defend against calling sysctl_ctx_free before the sysctl_ctxthomas2003-10-071-12/+15
* Add disk_destroy() call to detach processing.phk2003-10-061-0/+15
* Be kind to 64bit architectures.simokawa2003-10-021-5/+5
* - Pick up a correct path_id for the bus on AC_PATH_REGISTERED.simokawa2003-09-301-6/+12
* GEOMify.phk2003-09-301-78/+39
* Detach black hole device on AC_PATH_DEREGISTERED.simokawa2003-09-251-19/+20
* (scsi_request_sense): Set allocation length in REQUEST_SENSE CCB.thomas2003-09-211-0/+1
* I forgot whom I got this from- only set single initiator buffered modemjacob2003-09-131-2/+4
* Disable the use of cloning use in floppy and CD drivers.phk2003-09-111-4/+4
* Put the device cloning functions for disk-drivers under #ifndef BURN_BRIDGES.phk2003-09-051-0/+8
* Calling KNOTE with locks held may result in recursion when it calls backnjl2003-09-041-2/+13
* Upon receiving a CCB for a LUN that is not enabled, be sure to unlock thenjl2003-09-041-0/+1
* Remove the quirk for the FujiFilm camera. Submitter indicates it is nownjl2003-09-041-8/+0
* Unbreak buildworld. sys/taskqueue.h is a kernel-only include.ken2003-09-031-1/+1
* Move dynamic sysctl(8) variable creation for the cd(4) and da(4) driversken2003-09-032-43/+93
* Remove quirk for Apacer Handydrive. Kevin Oberman <oberman@es.net> reportsnjl2003-08-251-8/+0
* Sort quirks into sections.njl2003-08-251-19/+20
* Add the DA_Q_NO_PREVENT quirk which keeps da(4) from sending PREVENT/ALLOWnjl2003-08-221-6/+15
* Quirk for Jungsoft NEXDISK USB flash key. Fails to mount withoutnjl2003-08-221-0/+8
* Add quirks for the EXATELECOM i-Bead mp3 player.njl2003-08-221-0/+8
* Remove all USB quirks that only specify DA_Q_NO_6_BYTE. They are no longernjl2003-08-061-158/+0
OpenPOWER on IntegriCloud