aboutsummaryrefslogtreecommitdiff
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* 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-160/+159
* Mark some arguments __unused.Poul-Henning Kamp2002-03-111-2/+2
* Add support for Simplified Direct Access Device in scsi_op_desc().Hidetoshi Shimokawa2002-03-111-0/+4
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-271-1/+1
* GC: BIO_ORDERED going away.Poul-Henning Kamp2002-02-222-5/+2
* - Add support for Simplified Direct Access Device, mostly forHidetoshi Shimokawa2002-02-212-1/+21
* o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft2002-02-181-1/+1
* Add NO_6_BYTE quirk entry for the LaCie Ltd. 105311 80 Gig USB2 drive.Brian S. Dean2002-02-181-1/+8
* Remove spurious ';'Poul-Henning Kamp2002-02-101-1/+0
* Add support of PhotoClip USB Camera (http://www.myphotoclip.com):Maxim Sobolev2002-01-311-0/+7
* Define the kern.cam sysctl in the cam layer, rather than multiply in severalMike Smith2002-01-095-8/+13
* Staticise a debugging variable.Mike Smith2002-01-091-1/+1
* Add quirk for DIVA USB Mp3 Player.Maxim Sobolev2002-01-081-0/+8
* Extend Olympus E-100RS quirk to cover entire E series of digital cameras.Kelly Yancey2002-01-071-5/+2
* Change the preemption code for software interrupt thread schedules andJohn Baldwin2002-01-051-2/+2
* Add support for Nikon Coolpix E775 and E885 cameras.Chris D. Faulhaber2002-01-011-2/+9
* o Add KLD support for scsi_low.Noriaki Mitsunaga2001-12-151-0/+11
* Remove PAO3 dependent part where I missed to remove at last commit.Noriaki Mitsunaga2001-12-101-4/+0
* Add a NO_6_BYTE quirk for the D-series olympus digital cameras.Ian Dowse2001-12-091-0/+7
* Bring the probe inquiry code in line with the SCSI spec.Kenneth D. Merry2001-11-271-43/+35
* Back out 1.88 (NO_SYNC_CACHE quirk for Infortrend IFT-3102). SinceIan Dowse2001-11-261-8/+0
* Disabled tagged commands for Hitachi Jura-C series with J8A8 firmware.David Greenman2001-11-191-0/+10
* Back out revision 1.117; the correct solution is to upgrade theIan Dowse2001-11-191-9/+0
* Hitachi DK32 disks have problems with tagged queuing under load.Ian Dowse2001-11-191-0/+9
* Be very generous with timeouts for synchronize cache. We may wait a very longMatt Jacob2001-11-171-1/+1
* The Infortrend IFT-3102 multihost U2 SCSI to U2 SCSI controllerIan Dowse2001-11-171-0/+8
* Add quirk for Fujitsu M2513A MO drives. These drives hang at variousIan Dowse2001-11-171-0/+15
* Fix a signed bug in the crashdump code for systems with > 2GB of ram.Paul Saab2001-11-131-1/+1
* Add quirk for Minolta 2330 Zoom digital camera.Kelly Yancey2001-11-071-0/+7
* Add quirk for Nikon Coolpix 995.Kelly Yancey2001-11-071-1/+8
* Fix bug in scsi_read_write() where it might use 6-byte commands whenKelly Yancey2001-11-061-5/+4
* Add quirk entry for Olympus E-100RS digital camera. This and the existingKelly Yancey2001-11-051-0/+10
* Remove PAO3 dependent part.Noriaki Mitsunaga2001-11-031-8/+1
* Add a quirk entry so that the Maxtor 3000LE USB drive will work.Scott Long2001-10-151-0/+7
* o Modify access control code for the CAM SCSI pass-through device toRobert Watson2001-09-261-2/+4
* s/securelvel/securelevel/Robert Watson2001-09-251-1/+1
* Add a quirk entry for the Sony CLIE memory stick device. This will becomeScott Long2001-09-191-0/+8
* The code that sees a drive (at mount time) not in buffered mode andMatt Jacob2001-09-141-3/+5
* KSE Milestone 2Julian Elischer2001-09-129-30/+30
* Attach to a CD device even when the SCSI status is 'busy'.Kenneth D. Merry2001-09-031-0/+10
* Add quirk entry for FujiFilm camera.Nick Hibma2001-09-021-1/+8
* Add quirks for Kingbyte USB Pen drive.Nick Hibma2001-09-021-12/+12
* Take CAM_REQUEUE_REQ out of the class of things we were trying to honorMatt Jacob2001-08-301-1/+0
* Clear SA_FLAG_ERR_PENDING for MTREW, MTERASE and MTRETENS ioctl cases.Matt Jacob2001-08-301-85/+112
* Add interfaces for SCSI LOG SELECT and LOG SENSE commands.Kelly Yancey2001-08-272-0/+153