summaryrefslogtreecommitdiffstats
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* There are SCSI conditions that are not an errors. In those cases cderror()mav2012-10-101-10/+9
* Really handle xpt_compile_path() error in xpt_bus_register() instead ofmav2012-10-101-2/+5
* Remove 'periph == NULL' check from bunch of periph drivers.mav2012-10-1010-49/+0
* ata_da: set disk::d_ident from serial numberavg2012-10-061-0/+2
* Change queue overflow checks from DIAGNOSTIC+panic() to KASSERT() to makemav2012-09-281-9/+7
* Remove useless NULL checks after M_WAITOK allocations.trasz2012-09-274-147/+2
* Fix panic in CTL caused by trying to free invalid pointers passedtrasz2012-09-261-0/+5
* Fix a panic when trying to play invalid audio tracks.tijl2012-09-191-0/+1
* s/ is is / is /geadler2012-09-141-1/+1
* Remove some more NetBSD compat shims and other unused bits from thesejhb2012-09-104-205/+77
* Remove NetBSD compat shims for drivers originally shared with NetBSD/pc98.jhb2012-09-064-706/+27
* 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
OpenPOWER on IntegriCloud