| Commit message (Expand) | Author | Age | Files | Lines |
* | Added 4K quirks for:- | smh | 2013-08-14 | 1 | -0/+24 |
* | Fix returning incorrect bio_resid value with failed BIO_DELETE requests. | mav | 2013-07-28 | 1 | -21/+23 |
* | Synchronize device cache on close only if there were some write operations. | mav | 2013-07-27 | 1 | -5/+12 |
* | Added 4K QUIRK for OCZ Vertex 4 SSDs | smh | 2013-07-09 | 1 | -0/+8 |
* | Restore use of polling mode for disk cache flush in case of kernel panic. | mav | 2013-06-15 | 1 | -3/+9 |
* | Revert r251649: | mav | 2013-06-13 | 1 | -3/+0 |
* | Acquire periph reference when handling d_getattr() method call. | mav | 2013-06-12 | 1 | -0/+3 |
* | Added missing SCSI quirks from r241784 | smh | 2013-05-28 | 1 | -45/+64 |
* | Added output of device QUIRKS for CAM and AHCI devices during boot. | smh | 2013-05-18 | 1 | -0/+5 |
* | Intel's 320-series and 510-series SSDs advertise 512-byte sectors | eadler | 2013-05-11 | 1 | -0/+16 |
* | Disable sending Early R_OK on SiI3726/SiI3826 port multipliers. | mav | 2013-05-11 | 1 | -3/+82 |
* | Rework r250298 in more correct way. | mav | 2013-05-06 | 1 | -5/+3 |
* | Fix byte order of ATA WWN when converting it to SCSI LUN ID. | mav | 2013-05-06 | 1 | -2/+5 |
* | Correct comment typo's | smh | 2013-04-28 | 1 | -1/+1 |
* | MFprojects/camlock r249542: | mav | 2013-04-27 | 1 | -29/+7 |
* | Added automatic detection of non-rotating media which disables the | smh | 2013-04-26 | 1 | -1/+5 |
* | Teach GEOM and CAM about the difference between the max "size" of r/w and delete | smh | 2013-04-26 | 1 | -1/+6 |
* | Updated TRIM calculations in cam/ata to be based off ATA_DSM_* defines | smh | 2013-04-26 | 1 | -14/+24 |
* | MFprojects/camlock r248982: | mav | 2013-04-14 | 1 | -2/+2 |
* | MFprojects/camlock r248890, r248897, r248898, r248900, r248903, r248905, | mav | 2013-04-14 | 2 | -53/+45 |
* | MFprojects/camlock r248894: | mav | 2013-04-13 | 1 | -4/+2 |
* | Add a callback to the ada(4) driver so that it knows when GEOM has released | ken | 2013-04-10 | 1 | -0/+26 |
* | - With the demise of !ATA_CAM, ATA_STATIC_ID is the only ata(4) related | marius | 2013-04-06 | 1 | -1/+0 |
* | Replicate r245306 from SCSI to ATA. The problem didn't appear so far, | mav | 2013-04-06 | 1 | -0/+3 |
* | Unbreak ATA_NO_48BIT_DMA with ATA_CAM by treating 48-bit DMA as an | marius | 2013-04-06 | 3 | -29/+68 |
* | MFprojects/camlock: | mav | 2013-04-04 | 1 | -11/+0 |
* | MFprojects/camlock r248931: | mav | 2013-04-04 | 1 | -2/+2 |
* | MFprojects/camlock r248930: | mav | 2013-04-04 | 1 | -16/+0 |
* | Remove all legacy ATA code parts, not used since options ATA_CAM enabled in | mav | 2013-04-04 | 1 | -4/+0 |
* | Add xpt_release_ccb()'s missed at r248872. That made `shutdown -p` stuck | mav | 2013-04-03 | 1 | -0/+2 |
* | Adds the ability to enable / disable sorting of BIO requests queued within | smh | 2013-03-29 | 1 | -4/+19 |
* | Make pre-shutdown flush and spindown routines to not use xpt_polled_action(), | mav | 2013-03-29 | 1 | -29/+15 |
* | Implement CAM_PERIPH_FOREACH() macro, safely iterating over the list of | mav | 2013-03-29 | 1 | -3/+3 |
* | Remove two bzero()s that are erasing only few more bytes then set later. | mav | 2013-03-25 | 1 | -2/+6 |
* | Support unmapped i/o for the md(4). | kib | 2013-03-19 | 1 | -3/+11 |
* | Hide SEMB port of the SiI3826 Port Multiplier by default to avoid extra | mav | 2013-02-22 | 1 | -1/+3 |
* | Fix problem with the Samsung 840 PRO series SSD detection. | mav | 2012-11-26 | 1 | -0/+8 |
* | Adds 4K quirks for the some SSD's which all perform better when 4K | eadler | 2012-10-20 | 1 | -0/+110 |
* | Protect xpt_getattr() calls with the SIM lock and assert that. | mav | 2012-10-12 | 1 | -5/+5 |
* | Don't duplicate path/ccb allocation code, use existing functions. | mav | 2012-10-11 | 1 | -16/+7 |
* | Remove 'periph == NULL' check from bunch of periph drivers. | mav | 2012-10-10 | 3 | -15/+0 |
* | ata_da: set disk::d_ident from serial number | avg | 2012-10-06 | 1 | -0/+2 |
* | Implement media change notification for DA and CD removable media devices. | mav | 2012-07-29 | 2 | -0/+13 |
* | Add and utilize defines for the ATA device register. | brueffer | 2012-07-12 | 1 | -3/+3 |
* | Apply similar same change as in r238379: | brueffer | 2012-07-11 | 1 | -2/+2 |
* | - fix description of SECURITY_FREEZE_LOCK (1) | brueffer | 2012-07-11 | 1 | -2/+2 |
* | One more major cam_periph_error() rewrite to improve error handling and | mav | 2012-06-09 | 2 | -39/+36 |
* | ATA/SATA controllers have no idea about protocol of the connected device | mav | 2012-06-06 | 1 | -1/+19 |
* | Use default error handler when flushing disk caches. | mav | 2012-06-05 | 1 | -1/+1 |
* | Tune and add some more CAM_DEBUG() points for the probe sequences. | mav | 2012-06-05 | 1 | -11/+15 |