summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi/scsi_da.c
Commit message (Expand)AuthorAgeFilesLines
* Use bioq_flush() to drain a bio queue with a specific error code.phk2003-04-011-15/+5
* Clean up dynamically allocated sysctl variables when we run dacleanup() andken2003-03-261-0/+8
* Don't use the devstat->busy_count for state decisions in the devicephk2003-03-151-4/+6
* 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
* Centralize the devstat handling for all GEOM disk device driversphk2003-03-081-35/+9
* 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-211-8/+89
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Announce our ability to do DFLTPHYS sized transfers.phk2003-02-111-0/+1
* Quirk for Lexar Media Jumpdrivenjl2003-02-091-0/+8
* NO_GEOM cleanup: retire disk_invalidate()phk2003-01-301-1/+0
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-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
* 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
* Whitespace cleanup that was missed by quirks commit 1.114njl2002-11-231-4/+4
* Update quirks, adding PR references and fixing a capitalization mismatch.njl2002-11-231-3/+5
* Quirk for HP 315 USB Digital Cameranjl2002-10-171-0/+8
* Use malloc(9)'s M_ZERO rather than explicit bzero(9) call.phk2002-10-111-2/+2
* Fix style problems in the quirk entry section.ken2002-10-031-4/+6
* Add quirks for DaisyTechnology PhotoClip camera.sobomax2002-10-011-0/+7
* Add quirk for Apacer HandyDriveguido2002-09-301-0/+7
* (This commit touches about 15 disk device drivers in a very consistentphk2002-09-201-27/+5
* Don't use dkunit() to find out unit, we already have our softc pointerphk2002-09-201-5/+3
* Updates to cmd6workaround:njl2002-08-161-15/+18
* Remove usage of cam_extend.c, replace with dev->si_drv1njl2002-08-151-30/+6
* 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
* 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
* Mark some arguments __unused.phk2002-03-111-2/+2
* GC: BIO_ORDERED going away.phk2002-02-221-2/+1
* - Add support for Simplified Direct Access Device, mostly forsimokawa2002-02-211-1/+15
* Add NO_6_BYTE quirk entry for the LaCie Ltd. 105311 80 Gig USB2 drive.bsd2002-02-181-1/+8
* 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-091-1/+0
* 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
* 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
OpenPOWER on IntegriCloud