| Commit message (Expand) | Author | Age | Files | Lines |
* | Higher-priority initialization request can eat request scheduling done from | mav | 2011-07-30 | 1 | -2/+10 |
* | Add control for ATA disk read-ahead, alike to the previously added write | mav | 2011-07-29 | 1 | -11/+102 |
* | Do not try to execute FLUSHCACHE on close and print extra messages for | mav | 2011-07-23 | 1 | -2/+4 |
* | Fix ATAPI breakage introduced by r223443. It made SCSI commands to ATAPI | mav | 2011-06-23 | 1 | -1/+2 |
* | Plumb support for the device advanced information CCB in the ATA XPT. | will | 2011-06-22 | 1 | -0/+33 |
* | Fix a typo in adagetattr() from r223089. In particular, this restores | kib | 2011-06-18 | 1 | -1/+1 |
* | Plumb device physical path reporting from CAM devices, through GEOM and | gibbs | 2011-06-14 | 1 | -2/+20 |
* | Do not report CFA devices as ATAPI, even though IDENTIFY data look alike. | mav | 2011-06-12 | 2 | -3/+8 |
* | Increase maximum supported number of ranges per TRIM command from 256 to 512 | mav | 2011-06-03 | 1 | -2/+2 |
* | When possible, join ranges of subsequest BIO_DELETE requests to handle more | mav | 2011-06-02 | 1 | -9/+25 |
* | Add quirks to hint 4K physical sector (Advanced Format) for ATA disks not | mav | 2011-05-31 | 1 | -2/+91 |
* | - Add shim to simplify migration to the CAM-based ATA. For each new adaX | mav | 2011-04-26 | 1 | -1/+34 |
* | Add basic support for DMA-capable ATA disks on DMA-incapable controller. | mav | 2011-04-20 | 3 | -2/+10 |
* | Remove some used variables. | mav | 2011-04-18 | 2 | -21/+10 |
* | Make ada(4) driver put ATA disks into sleep state on suspend. | mav | 2011-04-15 | 1 | -8/+83 |
* | Make CAM report devices with ATA/SATA transport to devstat(9) as IDE. | mav | 2011-04-14 | 1 | -0/+6 |
* | Fix typo in write_cache tunable name and move TUNABLE_INT_FETCH() out of | mav | 2011-04-14 | 1 | -4/+6 |
* | Properly log few more ATA commands used by the kernel. | mav | 2011-04-14 | 1 | -0/+4 |
* | Improve SATA Asynchronous Notification feature support in CAM: | mav | 2011-04-13 | 2 | -2/+30 |
* | - Add kern.cam.ada.X.write_cache tunables/sysctls to control write caching | mav | 2011-04-08 | 1 | -6/+92 |
* | Make ada(4) driver to control device write cache, same as ata(4) does. | mav | 2011-04-07 | 1 | -2/+91 |
* | Add the disk ident and a human-meaningful description (here, the disk model | nwhitehorn | 2011-02-26 | 1 | -0/+2 |
* | In addition to r217444 ignore also ATA status errors on DMA Auto-Activation | mav | 2011-01-26 | 1 | -0/+8 |
* | Make device initialization sequence shorter when possible. Do not enable/ | mav | 2011-01-26 | 1 | -3/+9 |
* | Some old WD SATA disks report supported and enabled device-initiated | mav | 2011-01-15 | 1 | -3/+17 |
* | If HBA doesn't report user-enabled SATA capabilies (like ATA_CAM wrapper) - | mav | 2010-11-18 | 1 | -0/+4 |
* | Mostly revert r203420, and add similar functionality into ada(4) since the | brucec | 2010-10-24 | 1 | -1/+63 |
* | Correct bioq_disksort so that bioq_insert_tail() offers barrier semantic. | gibbs | 2010-09-02 | 1 | -1/+2 |
* | Export PCI IDs of ATA/SATA controllers through CAM and ata(4) layers to | mav | 2010-07-25 | 1 | -0/+4 |
* | ATA device reset starts probe sequence from the beginning. If reset caused | mav | 2010-07-06 | 1 | -4/+19 |
* | Add allocation error hadling. | mav | 2010-06-05 | 1 | -0/+7 |
* | Fix double free on error. | mav | 2010-06-05 | 1 | -4/+2 |
* | Add a new primitive, XPT_SCAN_TGT, to cover the range between scanning a | mjacob | 2010-05-26 | 1 | -0/+2 |
* | Change ad_firmware_geom_adjust() to operate on a struct disk * only and | marius | 2010-05-20 | 1 | -1/+10 |
* | Remove unnecessary headers which were inherited from cam_xpt.c without | marius | 2010-05-20 | 1 | -4/+0 |
* | Make SATA XPT negotiate and enable some additional SATA features, such as: | mav | 2010-05-02 | 2 | -3/+154 |
* | Report PMP absence using target 15, same as for precence (not a wildcard), | mav | 2010-04-30 | 1 | -4/+6 |
* | Update device identify data and serial number when device change detected. | mav | 2010-04-27 | 1 | -2/+6 |
* | MFp4: | mav | 2010-04-26 | 2 | -14/+19 |
* | Make PUIS detection more strict. Previous implementation caused false | mav | 2010-02-26 | 1 | -5/+4 |
* | Virtualize transport part of periph announcement. | mav | 2010-02-22 | 1 | -0/+81 |
* | On probe error, if restart requested, skip any retries and recovery. | mav | 2010-02-04 | 1 | -1/+2 |
* | MFp4: | mav | 2010-02-03 | 2 | -2/+39 |
* | - Use separate buffer for identify data fetching. We can't use main buffer | mav | 2010-02-02 | 3 | -45/+19 |
* | - Give ATA/SATA SIMs info about ATAPI packet size, supported by device. | mav | 2010-02-02 | 1 | -1/+35 |
* | MFp4: Large set of CAM inprovements. | mav | 2010-01-28 | 4 | -124/+155 |
* | - Report SATA in legacy emulation mode still as SATA. | mav | 2010-01-10 | 1 | -16/+13 |
* | Add BIO_DELETE support to ada(4): | mav | 2009-12-28 | 2 | -114/+250 |
* | Report stripe size only if physical sector size is not equal to logical. | mav | 2009-12-24 | 1 | -3/+8 |
* | MFp4; | mav | 2009-12-07 | 3 | -14/+23 |