summaryrefslogtreecommitdiffstats
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple of CTL locking issues and clean up some duplicated code.ken2012-12-092-37/+31
* Make sure we hold the SIM lock when calling xpt_free_path().ken2012-12-081-5/+6
* Fix the CTL OOA queue dumping code so that it does not hold a mutexken2012-12-081-25/+38
* Fix a device departure bug for the the pass(4), enc(4), sg(4) and ch(4)ken2012-12-085-15/+305
* Fix a panic during CAM EDT traversal.ken2012-12-072-14/+10
* Fix problem with the Samsung 840 PRO series SSD detection.mav2012-11-261-0/+8
* Use information about suported diagnostic pages to avoid reading optionalmav2012-11-071-2/+7
* Use M_ZERO instead of explicit memsets and bzeros.trasz2012-10-302-34/+14
* Fix locking problem in disk_resize(); previously it would run withouttrasz2012-10-291-4/+4
* Remove priority enforcement from xpt_ation(). It is not good and even notmav2012-10-273-6/+9
* Remove several uses of numeric priorities from immediate CCB setups.mav2012-10-273-6/+6
* Remove one more numeric priority constant.mav2012-10-271-1/+1
* Remove two more 'periph == NULL' checks missed in r241404.mav2012-10-232-10/+0
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-18/+3
* remove duplicate semicolons where possible.eadler2012-10-222-3/+3
* Adds 4K quirks for the some SSD's which all perform better when 4Keadler2012-10-201-0/+110
* Add support for samsung HM250JIeadler2012-10-161-0/+9
* Add support for the USB DISK Pro PMAP.eadler2012-10-151-0/+9
* Add explicit check for not set time inside cam_periph_freeze_after_event().mav2012-10-141-0/+3
* Don't exclude XPT SIM from locking in xpt_create_path_unlocked().mav2012-10-131-9/+4
* Use xpt_create_path_unlocked() for initial debug path compilation becausemav2012-10-131-6/+1
* Extend SIM lock coverage during the bus registration process.mav2012-10-131-8/+7
* Fix XPT_DEBUG paths operations locking:mav2012-10-131-8/+16
* XPT_DEV_MATCH is probably the only xpt_action() method that is calledmav2012-10-132-3/+15
* Get SIM lock in several places while calling CAM functions.mav2012-10-121-5/+13
* Protect xpt_getattr() calls with the SIM lock and assert that.mav2012-10-124-15/+19
* Use separate malloc buckets for CAM devices, CCBs and paths. This willmav2012-10-111-12/+15
* Don't duplicate path/ccb allocation code, use existing functions.mav2012-10-113-39/+15
* Increase device CCB queue array size by CAM_RL_VALUES - 1 (4) elements.mav2012-10-111-2/+3
* 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
OpenPOWER on IntegriCloud