aboutsummaryrefslogtreecommitdiff
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
...
* 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-283-1/+18
* 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
* Merge common XPT_CALC_GEOMETRY functions into a single convenience function.Nate Lawson2003-06-142-0/+27
* Use __FBSDID().David E. O'Brien2003-06-1012-24/+40
* Use __FBSDID().David E. O'Brien2003-06-105-11/+18
* 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-06-011-0/+4
* Add /* FALLTHROUGH */Poul-Henning Kamp2003-05-313-9/+7
* Add /* FALLTHROUGH */Poul-Henning Kamp2003-05-311-7/+4
* Add /* FALLTHROUGH */Poul-Henning Kamp2003-05-311-0/+3
* 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-304-88/+347
* Deprecate machine/limits.h in favor of new sys/limits.h.Alexander Kabaev2003-04-292-2/+2
* SCSI Quirks for:Nate Lawson2003-04-271-1/+35
* Remove the unused ioctl routine.Poul-Henning Kamp2003-04-121-32/+0
* Sufficient access checks are performed by vmapbuf() that calling useracc()Alan Cox2003-04-061-19/+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
* Run a revision of the devstat interface:Poul-Henning Kamp2003-03-151-2/+2
* 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-085-38/+11
* 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-038-105/+56
* 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
* NO_GEOM cleanup:Poul-Henning Kamp2003-02-211-1/+1
* Fix ATAPI/USB/Firewire CDROM drive handling in cd(4) and hopefully fixKenneth D. Merry2003-02-215-308/+1117
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-199-38/+38
* Announce our ability to do DFLTPHYS sized transfers.Poul-Henning Kamp2003-02-111-0/+1
* Quirk for Lexar Media JumpdriveNate Lawson2003-02-091-0/+8
* Rename bio_linkage to the more obvious bio_parent.Poul-Henning Kamp2003-02-071-0/+1
* Consolidate MIN/MAX macros into one place (param.h).Alfred Perlstein2003-02-023-10/+0
* NO_GEOM cleanup: retire disk_invalidate()Poul-Henning Kamp2003-01-301-1/+0
* Remove redundant printf from targbhasync() since all places that return anNate Lawson2003-01-231-4/+0
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-219-38/+38
* Add definitions for the task management codes sent in SPI4Justin T. Gibbs2003-01-201-0/+8