summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi/scsi_da.c
Commit message (Expand)AuthorAgeFilesLines
* Move the ciss quirk to the right section, also update the commentps2003-12-081-8/+7
* ciss doesn't like scsi SYNC CACHE. turn it offps2003-12-081-0/+8
* (dacleanup, dasysctlinit): Defend against calling sysctl_ctx_free onthomas2003-10-081-2/+5
* Remove the quirk for the FujiFilm camera. Submitter indicates it is nownjl2003-09-041-8/+0
* Unbreak buildworld. sys/taskqueue.h is a kernel-only include.ken2003-09-031-1/+1
* Move dynamic sysctl(8) variable creation for the cd(4) and da(4) driversken2003-09-031-22/+47
* Remove quirk for Apacer Handydrive. Kevin Oberman <oberman@es.net> reportsnjl2003-08-251-8/+0
* Sort quirks into sections.njl2003-08-251-19/+20
* Add the DA_Q_NO_PREVENT quirk which keeps da(4) from sending PREVENT/ALLOWnjl2003-08-221-6/+15
* Quirk for Jungsoft NEXDISK USB flash key. Fails to mount withoutnjl2003-08-221-0/+8
* Add quirks for the EXATELECOM i-Bead mp3 player.njl2003-08-221-0/+8
* Remove all USB quirks that only specify DA_Q_NO_6_BYTE. They are no longernjl2003-08-061-158/+0
* Remove unused cmd6workaround() calls.njl2003-08-061-15/+2
* Fix the new DA_OLD_QUIRKS option for normal and module compiles.njl2003-07-291-0/+1
* Deprecate USB and Firewire quirks. We should now never send 6 byte commandsnjl2003-07-291-18/+23
* Add a PATH_INQ flag, PIM_NO_6_BYTE, which indicates the SIM never wishes tonjl2003-07-281-0/+8
* Reference PR for IntelligentStick quirk entry.thomas2003-07-181-1/+1
* Add quirk entry for IntelligentStick disc-on-key USB devices.thomas2003-07-171-0/+8
* Use __FBSDID().obrien2003-06-101-2/+3
* Add a quirk for OTi USB flash key.njl2003-05-151-0/+8
* Fix three problems in large (>2TB) device handling:ken2003-05-031-2/+2
* Fix compile errors on ia64 in dagetcapacity. Set block_len and maxsectorken2003-05-011-0/+2
* Use %j instead of %q in printf to unbreak sparc64.phk2003-04-301-3/+4
* Add support to CAM for devices with more than 2^32 blocks. (2TB if you'reken2003-04-301-65/+194
* SCSI Quirks for:njl2003-04-271-1/+35
* Remove the unused ioctl routine.phk2003-04-121-32/+0
* 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
OpenPOWER on IntegriCloud