aboutsummaryrefslogtreecommitdiff
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* Revert rev 1.140, it was a bit pre-mature.Paul Saab2004-06-211-5/+0
* Add a quirk for ciss to stop trying to read the serial number offPaul Saab2004-06-211-0/+5
* Second half of the dev_t cleanup.Poul-Henning Kamp2004-06-171-1/+1
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-167-38/+38
* Reformat the comments for cam_hdr so that they can be read.Scott Long2004-06-071-8/+7
* Quirk for Neuros USB audio device.Nate Lawson2004-05-021-0/+8
* The opt_da.h file doesn't exist anymore since the DA_OLD_QUIRKS optionMaxime Henrion2004-04-191-1/+0
* Add miscellaneous USB device quirks.Nate Lawson2004-04-191-5/+29
* Remove all quirks hidden under DA_OLD_QUIRKS.Nate Lawson2004-04-191-120/+0
* Compare the *number* of patterns to zero, not the *pointer* to theColin Percival2004-02-281-1/+1
* Check that periph is non-NULL before dereferencing it.Colin Percival2004-02-221-1/+1
* Device megapatch 4/6:Poul-Henning Kamp2004-02-217-1/+14
* Device megapatch 1/6:Poul-Henning Kamp2004-02-217-16/+1
* Change the disk(9) API in order to make device removal more robust.Poul-Henning Kamp2004-02-182-44/+50
* Fix type in comment, 's/writtent/written/'Johan Karlsson2004-01-181-1/+1
* Move the ciss quirk to the right section, also update the commentPaul Saab2003-12-081-8/+7
* ciss doesn't like scsi SYNC CACHE. turn it offPaul Saab2003-12-081-0/+8
* SS_FATAL|ENXIO rather than SS_RDEF for illegal track mode.David E. O'Brien2003-12-011-1/+1
* - Implement selwakeuppri() which allows raising the priority of aSeigo Tanimura2003-11-091-1/+1
* Sprinkle GIANT_REQUIRED asserts around the xpt layer to aid with locking theScott Long2003-11-091-0/+58
* Don't be so chatty when performing manual sense. This should make ATAPICAMScott Long2003-11-081-2/+2
* In camperiphdone(), make sure we check for fatal errors and bail outKenneth D. Merry2003-10-272-16/+17
* Use bio_offset instead of bio_blknoPoul-Henning Kamp2003-10-181-2/+2
* There is no need to muck about with the B_PHYS flag here. We never evenPoul-Henning Kamp2003-10-181-8/+0
* (dacleanup, dasysctlinit): Defend against calling sysctl_ctx_free onThomas Quinot2003-10-081-2/+5
* (cdcleanup): Defend against calling sysctl_ctx_free before the sysctl_ctxThomas Quinot2003-10-071-12/+15
* Add disk_destroy() call to detach processing.Poul-Henning Kamp2003-10-061-0/+15
* Be kind to 64bit architectures.Hidetoshi Shimokawa2003-10-021-5/+5
* - Pick up a correct path_id for the bus on AC_PATH_REGISTERED.Hidetoshi Shimokawa2003-09-301-6/+12
* GEOMify.Poul-Henning Kamp2003-09-301-78/+39
* Detach black hole device on AC_PATH_DEREGISTERED.Hidetoshi Shimokawa2003-09-251-19/+20
* (scsi_request_sense): Set allocation length in REQUEST_SENSE CCB.Thomas Quinot2003-09-211-0/+1
* (camperiphdone): When the cam_periph layer performs sense recovery,Thomas Quinot2003-09-211-1/+1
* I forgot whom I got this from- only set single initiator buffered modeMatt Jacob2003-09-131-2/+4
* Disable the use of cloning use in floppy and CD drivers.Poul-Henning Kamp2003-09-111-4/+4
* In case vmapbuf() fails, release all of the held resources.Alan Cox2003-09-101-5/+3
* Put the device cloning functions for disk-drivers under #ifndef BURN_BRIDGES.Poul-Henning Kamp2003-09-051-0/+8
* Calling KNOTE with locks held may result in recursion when it calls backNate Lawson2003-09-041-2/+13
* Upon receiving a CCB for a LUN that is not enabled, be sure to unlock theNate Lawson2003-09-041-0/+1
* Remove the quirk for the FujiFilm camera. Submitter indicates it is nowNate Lawson2003-09-041-8/+0
* Unbreak buildworld. sys/taskqueue.h is a kernel-only include.Kenneth D. Merry2003-09-031-1/+1
* Move dynamic sysctl(8) variable creation for the cd(4) and da(4) driversKenneth D. Merry2003-09-032-43/+93
* Remove quirk for Apacer Handydrive. Kevin Oberman <oberman@es.net> reportsNate Lawson2003-08-251-8/+0
* Sort quirks into sections.Nate Lawson2003-08-251-19/+20
* Add the DA_Q_NO_PREVENT quirk which keeps da(4) from sending PREVENT/ALLOWNate Lawson2003-08-221-6/+15
* Quirk for Jungsoft NEXDISK USB flash key. Fails to mount withoutNate Lawson2003-08-221-0/+8
* Add quirks for the EXATELECOM i-Bead mp3 player.Nate Lawson2003-08-221-0/+8
* Remove all USB quirks that only specify DA_Q_NO_6_BYTE. They are no longerNate Lawson2003-08-061-158/+0
* Remove unused cmd6workaround() calls.Nate Lawson2003-08-061-15/+2
* Fix the new DA_OLD_QUIRKS option for normal and module compiles.Nate Lawson2003-07-291-0/+1