aboutsummaryrefslogtreecommitdiff
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* scsi_cd: silence READ_TOC errors in CDIOREADTOCHEADER ioctlAndriy Gapon2011-05-071-1/+1
* Do not report legacy unit numbers (do not create legacy aliases) for disksAlexander Motin2011-05-031-3/+6
* Make CAM_DEBUG_CDB also dump ATA commands in addition to SCSI.Alexander Motin2011-04-291-28/+29
* - Add shim to simplify migration to the CAM-based ATA. For each new adaXAlexander Motin2011-04-263-1/+71
* Add basic support for DMA-capable ATA disks on DMA-incapable controller.Alexander Motin2011-04-203-2/+10
* Remove always false "< 0" check for unsgined int variable. This check isAlexander Motin2011-04-181-2/+0
* Remove some used variables.Alexander Motin2011-04-181-4/+0
* Remove some used variables.Alexander Motin2011-04-182-21/+10
* Move a comment to the right place. The rearrange done in r208928 leftJaakko Heinonen2011-04-161-4/+3
* Move TUNABLE_INT_FETCH() out of the SIM lock to avoid sleeping whileJaakko Heinonen2011-04-162-30/+32
* Make ada(4) driver put ATA disks into sleep state on suspend.Alexander Motin2011-04-151-8/+83
* Make CAM report devices with ATA/SATA transport to devstat(9) as IDE.Alexander Motin2011-04-149-11/+69
* Fix typo in write_cache tunable name and move TUNABLE_INT_FETCH() out ofAlexander Motin2011-04-141-4/+6
* Properly log few more ATA commands used by the kernel.Alexander Motin2011-04-141-0/+4
* Improve SATA Asynchronous Notification feature support in CAM:Alexander Motin2011-04-133-2/+31
* - Add kern.cam.ada.X.write_cache tunables/sysctls to control write cachingAlexander Motin2011-04-081-6/+92
* Make ada(4) driver to control device write cache, same as ata(4) does.Alexander Motin2011-04-071-2/+91
* Don't automatically send a START UNIT to sequential access devices-Matt Jacob2011-03-031-0/+9
* Missed a file in r219056: add disk description for da(4).Nathan Whitehorn2011-02-261-0/+6
* Add the disk ident and a human-meaningful description (here, the disk modelNathan Whitehorn2011-02-262-0/+8
* Add some FEATURE macros for various features (AUDIT/CAM/IPC/KTR/MAC/NFS/NTP/Alexander Leidinger2011-02-251-0/+3
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-212-3/+3
* In addition to r217444 ignore also ATA status errors on DMA Auto-ActivationAlexander Motin2011-01-261-0/+8
* Make device initialization sequence shorter when possible. Do not enable/Alexander Motin2011-01-261-3/+9
* sysctl(8) should use the CTLTYPE to determine the type of data whenMatthew D Fleming2011-01-191-1/+1
* Some old WD SATA disks report supported and enabled device-initiatedAlexander Motin2011-01-151-3/+17
* Add a 64-bit hex-printed sysctl(9) since there is at least one place inMatthew D Fleming2011-01-131-2/+2
* Fix up a few more sysctl(9) mis-typing found in various LINT builds.Matthew D Fleming2011-01-131-2/+2
* Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin2011-01-111-1/+0
* Fix a few issues related to the XPT_GDEV_ADVINFO CCB.Kenneth D. Merry2010-12-102-4/+14
* Add Serial Management Protocol (SMP) passthrough support to CAM.Kenneth D. Merry2010-11-3012-53/+1668
* If HBA doesn't report user-enabled SATA capabilies (like ATA_CAM wrapper) -Alexander Motin2010-11-181-0/+4
* When requesting sense data for SIM not doing it automatically (such asAlexander Motin2010-11-081-2/+3
* Make da driver to handle some probably broken Android devices, returningAlexander Motin2010-10-241-1/+4
* Mostly revert r203420, and add similar functionality into ada(4) since theRebecca Cran2010-10-242-94/+63
* Decrease poll interval from 1000 to 100us. This significantly reducesAlexander Motin2010-09-221-3/+3
* Use destroy_dev_sched(9) instead of destroy_dev(9) in passcleanup() asMatthew D Fleming2010-09-201-1/+5
* Correct bioq_disksort so that bioq_insert_tail() offers barrier semantic.Justin T. Gibbs2010-09-022-7/+17
* Revert r211434. Offline discussions have convinced me that this shouldMatt Jacob2010-08-201-18/+2
* Now is as good a time as any to find out if we induce breakageMatt Jacob2010-08-171-2/+18
* Fix two (very common) occurrences of s/sytem/system in comments.Benedict Reuschling2010-08-022-2/+2
* Export PCI IDs of ATA/SATA controllers through CAM and ata(4) layers toAlexander Motin2010-07-254-0/+16
* ATA device reset starts probe sequence from the beginning. If reset causedAlexander Motin2010-07-061-4/+19
* Don't lock buses around a call to xptperiphlistmatch- the buses will beMatt Jacob2010-06-291-2/+0
* For the target port groups structures, don't allocate the initial element.Kenneth D. Merry2010-06-141-3/+4
* Rearrange how things are done to avoid dereferencing stale pointers inMatt Jacob2010-06-081-30/+32
* One byte off for scsi_target_group cdb.Matt Jacob2010-06-081-1/+1
* Implement the usage of Report Luns as part of SCSI probing for SCP3 orMatt Jacob2010-06-084-33/+380
* Make additional definitions up to and including SPC-4. Add in definitionsMatt Jacob2010-06-083-131/+276
* redfacedly noting a missing part of a patch.Matt Jacob2010-06-071-0/+1