| Commit message (Expand) | Author | Age | Files | Lines |
| * | ata: Retire unused variable / externs | Warner Losh | 2023-11-24 | 1 | -4/+0 |
| * | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
| * | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-05-12 | 1 | -1/+1 |
| * | Make MAXPHYS tunable. Bump MAXPHYS to 1M. | Konstantin Belousov | 2020-11-28 | 1 | -1/+1 |
| * | ata: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 1 | -1/+0 |
| * | Use a void * argument to callout handlers instead of timeout_t casts. | John Baldwin | 2019-12-05 | 1 | -1/+1 |
| * | GC ATA_REQUEST_TIMEOUT option remnants | Andriy Voskoboinyk | 2019-02-16 | 1 | -4/+0 |
| * | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
| * | Remove pc98 support completely. | Yoshihiro Takahashi | 2017-01-28 | 1 | -6/+0 |
| * | Remove UMA allocation of ATA requests. | Alexander Motin | 2015-08-15 | 1 | -8/+1 |
| * | Remove from legacy ata(4) driver support for hardware, supported by newer | Alexander Motin | 2015-03-24 | 1 | -133/+0 |
| * | Fix SATA Gen3 speed constants. | Alexander Motin | 2015-03-13 | 1 | -1/+2 |
| * | - With the demise of !ATA_CAM, ATA_STATIC_ID is the only ata(4) related | Marius Strobl | 2013-04-06 | 1 | -2/+0 |
| * | - Make ata_str2mode() static, it's not used outside of ata-all.c. | Marius Strobl | 2013-04-06 | 1 | -5/+1 |
| * | Remove some more remnants of !ATA_CAM. | Marius Strobl | 2013-04-06 | 1 | -11/+0 |
| * | Remove all legacy ATA code parts, not used since options ATA_CAM enabled in | Alexander Motin | 2013-04-04 | 1 | -26/+0 |
| * | Add some more ATA_CAM ifdefs. | Alexander Motin | 2013-04-03 | 1 | -6/+8 |
| * | Fix command timeout caused by data underrun during fetching ATAPI sense | Alexander Motin | 2013-02-22 | 1 | -0/+1 |
| * | Improve r238673 to additionally allow for odd-aligned buffers as | Marius Strobl | 2013-02-02 | 1 | -0/+10 |
| * | Implement CAM_ATAIO_NEEDRESULT (fetching full set of result registers) for | Alexander Motin | 2012-10-26 | 1 | -0/+1 |
| * | Implement SATA revision (speed) control for legacy SATA controller for | Alexander Motin | 2012-10-02 | 1 | -0/+1 |
| * | - First pass at const'ifying ata(4) as appropriate. | Marius Strobl | 2012-03-21 | 1 | -2/+2 |
| * | Convert files to UTF-8 | Ulrich Spörlein | 2012-01-15 | 1 | -1/+1 |
| * | Implement automatic SCSI sense fetching for ata(4) in ATA_CAM mode. | Alexander Motin | 2011-04-12 | 1 | -2/+3 |
| * | Make ATA_CAM wrapper to report SATA power management capabilities to CAM to | Alexander Motin | 2010-11-18 | 1 | -0/+1 |
| * | Set of legacy mode SATA enchancements: | Alexander Motin | 2010-10-18 | 1 | -8/+3 |
| * | Fix a problem where device detection would work unreliably on Serverworks | Nathan Whitehorn | 2010-09-09 | 1 | -0/+1 |
| * | SATA1.x SiliconImage controllers on power-on reset TFD Status register into | Alexander Motin | 2010-09-02 | 1 | -0/+1 |
| * | Add ata(4) ability to limit initial ATA mode for devices via device hints. | Alexander Motin | 2010-07-03 | 1 | -0/+1 |
| * | Some revisions of the Serverworks K2 SATA controller have a data | Nathan Whitehorn | 2010-06-06 | 1 | -0/+1 |
| * | Include opt_ata.h, as some structures here depending on ATA_CAM option. | Alexander Motin | 2010-03-31 | 1 | -0/+2 |
| * | - Give ATA/SATA SIMs info about ATAPI packet size, supported by device. | Alexander Motin | 2010-02-02 | 1 | -0/+1 |
| * | Unbreak the ata_atapi() usage. Since r200171 the mode setting functions | Marius Strobl | 2009-12-13 | 1 | -1/+1 |
| * | MFp4: | Alexander Motin | 2009-12-06 | 1 | -2/+31 |
| * | Introduce define and kernel option ATA_REQUEST_TIMEOUT to control ATA(4) | Alexander Motin | 2009-11-08 | 1 | -0/+4 |
| * | MFp4: | Alexander Motin | 2009-10-31 | 1 | -5/+9 |
| * | Turn off use of ATA_A_4BIT on modern hardware. This flag was already | Nathan Whitehorn | 2009-10-29 | 1 | -1/+10 |
| * | Move non-PCI prototypes from ata-pci.h -> ata-all.h. | Rafal Jaworowski | 2009-06-24 | 1 | -0/+13 |
| * | MFp4. | Alexander Motin | 2009-06-01 | 1 | -1/+16 |
| * | Improve kernel dumping reliability for busy ATA channels: | Alexander Motin | 2009-05-01 | 1 | -0/+1 |
| * | Add experimental support for SATA interface power management. | Alexander Motin | 2009-04-29 | 1 | -1/+5 |
| * | Revert my ata_identify()/ata_reinit() related changes: r189166, r189091 | Alexander Motin | 2009-02-28 | 1 | -8/+1 |
| * | Rework device probing by moving ata_getparam() call from ata_identify() to | Alexander Motin | 2009-02-28 | 1 | -0/+8 |
| * | Remove direct ata_completed() call options from ata_finish(), except for the | Alexander Motin | 2009-02-26 | 1 | -1/+0 |
| * | Improve ata_reinit(): | Alexander Motin | 2009-02-21 | 1 | -0/+1 |
| * | Fix typo: s/SLUMPER/SLUMBER/ | Alexander Motin | 2009-02-20 | 1 | -1/+1 |
| * | Use channel driver's attach/detach routines instead of ata_attach()/ | Alexander Motin | 2009-02-19 | 1 | -0/+1 |
| * | ata_interrupt() does not need to return anything. It is not it's business | Alexander Motin | 2009-02-17 | 1 | -1/+1 |
| * | This is the roumored ATA modulerisation works, and it needs a little explanat... | Søren Schmidt | 2008-10-09 | 1 | -0/+1 |
| * | Introduce a new loader tunable "hw.ata.ata_dma_check_80pin", defaulting to 1. | Philip Paeps | 2008-08-15 | 1 | -1/+2 |