aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/scsi
Commit message (Expand)AuthorAgeFilesLines
* (scsi_request_sense): Set allocation length in REQUEST_SENSE CCB.Thomas Quinot2003-09-211-0/+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
* 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
* Deprecate USB and Firewire quirks. We should now never send 6 byte commandsNate Lawson2003-07-291-18/+23
* Add a PATH_INQ flag, PIM_NO_6_BYTE, which indicates the SIM never wishes toNate Lawson2003-07-282-0/+16
* Reference PR for IntelligentStick quirk entry.Thomas Quinot2003-07-181-1/+1
* Add quirk entry for IntelligentStick disc-on-key USB devices.Thomas Quinot2003-07-171-0/+8
* Merge common XPT_CALC_GEOMETRY functions into a single convenience function.Nate Lawson2003-06-141-20/+1
* Use __FBSDID().David E. O'Brien2003-06-1012-24/+40
* Check in some months long pending minor debug output changes.Matt Jacob2003-06-021-26/+47
* Remove unused variables.Poul-Henning Kamp2003-06-011-11/+1
* Add /* FALLTHROUGH */Poul-Henning Kamp2003-05-311-1/+1
* Add /* FALLTHROUGH */Poul-Henning Kamp2003-05-311-7/+4
* Use symbolic constants instead of "4".Poul-Henning Kamp2003-05-312-15/+9
* Don't use return(foo(...)); in a function returning void.Poul-Henning Kamp2003-05-311-6/+8
* Add a quirk for OTi USB flash key.Nate Lawson2003-05-151-0/+8
* Fix three problems in large (>2TB) device handling:Kenneth D. Merry2003-05-031-2/+2
* Fix compile errors on ia64 in dagetcapacity. Set block_len and maxsectorKenneth D. Merry2003-05-011-0/+2
* Use %j instead of %q in printf to unbreak sparc64.Poul-Henning Kamp2003-04-301-3/+4
* Add support to CAM for devices with more than 2^32 blocks. (2TB if you'reKenneth D. Merry2003-04-303-85/+344
* Deprecate machine/limits.h in favor of new sys/limits.h.Alexander Kabaev2003-04-291-1/+1
* SCSI Quirks for:Nate Lawson2003-04-271-1/+35
* Remove the unused ioctl routine.Poul-Henning Kamp2003-04-121-32/+0
* Use bioq_flush() to drain a bio queue with a specific error code.Poul-Henning Kamp2003-04-014-54/+12
* Clean up dynamically allocated sysctl variables when we run dacleanup() andKenneth D. Merry2003-03-262-0/+14
* Don't use the devstat->busy_count for state decisions in the devicePoul-Henning Kamp2003-03-152-8/+13
* Call devstat_start_transaction_bio() instead of devstat_start_transaction()Poul-Henning Kamp2003-03-153-3/+3
* Quirk for SanDisk ImageMate II compact flash readerNate Lawson2003-03-111-0/+8
* Quirk for Pentax Optio 230 USB camera. Note that other products probablyNate Lawson2003-03-111-0/+9
* Allocate the devstat structure with devstat_new_entry().Poul-Henning Kamp2003-03-085-64/+64
* Centralize the devstat handling for all GEOM disk device driversPoul-Henning Kamp2003-03-083-37/+9
* Make nokqfilter() return the correct return value.Poul-Henning Kamp2003-03-031-1/+0
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-037-92/+51
* msgPoul-Henning Kamp2003-02-261-1/+0
* NO_GEOM cleanup:Poul-Henning Kamp2003-02-251-46/+21
* NO_GEOM cleanup:Poul-Henning Kamp2003-02-211-3/+5