aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ata/ata-all.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r344198:Andriy Voskoboinyk2019-02-211-4/+0
* MFC r286814, r286816: Remove UMA allocation of ATA requests.Alexander Motin2015-08-291-8/+1
* MFC r280451:Alexander Motin2015-08-221-133/+0
* MFC r279963: Fix SATA Gen3 speed constants.Alexander Motin2015-03-201-1/+2
* - With the demise of !ATA_CAM, ATA_STATIC_ID is the only ata(4) relatedMarius Strobl2013-04-061-2/+0
* - Make ata_str2mode() static, it's not used outside of ata-all.c.Marius Strobl2013-04-061-5/+1
* Remove some more remnants of !ATA_CAM.Marius Strobl2013-04-061-11/+0
* Remove all legacy ATA code parts, not used since options ATA_CAM enabled inAlexander Motin2013-04-041-26/+0
* Add some more ATA_CAM ifdefs.Alexander Motin2013-04-031-6/+8
* Fix command timeout caused by data underrun during fetching ATAPI senseAlexander Motin2013-02-221-0/+1
* Improve r238673 to additionally allow for odd-aligned buffers asMarius Strobl2013-02-021-0/+10
* Implement CAM_ATAIO_NEEDRESULT (fetching full set of result registers) forAlexander Motin2012-10-261-0/+1
* Implement SATA revision (speed) control for legacy SATA controller forAlexander Motin2012-10-021-0/+1
* - First pass at const'ifying ata(4) as appropriate.Marius Strobl2012-03-211-2/+2
* Convert files to UTF-8Ulrich Spörlein2012-01-151-1/+1
* Implement automatic SCSI sense fetching for ata(4) in ATA_CAM mode.Alexander Motin2011-04-121-2/+3
* Make ATA_CAM wrapper to report SATA power management capabilities to CAM toAlexander Motin2010-11-181-0/+1
* Set of legacy mode SATA enchancements:Alexander Motin2010-10-181-8/+3
* Fix a problem where device detection would work unreliably on ServerworksNathan Whitehorn2010-09-091-0/+1
* SATA1.x SiliconImage controllers on power-on reset TFD Status register intoAlexander Motin2010-09-021-0/+1
* Add ata(4) ability to limit initial ATA mode for devices via device hints.Alexander Motin2010-07-031-0/+1
* Some revisions of the Serverworks K2 SATA controller have a dataNathan Whitehorn2010-06-061-0/+1
* Include opt_ata.h, as some structures here depending on ATA_CAM option.Alexander Motin2010-03-311-0/+2
* - Give ATA/SATA SIMs info about ATAPI packet size, supported by device.Alexander Motin2010-02-021-0/+1
* Unbreak the ata_atapi() usage. Since r200171 the mode setting functionsMarius Strobl2009-12-131-1/+1
* MFp4:Alexander Motin2009-12-061-2/+31
* Introduce define and kernel option ATA_REQUEST_TIMEOUT to control ATA(4)Alexander Motin2009-11-081-0/+4
* MFp4:Alexander Motin2009-10-311-5/+9
* Turn off use of ATA_A_4BIT on modern hardware. This flag was alreadyNathan Whitehorn2009-10-291-1/+10
* Move non-PCI prototypes from ata-pci.h -> ata-all.h.Rafal Jaworowski2009-06-241-0/+13
* MFp4.Alexander Motin2009-06-011-1/+16
* Improve kernel dumping reliability for busy ATA channels:Alexander Motin2009-05-011-0/+1
* Add experimental support for SATA interface power management.Alexander Motin2009-04-291-1/+5
* Revert my ata_identify()/ata_reinit() related changes: r189166, r189091Alexander Motin2009-02-281-8/+1
* Rework device probing by moving ata_getparam() call from ata_identify() toAlexander Motin2009-02-281-0/+8
* Remove direct ata_completed() call options from ata_finish(), except for theAlexander Motin2009-02-261-1/+0
* Improve ata_reinit():Alexander Motin2009-02-211-0/+1
* Fix typo: s/SLUMPER/SLUMBER/Alexander Motin2009-02-201-1/+1
* Use channel driver's attach/detach routines instead of ata_attach()/Alexander Motin2009-02-191-0/+1
* ata_interrupt() does not need to return anything. It is not it's businessAlexander Motin2009-02-171-1/+1
* This is the roumored ATA modulerisation works, and it needs a little explanat...Søren Schmidt2008-10-091-0/+1
* Introduce a new loader tunable "hw.ata.ata_dma_check_80pin", defaulting to 1.Philip Paeps2008-08-151-1/+2
* Go back to preallocating everything possible on init.Søren Schmidt2008-04-171-18/+27
* Fix problem with slave devices.Søren Schmidt2008-04-141-1/+1
* Fix identify of slave devices.Søren Schmidt2008-04-131-1/+1
* Fix the brokenness in the former commit, sorry for the mess.Søren Schmidt2008-04-111-6/+3
* Add experimental support for SATA Port MultipliersSøren Schmidt2008-04-101-25/+42
* Add a "spindown" facility to ata-disks: If no requests have been receivedPoul-Henning Kamp2008-03-171-0/+3
* Follow the current fashion of gratuitously stomping into otherPoul-Henning Kamp2008-01-021-36/+14
* Implement a workaround of the datacorruption problem on serverworks HT1000 ch...Søren Schmidt2007-12-131-0/+2