summaryrefslogtreecommitdiffstats
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* Fixes for sure bus reference miscounting and potential device andmjacob2011-08-122-16/+59
* Higher-priority initialization request can eat request scheduling done frommav2011-07-301-2/+10
* Add control for ATA disk read-ahead, alike to the previously added writemav2011-07-291-11/+102
* In some cases failed SATA disks may report their presence, but don'tmav2011-07-291-8/+19
* Do not try to execute FLUSHCACHE on close and print extra messages formav2011-07-231-2/+4
* cam/scsi/scsi_cd.c:gibbs2011-06-261-7/+4
* cam/cam_xpt.c:gibbs2011-06-261-2/+2
* Fix ATAPI breakage introduced by r223443. It made SCSI commands to ATAPImav2011-06-231-1/+2
* Return CAM_REQ_INVALID if the SCSI XPT receives an unsupported operationwill2011-06-221-3/+4
* Plumb support for the device advanced information CCB in the ATA XPT.will2011-06-221-0/+33
* Fix a typo in adagetattr() from r223089. In particular, this restoreskib2011-06-181-1/+1
* Plumb device physical path reporting from CAM devices, through GEOM andgibbs2011-06-143-24/+140
* sys/cam/scsi/scsi_da.c:gibbs2011-06-141-13/+25
* Lay groundwork in CAM for recording and reporting physical path andgibbs2011-06-1410-114/+465
* Do not report CFA devices as ATAPI, even though IDENTIFY data look alike.mav2011-06-122-3/+8
* Increase maximum supported number of ranges per TRIM command from 256 to 512mav2011-06-031-2/+2
* When possible, join ranges of subsequest BIO_DELETE requests to handle moremav2011-06-021-9/+25
* Add quirks to hint 4K physical sector (Advanced Format) for ATA disks notmav2011-05-311-2/+91
* Change new constant names to ones used by OpenSolaris.mav2011-05-271-2/+2
* Add names for few more SES element types according SES-2 specification.mav2011-05-271-0/+4
* scsi_cd: silence READ_TOC errors in CDIOREADTOCHEADER ioctlavg2011-05-071-1/+1
* 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
OpenPOWER on IntegriCloud