summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi
Commit message (Expand)AuthorAgeFilesLines
...
* Add quirk for Apacer HandyDriveguido2002-09-301-0/+7
* Be consistent about "static" functions: if the function is markedphk2002-09-284-13/+13
* use __packed.alfred2002-09-231-2/+2
* A SCSI_DELAY of zero is a legitimate value to have.mjacob2002-09-231-2/+4
* (This commit touches about 15 disk device drivers in a very consistentphk2002-09-202-64/+12
* Don't use dkunit() to find out unit, we already have our softc pointerphk2002-09-201-5/+3
* Make SCSI_DELAY setable at boot time and runtime via thebrooks2002-09-022-20/+81
* Adjust scsi_calc_syncparam() to the exception table changing from 10ths togibbs2002-08-261-2/+4
* Updates to cmd6workaround:njl2002-08-161-15/+18
* Remove usage of cam_extend.c, replace with dev->si_drv1njl2002-08-159-243/+74
* Correct spelling of 'supplied'.robert2002-06-191-1/+1
* Add the 160MHz syncrate to scsi_calc_syncrate() sync period exception table.gibbs2002-06-051-6/+7
* scsi_message.h:gibbs2002-06-052-6/+43
* Add REPORT LUNS basic infrastructure.mjacob2002-06-042-20/+77
* PR: kern/38208dillon2002-05-291-0/+7
* Add a Quirk entry for the USB SimpleTech UCF-100 compact flash reader.dillon2002-05-191-0/+7
* Remove unused static variable quantum.marcel2002-04-231-2/+0
* Fix 3 of the four problems with my last indentation fix. ("fixing" theken2002-04-011-4/+2
* Fix an indentation problem.ken2002-04-011-7/+7
* DA (scsi) and AD (ata) diskdrivers:phk2002-03-311-48/+10
* Automatically detect devices that do not support READ(6)/WRITE(6)simokawa2002-03-231-1/+75
* Remove __P.alfred2002-03-203-160/+159
* Mark some arguments __unused.phk2002-03-111-2/+2
* Add support for Simplified Direct Access Device in scsi_op_desc().simokawa2002-03-111-0/+4
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-1/+1
* GC: BIO_ORDERED going away.phk2002-02-222-5/+2
* - Add support for Simplified Direct Access Device, mostly forsimokawa2002-02-212-1/+21
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-181-1/+1
* Add NO_6_BYTE quirk entry for the LaCie Ltd. 105311 80 Gig USB2 drive.bsd2002-02-181-1/+8
* Remove spurious ';'phk2002-02-101-1/+0
* Add support of PhotoClip USB Camera (http://www.myphotoclip.com):sobomax2002-01-311-0/+7
* Define the kern.cam sysctl in the cam layer, rather than multiply in severalmsmith2002-01-092-6/+0
* Staticise a debugging variable.msmith2002-01-091-1/+1
* Add quirk for DIVA USB Mp3 Player.sobomax2002-01-081-0/+8
* Extend Olympus E-100RS quirk to cover entire E series of digital cameras.kbyanc2002-01-071-5/+2
* Add support for Nikon Coolpix E775 and E885 cameras.jedgar2002-01-011-2/+9
* o Add KLD support for scsi_low.non2001-12-151-0/+11
* Remove PAO3 dependent part where I missed to remove at last commit.non2001-12-101-4/+0
* Add a NO_6_BYTE quirk for the D-series olympus digital cameras.iedowse2001-12-091-0/+7
* Back out 1.88 (NO_SYNC_CACHE quirk for Infortrend IFT-3102). Sinceiedowse2001-11-261-8/+0
* Be very generous with timeouts for synchronize cache. We may wait a very longmjacob2001-11-171-1/+1
* The Infortrend IFT-3102 multihost U2 SCSI to U2 SCSI controlleriedowse2001-11-171-0/+8
* Add quirk for Fujitsu M2513A MO drives. These drives hang at variousiedowse2001-11-171-0/+15
* Fix a signed bug in the crashdump code for systems with > 2GB of ram.ps2001-11-131-1/+1
* Add quirk for Minolta 2330 Zoom digital camera.kbyanc2001-11-071-0/+7
* Add quirk for Nikon Coolpix 995.kbyanc2001-11-071-1/+8
* Fix bug in scsi_read_write() where it might use 6-byte commands whenkbyanc2001-11-061-5/+4
* Add quirk entry for Olympus E-100RS digital camera. This and the existingkbyanc2001-11-051-0/+10
* Remove PAO3 dependent part.non2001-11-031-8/+1
* Add a quirk entry so that the Maxtor 3000LE USB drive will work.scottl2001-10-151-0/+7
OpenPOWER on IntegriCloud