summaryrefslogtreecommitdiffstats
path: root/sys/cam/ata/ata_da.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r291716, r291724, r291741, r291742ken2015-12-161-7/+18
* MFC r289138: Remove legacy CHS geometry from dmesg and unify capacity outputs.mav2015-11-301-6/+3
* MFC r290462: Removed unused malloc types.mav2015-11-131-2/+0
* MFC r280845 (by eadler):mav2015-10-051-1/+16
* MFC r277101 (by imp):mav2015-10-051-0/+10
* MFC r287025: Remove some code duplication by using biofinish().mav2015-08-291-6/+2
* MFC r286447:mav2015-08-151-5/+8
* MFC: 273279gnn2014-11-081-0/+24
* MFC: r273704smh2014-10-291-0/+6
* MFC r256956:smh2014-09-071-1/+2
* MFC r269974 - Added 4K quirks for Corsair Force GT and Samsung 840 SSDssmh2014-08-211-2/+10
* MFC:imp2014-07-171-4/+1
* MFC:imp2014-07-171-90/+103
* MFC r256547 (by smh):mav2014-01-091-0/+8
* MFC Alexander Motin's direct dispatch, multi-queue, and finer-grainedscottl2014-01-071-89/+62
* MFC Alexander Motin's GEOM direct dispatch work:scottl2014-01-071-1/+1
* MFC r256552:mav2013-10-241-2/+0
* Added 4K quirks for:-smh2013-08-141-0/+24
* Fix returning incorrect bio_resid value with failed BIO_DELETE requests.mav2013-07-281-21/+23
* Synchronize device cache on close only if there were some write operations.mav2013-07-271-5/+12
* Added 4K QUIRK for OCZ Vertex 4 SSDssmh2013-07-091-0/+8
* Restore use of polling mode for disk cache flush in case of kernel panic.mav2013-06-151-3/+9
* Revert r251649:mav2013-06-131-3/+0
* Acquire periph reference when handling d_getattr() method call.mav2013-06-121-0/+3
* Added missing SCSI quirks from r241784smh2013-05-281-45/+64
* Added output of device QUIRKS for CAM and AHCI devices during boot.smh2013-05-181-0/+5
* Intel's 320-series and 510-series SSDs advertise 512-byte sectorseadler2013-05-111-0/+16
* Correct comment typo'ssmh2013-04-281-1/+1
* MFprojects/camlock r249542:mav2013-04-271-29/+7
* Added automatic detection of non-rotating media which disables thesmh2013-04-261-1/+5
* Teach GEOM and CAM about the difference between the max "size" of r/w and deletesmh2013-04-261-1/+6
* Updated TRIM calculations in cam/ata to be based off ATA_DSM_* definessmh2013-04-261-14/+24
* MFprojects/camlock r248890, r248897, r248898, r248900, r248903, r248905,mav2013-04-141-21/+18
* Add a callback to the ada(4) driver so that it knows when GEOM has releasedken2013-04-101-0/+26
* - With the demise of !ATA_CAM, ATA_STATIC_ID is the only ata(4) relatedmarius2013-04-061-1/+0
* Replicate r245306 from SCSI to ATA. The problem didn't appear so far,mav2013-04-061-0/+3
* Unbreak ATA_NO_48BIT_DMA with ATA_CAM by treating 48-bit DMA as anmarius2013-04-061-14/+27
* MFprojects/camlock r248931:mav2013-04-041-2/+2
* MFprojects/camlock r248930:mav2013-04-041-16/+0
* Remove all legacy ATA code parts, not used since options ATA_CAM enabled inmav2013-04-041-4/+0
* Add xpt_release_ccb()'s missed at r248872. That made `shutdown -p` stuckmav2013-04-031-0/+2
* Adds the ability to enable / disable sorting of BIO requests queued withinsmh2013-03-291-4/+19
* Make pre-shutdown flush and spindown routines to not use xpt_polled_action(),mav2013-03-291-29/+15
* Implement CAM_PERIPH_FOREACH() macro, safely iterating over the list ofmav2013-03-291-3/+3
* Support unmapped i/o for the md(4).kib2013-03-191-3/+11
* 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
* Remove 'periph == NULL' check from bunch of periph drivers.mav2012-10-101-5/+0
* ata_da: set disk::d_ident from serial numberavg2012-10-061-0/+2
* Apply similar same change as in r238379:brueffer2012-07-111-2/+2
OpenPOWER on IntegriCloud