summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi
Commit message (Expand)AuthorAgeFilesLines
* Use bioq_flush() to drain a bio queue with a specific error code.phk2003-04-014-54/+12
* Clean up dynamically allocated sysctl variables when we run dacleanup() andken2003-03-262-0/+14
* Don't use the devstat->busy_count for state decisions in the devicephk2003-03-152-8/+13
* Call devstat_start_transaction_bio() instead of devstat_start_transaction()phk2003-03-153-3/+3
* Quirk for SanDisk ImageMate II compact flash readernjl2003-03-111-0/+8
* Quirk for Pentax Optio 230 USB camera. Note that other products probablynjl2003-03-111-0/+9
* Allocate the devstat structure with devstat_new_entry().phk2003-03-085-64/+64
* Centralize the devstat handling for all GEOM disk device driversphk2003-03-083-37/+9
* Make nokqfilter() return the correct return value.phk2003-03-031-1/+0
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-037-92/+51
* msgphk2003-02-261-1/+0
* NO_GEOM cleanup:phk2003-02-251-46/+21
* NO_GEOM cleanup:phk2003-02-211-3/+5
* NO_GEOM cleanup:phk2003-02-211-1/+1
* Fix ATAPI/USB/Firewire CDROM drive handling in cd(4) and hopefully fixken2003-02-215-308/+1117
* Back out M_* changes, per decision of the TRB.imp2003-02-196-34/+34
* Announce our ability to do DFLTPHYS sized transfers.phk2003-02-111-0/+1
* Quirk for Lexar Media Jumpdrivenjl2003-02-091-0/+8
* Rename bio_linkage to the more obvious bio_parent.phk2003-02-071-0/+1
* Consolidate MIN/MAX macros into one place (param.h).alfred2003-02-023-10/+0
* NO_GEOM cleanup: retire disk_invalidate()phk2003-01-301-1/+0
* Remove redundant printf from targbhasync() since all places that return annjl2003-01-231-4/+0
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-216-34/+34
* Add definitions for the task management codes sent in SPI4gibbs2003-01-201-0/+8
* kernel:njl2003-01-161-1/+1
* Quirk for Sony USB disk-on-key device.njl2003-01-131-0/+8
* Back out last commit.peter2003-01-061-1/+1
* Move dashutdown from SHUTDOWN_PRI_DEFAULT to SHUTDOWN_PRI_FIRST.peter2003-01-061-1/+1
* Quirk for Memorybird pen drivenjl2002-12-181-0/+8
* The HP DAT 40 tape drive should be able to handle variable block sizes.trhodes2002-12-161-0/+4
* Clear the "device open" flag in daopen() before returning a error,yar2002-12-121-0/+1
* Release the reference to the peripheral if returning a error.yar2002-11-291-0/+2
* Remove unnecessary includes and add sys/{lock,mutex}.hnjl2002-11-251-6/+2
* Whitespace cleanup that was missed by quirks commit 1.114njl2002-11-231-4/+4
* Allow acd(4) and cd(4) to support old behavior for CDRIOC*SPEED ioctls.njl2002-11-231-0/+6
* Update quirks, adding PR references and fixing a capitalization mismatch.njl2002-11-231-3/+5
* New SCSI target emulator codenjl2002-11-222-2103/+922
* Panic message should end with \n.imp2002-11-142-12/+12
* Fix instances of macros with improperly parenthasized arguments.alfred2002-11-091-2/+2
* * Add CDRIOC{READ,WRITE}SPEED ioctls to cd(4). Units are in KB/sec.njl2002-10-182-0/+58
* Backout my previous "brain cramp" commit.pirzyk2002-10-181-11/+9
* Changed the scsi mode command to use 10 bytes scsi commands insteadpirzyk2002-10-171-9/+11
* Quirk for HP 315 USB Digital Cameranjl2002-10-171-0/+8
* Trapdoor access to cd%da and cd%c so they still work, but do not let themphk2002-10-111-0/+24
* Use malloc(9)'s M_ZERO rather than explicit bzero(9) call.phk2002-10-111-2/+2
* Fix the location of the length bytes in the 12-byte read/write CDBken2002-10-081-1/+1
* Correctly convert to appropriate blocksize.phk2002-10-071-1/+2
* Unhook the SCSI CD driver from the disk "mini-layer" and/or GEOM.phk2002-10-041-117/+23
* Fix style problems in the quirk entry section.ken2002-10-031-4/+6
* Add quirks for DaisyTechnology PhotoClip camera.sobomax2002-10-011-0/+7
OpenPOWER on IntegriCloud