summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi
Commit message (Expand)AuthorAgeFilesLines
* Add a helper function for registering async callbacks. Besidesscottl2007-05-169-272/+35
* Eliminate the use of M_TEMP.scottl2007-05-144-89/+95
* Remove obsolete headers. Move kernel specific headers under #ifdefsscottl2007-04-231-9/+2
* Fix a leaked lock in dashutdown.scottl2007-04-191-1/+3
* Avoid problems with make_dev.scottl2007-04-192-0/+4
* Missed locking the dump and shutdown entry points in the scsi_da driver.scottl2007-04-181-2/+9
* Revert a driver API change to xpt_alloc_ccb that isn't necessary. Fix ascottl2007-04-183-3/+3
* Don't delete the devalias, as per the man page.scottl2007-04-171-4/+1
* Drop the periph/sim lock when calling disk_destroy().scottl2007-04-162-5/+3
* Destroy the devalias before destroying the dev.scottl2007-04-161-1/+1
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willscottl2007-04-1511-558/+607
* A fix for the SG_GET_TIMEOUT function slipped into a previous commit byscottl2007-04-102-8/+22
* Make use of M_ZERO in various malloc calls.scottl2007-04-091-5/+4
* Fix a logic bug that slipped in at the last minute and apparently escapedscottl2007-04-091-4/+3
* Add the CAM 'SG' peripheral device. This device implements a subset of thescottl2007-04-072-0/+1126
* Use tsleep() rather than msleep() with a NULL mtx.jhb2007-02-271-3/+3
* 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-059-177/+143
* Initial cut at Basic Domain Validation- just add some states tomjacob2006-12-041-0/+3
* 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
* Remove extra whitespacenjl2006-11-031-1/+0
* Add a tunable that allows one to turn off the automatic sending ofmjacob2006-11-021-16/+26
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEmjacob2006-11-021-116/+0
* Implement BIO_FLUSH handling for da(4), amr(4), ata(4) and ataraid(4).pjd2006-10-311-14/+31
* The first of 3 major steps to move the CAM layer forward to usingmjacob2006-10-311-0/+53
* 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
* Implement 'camcontrol reportluns'. This allows users to send the SCSIken2006-08-212-15/+35
* access only has 2 esses.jhb2006-08-141-1/+1
* Drop Giant before returning in error path, thus eliminatesdelphij2006-07-142-0/+2
* Handle some of the inquiry flags that have come intomjacob2006-05-301-1/+13
* Forced commit - last checkin got away from me.mjacob2006-05-241-0/+1
* Make physical buffers in cam_periph_mapmem owned by the kernel in case wemjacob2006-05-241-57/+9
* Actually check to see if XPT_CALC_GEOMETRY had an errormjacob2006-04-181-3/+17
* o Do not double i/o stats for cd(4) already acounted in g_disk_done().maxim2006-04-171-1/+1
* 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
* Fix ioctl to not get swallowed by ioctl code (i.e., make sure the darnedmjacob2006-01-181-1/+1
* Incorporate the O_NONBLOCK open semantics of Linux and Solaris. This allowsmjacob2006-01-141-6/+87
* 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
OpenPOWER on IntegriCloud