summaryrefslogtreecommitdiffstats
path: root/sys/cam/ata
Commit message (Expand)AuthorAgeFilesLines
...
* Fix problem with the Samsung 840 PRO series SSD detection.mav2012-11-261-0/+8
* Adds 4K quirks for the some SSD's which all perform better when 4Keadler2012-10-201-0/+110
* Protect xpt_getattr() calls with the SIM lock and assert that.mav2012-10-121-5/+5
* Don't duplicate path/ccb allocation code, use existing functions.mav2012-10-111-16/+7
* Remove 'periph == NULL' check from bunch of periph drivers.mav2012-10-103-15/+0
* ata_da: set disk::d_ident from serial numberavg2012-10-061-0/+2
* Implement media change notification for DA and CD removable media devices.mav2012-07-292-0/+13
* Add and utilize defines for the ATA device register.brueffer2012-07-121-3/+3
* Apply similar same change as in r238379:brueffer2012-07-111-2/+2
* - fix description of SECURITY_FREEZE_LOCK (1)brueffer2012-07-111-2/+2
* One more major cam_periph_error() rewrite to improve error handling andmav2012-06-092-39/+36
* ATA/SATA controllers have no idea about protocol of the connected devicemav2012-06-061-1/+19
* Use default error handler when flushing disk caches.mav2012-06-051-1/+1
* Tune and add some more CAM_DEBUG() points for the probe sequences.mav2012-06-051-11/+15
* Tune and add some missing CAM_DEBUG() points for better consistency.mav2012-06-052-6/+18
* Remove some dead code that I doubt will ever be implemented.mav2012-06-041-108/+0
* Rewrite enabling NCQ for SATA devices in a way more alike to SCSI TCQ.mav2012-06-021-94/+95
* Use AC_GETDEV_CHANGED async to notify ada driver about DMA and NCQ statusmav2012-06-012-6/+35
* Allow to change number of openings (used tags) for ATA/SATA devicesmav2012-05-291-4/+8
* Plug request and references leak caused by race between invalidatedmav2012-05-291-6/+11
* Add tunable/sysctl kern.cam.pmp.hide_special, controlling whether specialmav2012-05-251-17/+35
* MFprojects/zfsd:mav2012-05-244-11/+323
* Alike to SCSI make adaclose() to not return error if device gone.mav2012-04-181-3/+2
* 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
OpenPOWER on IntegriCloud