aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/ata
Commit message (Expand)AuthorAgeFilesLines
...
* Add label annotations to CAM sysctls.Ed Schouten2016-12-142-4/+4
* Replicate r307507 for ATA disks.Alexander Motin2016-10-171-2/+1
* cam/ata: Allow drivers to veto ATA disk attachment.Sepherosa Ziehau2016-09-281-0/+13
* Decode some new ATA commands found in ACS-3.Alexander Motin2016-08-271-0/+11
* sys: replace comma with semicolon when pertinent.Pedro F. Giffuni2016-08-091-1/+1
* Move protocol specific stuff into a linker set object that'sWarner Losh2016-07-281-0/+79
* Switch to linker sets to find the xport callback object. ThisWarner Losh2016-07-281-7/+13
* Restore PIM_ATA_EXT flag handling, lost at r300207.Alexander Motin2016-07-171-0/+2
* Fix memory leaks in (a|)daregister introduced in r298002Conrad Meyer2016-06-071-0/+1
* Fix a few ada(4) driver issues:Kenneth D. Merry2016-05-251-7/+45
* Fix ada(4) trim support quirk setting.Kenneth D. Merry2016-05-231-5/+6
* Add support for managing Shingled Magnetic Recording (SMR) drives.Kenneth D. Merry2016-05-193-163/+1455
* sys: extend use of the howmany() macro when available.Pedro F. Giffuni2016-04-261-7/+4
* sys: use our nitems() macro when param.h is available.Pedro F. Giffuni2016-04-211-1/+1
* Remove slightly used const values that can be replaced with nitems().Pedro F. Giffuni2016-04-211-5/+2
* Implement Auxiliary register. Add PIM_ATA_EXT flag to flag that a SIMWarner Losh2016-04-172-3/+3
* tag_action is not used at all in ata. It's set to 1 for orderedWarner Losh2016-04-171-1/+1
* Dell has an OEM drive from Samsung that has issues. NCQ Trim isn'tWarner Losh2016-04-171-0/+9
* Expand CAM_IO_STATS #ifdef to logical unit.Warner Losh2016-04-151-4/+2
* Out of an abundance of caution treatWarner Losh2016-04-151-3/+11
* Add FCCT M500 to the NCQ black list. Linux added it in 4.2 (AugustWarner Losh2016-04-151-5/+13
* Fix typos (intenral -> internal) in commentsEnji Cooper2016-04-151-1/+1
* Add a comment about why the timeout for flush was lowered to 5s.Warner Losh2016-04-141-0/+5
* New CAM I/O scheduler for FreeBSD. The default I/O scheduler is the sameWarner Losh2016-04-142-85/+367
* Add sbuf variants ata_cmd_sbuf() and ata_res_sbuf(), and reimplement theScott Long2016-04-132-24/+45
* CAM: Generalize 4k quirk to all Samsung MZ7* SSDsJean-Sébastien Pédron2016-03-291-18/+5
* Add 4k enabled cam quirks for Samsung SM863 Series SSDsSean Bruno2016-03-241-0/+8
* Add defines for WRITE_UNCORRECTABLE ATA command, and improve command loggingRavi Pokala2016-02-041-17/+43
* Add asynchronous command support to the pass(4) driver, and the newKenneth D. Merry2015-12-031-7/+18
* Removed unused malloc types.Alexander Motin2015-11-062-4/+0
* Remove legacy CHS geometry from dmesg and unify capacity outputs.Alexander Motin2015-10-111-6/+3
* Remove compatibility shims for legacy ATA device names.Alexander Motin2015-10-111-24/+2
* Attach pass driver to LUNs is OFFLINE state.Alexander Motin2015-08-291-1/+2
* Remove some code duplication by using biofinish().Alexander Motin2015-08-221-6/+2
* Don't panic if disk lost TRIM support due to switching to PIO mode.Alexander Motin2015-08-081-5/+8
* Add some additional quirks for various Western Digital Caviar MHDDsEitan Adler2015-03-301-1/+16
* Improve ATA and SCSI versions printing.Alexander Motin2015-03-171-12/+22
* Explain a bit of tricky code dealing with trims and how it preventsWarner Losh2015-01-131-0/+10
* Fix CF ERASE breakage caused by 268205.Steven Hartland2014-10-261-0/+6
* Add new quirks for the latest Samsung SSD, model 850.George V. Neville-Neil2014-10-191-0/+8
* Add 4k quirks for PM853T Samsung SSDSean Bruno2014-10-161-0/+8
* Follow up to r225617. In order to maximize the re-usability of kernel codeDavide Italiano2014-10-161-1/+1
* Add a few defines and packet types for SATA 3.2 and FPDMA (First PartyWarner Losh2014-08-301-0/+3
* We should never enter the PROBE_SETAN phase if we're not ATAPI, sinceWarner Losh2014-08-221-10/+5
* Add the Samsung 843T as a 4k enabled driveSean Bruno2014-08-211-0/+8
* Turns out that IDENTIFY DEVICE and IDENTIFY PACKET DEVICE return dataWarner Losh2014-08-201-10/+8
* Added 4K quirks for Corsair Force GT and Samsung 840 SSDsSteven Hartland2014-08-141-2/+10
* Rework the BIO_DELETE code slightly. Always queue the BIO_DELETEWarner Losh2014-07-031-90/+103
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-282-22/+11
* Revert r267961, r267973:Glen Barber2014-06-272-11/+22