summaryrefslogtreecommitdiff
path: root/sys/dev/ata/ata-sata.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* - With the demise of !ATA_CAM, ATA_STATIC_ID is the only ata(4) relatedMarius Strobl2013-04-061-1/+0
* Remove all legacy ATA code parts, not used since options ATA_CAM enabled inAlexander Motin2013-04-041-4/+0
* Add checks for ata_sata_scr_read() return statuses. It is mostly to silenceAlexander Motin2012-10-101-3/+5
* Fix build without `options ATA_CAM`, broken by r241144.Alexander Motin2012-10-031-0/+4
* Implement SATA revision (speed) control for legacy SATA controller forAlexander Motin2012-10-021-4/+17
* Convert files to UTF-8Ulrich Spörlein2012-01-151-1/+1
* Intel NM10 chipset's SATA controller has same PCI ID and revision as ICH7's,Alexander Motin2011-06-091-7/+23
* Even if we are skipping SATA hard reset - set power management bits inAlexander Motin2010-11-181-1/+5
* Set of legacy mode SATA enchancements:Alexander Motin2010-10-181-55/+36
* Improve output for controllers that doesn't report SATA speed.Alexander Motin2010-02-221-1/+1
* MFp4:Alexander Motin2009-12-061-28/+11
* MFp4:Alexander Motin2009-10-311-8/+3
* Move non-PCI prototypes from ata-pci.h -> ata-all.h.Rafal Jaworowski2009-06-241-3/+0
* Add experimental support for SATA interface power management.Alexander Motin2009-04-291-4/+3
* Integrate user/mav/ata branch:Alexander Motin2009-03-301-53/+124
* Use only higher half of device signature to identify device type. SomeAlexander Motin2009-02-211-3/+3
* Improve ata_reinit():Alexander Motin2009-02-211-56/+6
* This is the roumored ATA modulerisation works, and it needs a little explanat...Søren Schmidt2008-10-091-0/+357