summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug that caused some /dev entries to continue to exist afterjdp2005-11-182-0/+2
* Merge the dev_clone and dev_clone_cred event handlers into a singlerwatson2005-08-081-3/+4
* Fix the recent panics/LORs/hangs created by my kqueue commit by:ssouhlal2005-07-011-1/+1
* - Providing fine-grained malloc statistic by replacing M_DEVBUF withavatar2005-07-014-29/+37
* Add a quirk for my pen-drive.pjd2005-06-091-0/+8
* Add quirk for TEAC USB floppy drives.dwhite2005-05-051-0/+7
* Make sure we look at the correct sub op codes whenmjacob2005-04-141-3/+22
* 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
* The divide by zero panic must have been due to a bogusmjacob2005-04-141-0/+9
* avoid use after freesam2005-03-311-8/+8
* Explicitly hold a reference to the cdev we have just cloned. Thisphk2005-03-311-0/+1
* Fix a problem with the cd(4) driver -- the CAMGETPASSTHRU ioctl wouldn'tken2005-03-261-1/+7
* Fix a place where we were referencing a pointer after it had been freed.ken2005-03-261-0/+2
* Don't free the SIM object twice.scottl2005-03-191-1/+0
* Reference a pointer correctly when copying to it's location.scottl2005-02-211-1/+1
* Remove a shadow declaration of 'error' that caused certain tests to bescottl2005-02-121-1/+0
* Boot away another stackgap (one of the lest ones in linuxlator/i386) bysobomax2005-01-301-3/+11
* Don't pass unadulterated unit numbers to make_dev and its ilk- if youmjacob2005-01-222-5/+6
* Start each of the license/copyright comments with /*-imp2005-01-0525-29/+29
* Remove references to the second byte of a CCB containing the LUN, as thisbms2004-10-131-4/+4
* Add necessary data structures and definitions for the 12-byte SCSIbms2004-10-121-0/+79
* For removable devices without media we set a zero mediasize but a non-zerophk2004-09-051-1/+1
* Remove the HW_WDOG option; it serves no purpose.des2004-08-291-4/+0
* Add locking to the kqueue subsystem. This also makes the kqueue subsystemjmg2004-08-151-21/+5
* When printing out an unknown sense code we should print it in hex, notmjacob2004-08-131-3/+1
* 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
* Update for the KDB framework:marcel2004-07-101-1/+2
* Second half of the dev_t cleanup.phk2004-06-171-1/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-166-35/+35
* 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
* Device megapatch 4/6:phk2004-02-216-1/+12
* Device megapatch 1/6:phk2004-02-216-14/+1
* Change the disk(9) API in order to make device removal more robust.phk2004-02-182-44/+50
* Fix type in comment, 's/writtent/written/'johan2004-01-181-1/+1
* 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
* SS_FATAL|ENXIO rather than SS_RDEF for illegal track mode.obrien2003-12-011-1/+1
* - Implement selwakeuppri() which allows raising the priority of atanimura2003-11-091-1/+1
* In camperiphdone(), make sure we check for fatal errors and bail outken2003-10-271-14/+0
* Use bio_offset instead of bio_blknophk2003-10-181-2/+2
OpenPOWER on IntegriCloud