summaryrefslogtreecommitdiffstats
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* Do not report legacy unit numbers (do not create legacy aliases) for disksmav2011-05-031-3/+6
* Make CAM_DEBUG_CDB also dump ATA commands in addition to SCSI.mav2011-04-291-28/+29
* - Add shim to simplify migration to the CAM-based ATA. For each new adaXmav2011-04-263-1/+71
* Add basic support for DMA-capable ATA disks on DMA-incapable controller.mav2011-04-203-2/+10
* Remove always false "< 0" check for unsgined int variable. This check ismav2011-04-181-2/+0
* Remove some used variables.mav2011-04-181-4/+0
* Remove some used variables.mav2011-04-182-21/+10
* Move a comment to the right place. The rearrange done in r208928 leftjh2011-04-161-4/+3
* Move TUNABLE_INT_FETCH() out of the SIM lock to avoid sleeping whilejh2011-04-162-30/+32
* Make ada(4) driver put ATA disks into sleep state on suspend.mav2011-04-151-8/+83
* Make CAM report devices with ATA/SATA transport to devstat(9) as IDE.mav2011-04-149-11/+69
* Fix typo in write_cache tunable name and move TUNABLE_INT_FETCH() out ofmav2011-04-141-4/+6
* Properly log few more ATA commands used by the kernel.mav2011-04-141-0/+4
* Improve SATA Asynchronous Notification feature support in CAM:mav2011-04-133-2/+31
* - Add kern.cam.ada.X.write_cache tunables/sysctls to control write cachingmav2011-04-081-6/+92
* Make ada(4) driver to control device write cache, same as ata(4) does.mav2011-04-071-2/+91
* Don't automatically send a START UNIT to sequential access devices-mjacob2011-03-031-0/+9
* Missed a file in r219056: add disk description for da(4).nwhitehorn2011-02-261-0/+6
* Add the disk ident and a human-meaningful description (here, the disk modelnwhitehorn2011-02-262-0/+8
* Add some FEATURE macros for various features (AUDIT/CAM/IPC/KTR/MAC/NFS/NTP/netchild2011-02-251-0/+3
* Fix typos - remove duplicate "the".brucec2011-02-212-3/+3
* In addition to r217444 ignore also ATA status errors on DMA Auto-Activationmav2011-01-261-0/+8
* Make device initialization sequence shorter when possible. Do not enable/mav2011-01-261-3/+9
* sysctl(8) should use the CTLTYPE to determine the type of data whenmdf2011-01-191-1/+1
* Some old WD SATA disks report supported and enabled device-initiatedmav2011-01-151-3/+17
* Add a 64-bit hex-printed sysctl(9) since there is at least one place inmdf2011-01-131-2/+2
* Fix up a few more sysctl(9) mis-typing found in various LINT builds.mdf2011-01-131-2/+2
* Remove unneeded includes of <sys/linker_set.h>. Other headers that usejhb2011-01-111-1/+0
* Fix a few issues related to the XPT_GDEV_ADVINFO CCB.ken2010-12-102-4/+14
* Add Serial Management Protocol (SMP) passthrough support to CAM.ken2010-11-3012-53/+1668
* If HBA doesn't report user-enabled SATA capabilies (like ATA_CAM wrapper) -mav2010-11-181-0/+4
* When requesting sense data for SIM not doing it automatically (such asmav2010-11-081-2/+3
* Make da driver to handle some probably broken Android devices, returningmav2010-10-241-1/+4
* Mostly revert r203420, and add similar functionality into ada(4) since thebrucec2010-10-242-94/+63
* Decrease poll interval from 1000 to 100us. This significantly reducesmav2010-09-221-3/+3
* Use destroy_dev_sched(9) instead of destroy_dev(9) in passcleanup() asmdf2010-09-201-1/+5
* Correct bioq_disksort so that bioq_insert_tail() offers barrier semantic.gibbs2010-09-022-7/+17
* Revert r211434. Offline discussions have convinced me that this shouldmjacob2010-08-201-18/+2
* Now is as good a time as any to find out if we induce breakagemjacob2010-08-171-2/+18
* Fix two (very common) occurrences of s/sytem/system in comments.bcr2010-08-022-2/+2
* Export PCI IDs of ATA/SATA controllers through CAM and ata(4) layers tomav2010-07-254-0/+16
* ATA device reset starts probe sequence from the beginning. If reset causedmav2010-07-061-4/+19
* Don't lock buses around a call to xptperiphlistmatch- the buses will bemjacob2010-06-291-2/+0
* For the target port groups structures, don't allocate the initial element.ken2010-06-141-3/+4
* Rearrange how things are done to avoid dereferencing stale pointers inmjacob2010-06-081-30/+32
* One byte off for scsi_target_group cdb.mjacob2010-06-081-1/+1
* Implement the usage of Report Luns as part of SCSI probing for SCP3 ormjacob2010-06-084-33/+380
* Make additional definitions up to and including SPC-4. Add in definitionsmjacob2010-06-083-131/+276
* redfacedly noting a missing part of a patch.mjacob2010-06-071-0/+1
* Do a minor amount of stylifying. Also, get a Fibre Channel WWPN if one existsmjacob2010-06-071-2/+27
OpenPOWER on IntegriCloud