summaryrefslogtreecommitdiffstats
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* Fix scsi_da's BIO_DELETE->SCSI_UNMAP translation to use correct localjimharris2012-08-241-3/+3
* 1. Remove SEN support. I doubt there are any working examplesmjacob2012-08-123-49/+37
* Add missing VERIFY_10 definition.mjacob2012-08-121-0/+1
* Remove opt_enc.h from files committed with r235911. enc(4) is thebz2012-07-303-6/+0
* Implement media change notification for DA and CD removable media devices.mav2012-07-297-12/+273
* Handle a case where we had an SRR that pushed back themjacob2012-07-281-4/+124
* Fix off by one error in ses_enc_desc_last_byte().mav2012-07-241-1/+1
* Do not call ses_softc_cleanup() in case of configuration read failure.mav2012-07-241-1/+1
* Fix some typos in r238595.mav2012-07-181-3/+3
* Add bunch of new ASC/ASCQ values from T10 site.mav2012-07-181-1/+172
* The call to disk_resize causes a panic if DIAGNOSTIC is set.mjacob2012-07-141-0/+3
* Add and utilize defines for the ATA device register.brueffer2012-07-121-3/+3
* Apply similar same change as in r238379:brueffer2012-07-111-2/+2
* Renamed the kern.cam.da.da_send_ordered sysctl and tunable tobrueffer2012-07-111-2/+2
* - fix description of SECURITY_FREEZE_LOCK (1)brueffer2012-07-111-2/+2
* Make the da(4) driver notify GEOM about LUN size change.trasz2012-07-071-0/+2
* Remove variables which are initialized but never used thereaftereadler2012-07-072-8/+2
* Add a loader tunable, kern.cam.ctl.disable, that will disableken2012-06-285-1/+33
* Add a sysctl to set the cdrom timeout. Data recovery operations fromimp2012-06-281-2/+10
* Fix a typo in a panic() call.ken2012-06-281-1/+1
* Fix an issue that caused the kernel to panic inside CTL when tryingken2012-06-261-9/+35
* Fix a bug which causes a panic in daopen(). The panic is caused byken2012-06-242-15/+68
* Add scsi_extract_sense_ccb() -- wrapper around scsi_extract_sense_len().mav2012-06-235-71/+56
* Change 'camcontrol defects' to first probe a drive to find out how muchken2012-06-221-0/+1
* Don't print SCSI Queue Full and CAM_REQUEUE_REQ statuses as errors if theymav2012-06-221-1/+4
* Make cam_periph_hold() behavior consistent: drop taken reference andmav2012-06-211-0/+4
* In camisr() clear CAM_SIM_ON_DONEQ flag after camisr_runqueue() purged SIMmav2012-06-211-1/+1
* Remove unused error variables in cdclose() and daclose().mav2012-06-202-4/+2
* Check status of cam_periph_hold() inside cdclose(). If cd device wasmav2012-06-201-1/+6
* Fix several reference counting and object lifetime issues betweenken2012-06-205-22/+125
* Remove never used CD/DA_FLAG_TAGGED_QUEUING flags.mav2012-06-182-6/+0
* One more major cam_periph_error() rewrite to improve error handling andmav2012-06-0910-537/+263
* Add CAM_DEBUG_INFO debug messages for periph created/invalidated/destroyedmav2012-06-072-3/+29
* To make CAM debugging easier, compile in some debug flags (CAM_DEBUG_INFO,mav2012-06-075-69/+49
* Remove declaration of scsi_interpret_sense(), removed 11 years ago.mav2012-06-061-13/+0
* Fix a memory leak in the kernel case in scsi_command_string().ken2012-06-061-0/+4
* ATA/SATA controllers have no idea about protocol of the connected devicemav2012-06-061-1/+19
* Use default error handler when flushing disk caches.mav2012-06-051-1/+1
* Tune and add some more CAM_DEBUG() points for the probe sequences.mav2012-06-052-39/+44
* Replace #ifdef CAMDEBUG + if + panic() with single KASSERT().mav2012-06-051-7/+2
* Do not reinvent a wheel and let default error handler do its job.mav2012-06-051-25/+4
* Tune and add some missing CAM_DEBUG() points for better consistency.mav2012-06-055-16/+48
* Remove some dead code that I doubt will ever be implemented.mav2012-06-041-108/+0
* Rewrite enabling NCQ for SATA devices in a way more alike to SCSI TCQ.mav2012-06-023-99/+115
* Print FC PortID as a hex number. This makes it easy tomjacob2012-06-011-3/+3
* Use AC_GETDEV_CHANGED async to notify ada driver about DMA and NCQ statusmav2012-06-013-6/+37
* Add support for newer garmin deviceseadler2012-05-301-0/+4
* Allow to change number of openings (used tags) for ATA/SATA devicesmav2012-05-292-15/+15
* Plug request and references leak caused by race between invalidatedmav2012-05-292-11/+21
* Work around a race condition in devfs by changing the way closesken2012-05-275-69/+22
OpenPOWER on IntegriCloud