aboutsummaryrefslogtreecommitdiff
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* - fix description of SECURITY_FREEZE_LOCK (1)Christian Brueffer2012-07-111-2/+2
* Make the da(4) driver notify GEOM about LUN size change.Edward Tomasz Napierala2012-07-071-0/+2
* Remove variables which are initialized but never used thereafterEitan Adler2012-07-072-8/+2
* Add a loader tunable, kern.cam.ctl.disable, that will disableKenneth D. Merry2012-06-285-1/+33
* Add a sysctl to set the cdrom timeout. Data recovery operations fromWarner Losh2012-06-281-2/+10
* Fix a typo in a panic() call.Kenneth D. Merry2012-06-281-1/+1
* Fix an issue that caused the kernel to panic inside CTL when tryingKenneth D. Merry2012-06-261-9/+35
* Fix a bug which causes a panic in daopen(). The panic is caused byKenneth D. Merry2012-06-242-15/+68
* Add scsi_extract_sense_ccb() -- wrapper around scsi_extract_sense_len().Alexander Motin2012-06-235-71/+56
* Change 'camcontrol defects' to first probe a drive to find out how muchKenneth D. Merry2012-06-221-0/+1
* Don't print SCSI Queue Full and CAM_REQUEUE_REQ statuses as errors if theyAlexander Motin2012-06-221-1/+4
* Make cam_periph_hold() behavior consistent: drop taken reference andAlexander Motin2012-06-211-0/+4
* In camisr() clear CAM_SIM_ON_DONEQ flag after camisr_runqueue() purged SIMAlexander Motin2012-06-211-1/+1
* Remove unused error variables in cdclose() and daclose().Alexander Motin2012-06-202-4/+2
* Check status of cam_periph_hold() inside cdclose(). If cd device wasAlexander Motin2012-06-201-1/+6
* Fix several reference counting and object lifetime issues betweenKenneth D. Merry2012-06-205-22/+125
* Remove never used CD/DA_FLAG_TAGGED_QUEUING flags.Alexander Motin2012-06-182-6/+0
* One more major cam_periph_error() rewrite to improve error handling andAlexander Motin2012-06-0910-537/+263
* Add CAM_DEBUG_INFO debug messages for periph created/invalidated/destroyedAlexander Motin2012-06-072-3/+29
* To make CAM debugging easier, compile in some debug flags (CAM_DEBUG_INFO,Alexander Motin2012-06-075-69/+49
* Remove declaration of scsi_interpret_sense(), removed 11 years ago.Alexander Motin2012-06-061-13/+0
* Fix a memory leak in the kernel case in scsi_command_string().Kenneth D. Merry2012-06-061-0/+4
* ATA/SATA controllers have no idea about protocol of the connected deviceAlexander Motin2012-06-061-1/+19
* Use default error handler when flushing disk caches.Alexander Motin2012-06-051-1/+1
* Tune and add some more CAM_DEBUG() points for the probe sequences.Alexander Motin2012-06-052-39/+44
* Replace #ifdef CAMDEBUG + if + panic() with single KASSERT().Alexander Motin2012-06-051-7/+2
* Do not reinvent a wheel and let default error handler do its job.Alexander Motin2012-06-051-25/+4
* Tune and add some missing CAM_DEBUG() points for better consistency.Alexander Motin2012-06-055-16/+48
* Remove some dead code that I doubt will ever be implemented.Alexander Motin2012-06-041-108/+0
* Rewrite enabling NCQ for SATA devices in a way more alike to SCSI TCQ.Alexander Motin2012-06-023-99/+115
* Print FC PortID as a hex number. This makes it easy toMatt Jacob2012-06-011-3/+3
* Use AC_GETDEV_CHANGED async to notify ada driver about DMA and NCQ statusAlexander Motin2012-06-013-6/+37
* Add support for newer garmin devicesEitan Adler2012-05-301-0/+4
* Allow to change number of openings (used tags) for ATA/SATA devicesAlexander Motin2012-05-292-15/+15
* Plug request and references leak caused by race between invalidatedAlexander Motin2012-05-292-11/+21
* Work around a race condition in devfs by changing the way closesKenneth D. Merry2012-05-275-69/+22
* Add tunable/sysctl kern.cam.pmp.hide_special, controlling whether specialAlexander Motin2012-05-251-17/+35
* Remove sleep() from invalidate call in ses driver, waiting for daemonAlexander Motin2012-05-251-10/+8
* MFprojects/zfsd:Alexander Motin2012-05-247-2628/+7766
* MFprojects/zfsd:Alexander Motin2012-05-248-12/+412
* Add two functions xpt_batch_start() and xpt_batch_done() to the CAM SIM KPIAlexander Motin2012-05-123-1/+24
* Add support for:Eitan Adler2012-04-291-0/+21
* Alike to SCSI make adaclose() to not return error if device gone.Alexander Motin2012-04-181-3/+2
* Fix panic at boot with SD/MMC readers with no media present, introducedEdward Tomasz Napierala2012-04-171-1/+3
* Refactor da(4) to remove one of two code paths used to query capacityEdward Tomasz Napierala2012-04-121-184/+72
* Change the SCSI INQUIRY peripheral qualifier that CTL reports for LUNsKenneth D. Merry2012-04-067-6/+84
* Be more conservative in using READ CAPACITY(16) command. Previous codeAlexander Motin2012-03-311-3/+1
* Add LUN resizing to CTL. Also make it possible to explicitly setEdward Tomasz Napierala2012-03-067-8/+310
* Use a better way to silence unneeded internal declaration warnings inDimitry Andric2012-02-231-1/+1
* Limit the ST3146855LW U320 drive to 55 tags to avoid command timeoutsJustin T. Gibbs2012-02-151-0/+8