summaryrefslogtreecommitdiffstats
path: root/sys/cam/ata
Commit message (Expand)AuthorAgeFilesLines
* Insert ordered command every 1/4 of the current command timeout, not 1/4mav2012-02-021-2/+2
* Make CAM ATA honor old hw.ata.ata_dma and hw.ata.atapi_dma tunables.mav2012-02-021-0/+13
* Remove unneeded checks for CAM_DEV_QFRZN after cam_periph_runccb() call.mav2012-01-021-7/+0
* Update list of 4K physical sector hard drives.mav2011-12-221-0/+30
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-072-2/+2
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-072-2/+2
* 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
* Do not try to execute FLUSHCACHE on close and print extra messages formav2011-07-231-2/+4
* Fix ATAPI breakage introduced by r223443. It made SCSI commands to ATAPImav2011-06-231-1/+2
* 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-141-2/+20
* 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
* - Add shim to simplify migration to the CAM-based ATA. For each new adaXmav2011-04-261-1/+34
* Add basic support for DMA-capable ATA disks on DMA-incapable controller.mav2011-04-203-2/+10
* Remove some used variables.mav2011-04-182-21/+10
* 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-141-0/+6
* 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-132-2/+30
* - 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
* Add the disk ident and a human-meaningful description (here, the disk modelnwhitehorn2011-02-261-0/+2
* 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
* Some old WD SATA disks report supported and enabled device-initiatedmav2011-01-151-3/+17
* If HBA doesn't report user-enabled SATA capabilies (like ATA_CAM wrapper) -mav2010-11-181-0/+4
* Mostly revert r203420, and add similar functionality into ada(4) since thebrucec2010-10-241-1/+63
* Correct bioq_disksort so that bioq_insert_tail() offers barrier semantic.gibbs2010-09-021-1/+2
* Export PCI IDs of ATA/SATA controllers through CAM and ata(4) layers tomav2010-07-251-0/+4
* ATA device reset starts probe sequence from the beginning. If reset causedmav2010-07-061-4/+19
* Add allocation error hadling.mav2010-06-051-0/+7
* Fix double free on error.mav2010-06-051-4/+2
* Add a new primitive, XPT_SCAN_TGT, to cover the range between scanning amjacob2010-05-261-0/+2
* Change ad_firmware_geom_adjust() to operate on a struct disk * only andmarius2010-05-201-1/+10
* Remove unnecessary headers which were inherited from cam_xpt.c withoutmarius2010-05-201-4/+0
* Make SATA XPT negotiate and enable some additional SATA features, such as:mav2010-05-022-3/+154
* Report PMP absence using target 15, same as for precence (not a wildcard),mav2010-04-301-4/+6
* Update device identify data and serial number when device change detected.mav2010-04-271-2/+6
* MFp4:mav2010-04-262-14/+19
* Make PUIS detection more strict. Previous implementation caused falsemav2010-02-261-5/+4
* Virtualize transport part of periph announcement.mav2010-02-221-0/+81
* On probe error, if restart requested, skip any retries and recovery.mav2010-02-041-1/+2
* MFp4:mav2010-02-032-2/+39
* - Use separate buffer for identify data fetching. We can't use main buffermav2010-02-023-45/+19
OpenPOWER on IntegriCloud