aboutsummaryrefslogtreecommitdiff
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* MFC rev. 1.95: do not double i/o stats for cd(4).Maxim Konovalov2006-05-011-1/+1
* Add reference to PR for TOSHIBA TransMemory quirk entry.Joerg Wunsch2006-03-181-0/+1
* MFC:Florent Thoumie2006-03-181-0/+8
* MFC rev 1.187: Add no synchronize cache quirk for TOSHIBA TransMemoryJoerg Wunsch2006-03-171-0/+7
* MFC 1.4 to make sure the ioctl doesn't get smushed.Matt Jacob2006-03-091-1/+1
* MFC: when deregistering a bus, attempt to flush out all outstandingIan Dowse2006-02-262-8/+113
* MFC:Florent Thoumie2006-01-291-0/+48
* (MFC 1.106)Matt Jacob2006-01-261-6/+87
* MFC: src/sys/cam/scsi/scsi_da.c 1.184Marcus Alves Grando2006-01-201-0/+16
* MFC: share/man/man4/umass.4 1.41Pawel Jakub Dawidek2006-01-201-0/+9
* MFC: Fix a bug that caused some /dev entries to continue to exist afterJohn Polstra2005-11-262-0/+2
* MFC 1.156 (mjacob). Original log:Matt Jacob2005-09-181-5/+38
* Merge two sets of changes relating to devfs device node cloning fromRobert Watson2005-08-131-3/+4
* Fix the recent panics/LORs/hangs created by my kqueue commit by:Suleiman Souhlal2005-07-011-1/+1
* - Providing fine-grained malloc statistic by replacing M_DEVBUF withTai-hwa Liang2005-07-019-66/+98
* Fixing a memory leak in xpt_release_device(), which can be quicklyTai-hwa Liang2005-06-241-0/+2
* Add a quirk for my pen-drive.Pawel Jakub Dawidek2005-06-091-0/+8
* Do not initialize path variable with useless value just beforeAlexander Kabaev2005-05-111-1/+0
* Add quirk for TEAC USB floppy drives.Doug White2005-05-051-0/+7
* Make sure we look at the correct sub op codes whenMatt Jacob2005-04-141-3/+22
* Take constructive advice from njl && reformatMatt Jacob2005-04-141-0/+6
* Quirk for ZICPlay USB MP3 Player.Nate Lawson2005-04-141-0/+8
* Apply quirk.Matt Jacob2005-04-141-0/+4
* Applied conservative version of suggested quirk.Matt Jacob2005-04-141-0/+7
* Apply quirk suggested by submitter.Matt Jacob2005-04-141-1/+1
* The divide by zero panic must have been due to a bogusMatt Jacob2005-04-141-0/+9
* avoid use after freeSam Leffler2005-03-311-8/+8
* avoid use after freeSam Leffler2005-03-311-1/+1
* Explicitly hold a reference to the cdev we have just cloned. ThisPoul-Henning Kamp2005-03-311-0/+1
* Fix a problem with the cd(4) driver -- the CAMGETPASSTHRU ioctl wouldn'tKenneth D. Merry2005-03-261-1/+7
* Fix a place where we were referencing a pointer after it had been freed.Kenneth D. Merry2005-03-261-0/+2
* Restore queue depth settings across tag disable events. The system oftenJustin T. Gibbs2005-03-231-2/+13
* Don't free the SIM object twice.Scott Long2005-03-191-1/+0
* Reference a pointer correctly when copying to it's location.Scott Long2005-02-211-1/+1
* Check the correct periph pointer after search for it.Scott Long2005-02-201-1/+1
* Protect against trying to free a non-existant peripheral.Scott Long2005-02-201-0/+4
* Remove a shadow declaration of 'error' that caused certain tests to beScott Long2005-02-121-1/+0
* Provide locking for the ccb_bioq. This allows xpt_done() to be called withoutScott Long2005-02-091-5/+22
* Boot away another stackgap (one of the lest ones in linuxlator/i386) byMaxim Sobolev2005-01-301-3/+11
* Add quirk for easyRAID ER5 alias areca ARC-6010.Michael Reifenberger2005-01-251-0/+5
* This is a somewhat imperfect means to try and bring FreeBSD forward inMatt Jacob2005-01-221-3/+13
* Don't pass unadulterated unit numbers to make_dev and its ilk- if youMatt Jacob2005-01-222-5/+6
* Start each of the license/copyright comments with /*-Warner Losh2005-01-0539-43/+43
* Correct another location where inquiry length as calculated from theJustin T. Gibbs2004-11-181-3/+5
* Correct an off-by-one in the calculation of the inquiry buffer lengthJustin T. Gibbs2004-11-181-1/+11
* Remove references to the second byte of a CCB containing the LUN, as thisBruce M Simpson2004-10-131-4/+4
* Add necessary data structures and definitions for the 12-byte SCSIBruce M Simpson2004-10-121-0/+79
* Remove the camnet swi and CAM_PERIPH_NET. It has never been used, and givenScott Long2004-10-052-14/+4
* For removable devices without media we set a zero mediasize but a non-zeroPoul-Henning Kamp2004-09-051-1/+1
* Correct a typo in a comment: alloation->allocationJustin T. Gibbs2004-08-301-1/+1