summaryrefslogtreecommitdiffstats
path: root/sys/cam/ata/ata_da.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - 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
* 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
* Change ad_firmware_geom_adjust() to operate on a struct disk * only andmarius2010-05-201-1/+10
* MFp4:mav2010-04-261-4/+0
* - Use separate buffer for identify data fetching. We can't use main buffermav2010-02-021-3/+1
* MFp4: Large set of CAM inprovements.mav2010-01-281-1/+1
* Add BIO_DELETE support to ada(4):mav2009-12-281-113/+243
* Report stripe size only if physical sector size is not equal to logical.mav2009-12-241-3/+8
* MFp4:mav2009-12-061-0/+3
* MFp4:mav2009-11-111-15/+16
* MFp4:mav2009-11-041-2/+0
* MFp4:mav2009-11-041-30/+16
* MFp4:mav2009-10-311-75/+3
* Replace most of priority numbers with defines. No logical changes.mav2009-10-231-9/+9
* MFp4:mav2009-10-211-85/+111
* Export disk serial numbers for adaX disks.pjd2009-10-091-0/+2
* Short ATA command format has 28bit address, not 36bit.mav2009-08-301-7/+7
* ATA_FLUSHCACHE is a 36bit format command, not 48.mav2009-08-301-4/+4
* Fix copy-paste bug. Use regular non-polled mode for executing FLUSHCACHEmav2009-07-171-2/+3
* Separate the parallel scsi knowledge out of the core of the XPT, andscottl2009-07-101-0/+1144
OpenPOWER on IntegriCloud