aboutsummaryrefslogtreecommitdiff
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary includes and add sys/{lock,mutex}.hNate Lawson2002-11-251-6/+2
* Whitespace cleanup that was missed by quirks commit 1.114Nate Lawson2002-11-231-4/+4
* Allow acd(4) and cd(4) to support old behavior for CDRIOC*SPEED ioctls.Nate Lawson2002-11-231-0/+6
* Update quirks, adding PR references and fixing a capitalization mismatch.Nate Lawson2002-11-231-3/+5
* New SCSI target emulator codeNate Lawson2002-11-222-2083/+902
* Panic message strings do not need a trailing \n.Warner Losh2002-11-141-1/+1
* Panic message should end with \n.Warner Losh2002-11-142-12/+12
* Fix instances of macros with improperly parenthasized arguments.Alfred Perlstein2002-11-091-2/+2
* * Add CDRIOC{READ,WRITE}SPEED ioctls to cd(4). Units are in KB/sec.Nate Lawson2002-10-182-0/+58
* Backout my previous "brain cramp" commit.Jim Pirzyk2002-10-181-11/+9
* Changed the scsi mode command to use 10 bytes scsi commands insteadJim Pirzyk2002-10-171-9/+11
* Quirk for HP 315 USB Digital CameraNate Lawson2002-10-171-0/+8
* Trapdoor access to cd%da and cd%c so they still work, but do not let themPoul-Henning Kamp2002-10-111-0/+24
* Use malloc(9)'s M_ZERO rather than explicit bzero(9) call.Poul-Henning Kamp2002-10-111-2/+2
* Fix the location of the length bytes in the 12-byte read/write CDBKenneth D. Merry2002-10-081-1/+1
* Correctly convert to appropriate blocksize.Poul-Henning Kamp2002-10-071-1/+2
* Unhook the SCSI CD driver from the disk "mini-layer" and/or GEOM.Poul-Henning Kamp2002-10-041-117/+23
* Fix style problems in the quirk entry section.Kenneth D. Merry2002-10-031-4/+6
* Add quirks for DaisyTechnology PhotoClip camera.Maxim Sobolev2002-10-011-0/+7
* Add quirk for Apacer HandyDriveGuido van Rooij2002-09-301-0/+7
* Be consistent about "static" functions: if the function is markedPoul-Henning Kamp2002-09-284-13/+13
* use __packed.Alfred Perlstein2002-09-231-2/+2
* A SCSI_DELAY of zero is a legitimate value to have.Matt Jacob2002-09-231-2/+4
* Note that the large Hitachi's are also CAM_QUIRK_HILUNSMatt Jacob2002-09-231-0/+8
* (This commit touches about 15 disk device drivers in a very consistentPoul-Henning Kamp2002-09-202-64/+12
* Don't use dkunit() to find out unit, we already have our softc pointerPoul-Henning Kamp2002-09-201-5/+3
* Make SCSI_DELAY setable at boot time and runtime via theBrooks Davis2002-09-024-24/+85
* Add \n to various printfs. grep shows these should be the last ones.Nate Lawson2002-08-271-3/+3
* Adjust scsi_calc_syncparam() to the exception table changing from 10ths toJustin T. Gibbs2002-08-261-2/+4
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-2/+2
* Add some \n's to printf()sPeter Wemm2002-08-241-5/+5
* Fix unit wiring. Also, change the variable "hit" to "wired" so that itPeter Wemm2002-08-241-11/+9
* Updates to cmd6workaround:Nate Lawson2002-08-161-15/+18
* Remove cam_extend.[ch] after all references to them were removed.Nate Lawson2002-08-152-145/+0
* Remove usage of cam_extend.c, replace with dev->si_drv1Nate Lawson2002-08-159-243/+74
* Correct spelling of 'supplied'.Robert Drehmel2002-06-191-1/+1
* If we boot verbose, then print out 'interesting' CAM errors that otherwiseMatt Jacob2002-06-071-5/+65
* Add the 160MHz syncrate to scsi_calc_syncrate() sync period exception table.Justin T. Gibbs2002-06-051-6/+7
* scsi_message.h:Justin T. Gibbs2002-06-052-6/+43
* Add REPORT LUNS basic infrastructure.Matt Jacob2002-06-042-20/+77
* PR: kern/38208Matthew Dillon2002-05-291-0/+7
* Add a Quirk entry for the USB SimpleTech UCF-100 compact flash reader.Matthew Dillon2002-05-191-0/+7
* Make Veritas Storage Appliance a HILUNS device.Matt Jacob2002-04-241-0/+5
* Remove unused static variable quantum.Marcel Moolenaar2002-04-231-2/+0
* Fix 3 of the four problems with my last indentation fix. ("fixing" theKenneth D. Merry2002-04-011-4/+2
* Fix an indentation problem.Kenneth D. Merry2002-04-011-7/+7
* DA (scsi) and AD (ata) diskdrivers:Poul-Henning Kamp2002-03-311-48/+10
* Maxtor Personal Storage 3000XT (Firewire) hangs uponHidetoshi Shimokawa2002-03-241-0/+11
* Automatically detect devices that do not support READ(6)/WRITE(6)Hidetoshi Shimokawa2002-03-231-1/+75
* Remove __P.Alfred Perlstein2002-03-203-158/+157