| Commit message (Expand) | Author | Age | Files | Lines |
* | - 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 |
* | MFp4: | mav | 2009-12-06 | 1 | -0/+3 |
* | MFp4: | mav | 2009-12-06 | 1 | -4/+72 |
* | Add CAM_ATAIO_DMA ATA command flag to mark DMA protocol commands. | mav | 2009-12-01 | 2 | -3/+18 |
* | MFp4: | mav | 2009-11-26 | 2 | -1/+34 |
* | Fix small copu-paste bug. | mav | 2009-11-25 | 1 | -1/+1 |
* | MFp4: | mav | 2009-11-24 | 4 | -21/+182 |
* | Disable PortMultiplier Async Notifications for time of ports reset. | mav | 2009-11-16 | 1 | -12/+33 |
* | MFp4: | mav | 2009-11-14 | 1 | -1/+2 |
* | MFp4: | mav | 2009-11-11 | 4 | -107/+90 |
* | Fix protype. | mav | 2009-11-04 | 1 | -1/+1 |
* | PMP commands use short format. PMP write doesn't return result. | mav | 2009-11-04 | 1 | -10/+4 |