summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi/scsi_da.c
Commit message (Expand)AuthorAgeFilesLines
* Reduce the noise when plugging in (USB) mass storage devices, like a 4 portn_hibma2007-02-211-2/+6
* Use the more specific 'EM732X' designation rather than * to disable syncimp2007-01-231-1/+1
* Add quirk for EasyMP3 EM732X usb 2.0 flash mp3 player.imp2007-01-221-0/+8
* Add an xpt_print function to reduce most of the xpt_print_path/printfmjacob2006-12-051-35/+30
* o Style: remove a w/space before a comma.maxim2006-11-261-1/+1
* o Style(9): trim eol w/spaces, w/spaces to tabs, kill an empty line.maxim2006-11-261-4/+3
* o Add a quirk for X-Micro Flash Disk.maxim2006-11-261-0/+8
* Add a tunable that allows one to turn off the automatic sending ofmjacob2006-11-021-16/+26
* Implement BIO_FLUSH handling for da(4), amr(4), ata(4) and ataraid(4).pjd2006-10-311-14/+31
* Add a SCSI da(4) quirk for Rekam USB Camera.flz2006-10-071-0/+8
* Add SCSI da(4) quirk for the iRiver H10.flz2006-10-071-0/+8
* Don't allow attachment of disks that could cause GEOM to panic.mjacob2006-09-161-9/+24
* Drop Giant before returning in error path, thus eliminatesdelphij2006-07-141-0/+1
* Actually check to see if XPT_CALC_GEOMETRY had an errormjacob2006-04-181-3/+17
* Add reference to PR to TOSHIBA TransMemory quirk entry.joerg2006-03-181-0/+1
* - Add a PR number for future reference.flz2006-03-181-1/+1
* Add the TOSHIBA TransMemory USB sticks to the list of devices thatjoerg2006-03-131-0/+7
* - Add a scsi_da.c and a umass.c quirk for Genesys 6-in-1 Card Reader.flz2006-01-301-0/+8
* Add Product IDs :flz2006-01-261-0/+48
* Allow to use Time DPA20B 1GB MP3 Player [1]mnag2006-01-131-0/+16
* Style nit.pjd2005-12-191-2/+2
* Allow to use TransFlash drive, which can be found in Motorola E398 Mobile Phone.pjd2005-12-191-0/+9
* Fix a bug that caused some /dev entries to continue to exist afterjdp2005-11-181-0/+1
* Add a quirk for my pen-drive.pjd2005-06-091-0/+8
* Add quirk for TEAC USB floppy drives.dwhite2005-05-051-0/+7
* Take constructive advice from njl && reformatmjacob2005-04-141-0/+6
* Quirk for ZICPlay USB MP3 Player.njl2005-04-141-0/+8
* Apply quirk.mjacob2005-04-141-0/+4
* Applied conservative version of suggested quirk.mjacob2005-04-141-0/+7
* Apply quirk suggested by submitter.mjacob2005-04-141-1/+1
* 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
OpenPOWER on IntegriCloud