summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi/scsi_da.c
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-imp2005-01-051-1/+1
* Remove the HW_WDOG option; it serves no purpose.des2004-08-291-4/+0
* add support Frontier Labs NEX IA+ Digital Audio Player with USB CF card reade...sanpei2004-08-121-1/+9
* Add support iRiver iFP MP3 playersanpei2004-08-081-0/+8
* Quirk for SEGRAND NP-900 USB MP3Playersanpei2004-07-181-0/+8
* Quirk for Neuros USB audio device.njl2004-05-021-0/+8
* The opt_da.h file doesn't exist anymore since the DA_OLD_QUIRKS optionmux2004-04-191-1/+0
* Add miscellaneous USB device quirks.njl2004-04-191-5/+29
* Remove all quirks hidden under DA_OLD_QUIRKS.njl2004-04-191-120/+0
* Check that periph is non-NULL before dereferencing it.cperciva2004-02-221-1/+1
* Change the disk(9) API in order to make device removal more robust.phk2004-02-181-21/+24
* 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
OpenPOWER on IntegriCloud