summaryrefslogtreecommitdiffstats
path: root/include/ata_drive.h
Commit message (Expand)AuthorAgeFilesLines
* block: record block device typeAhmad Fatoum2024-03-051-2/+3
* Rename struct device_d to deviceSascha Hauer2023-01-101-3/+3
* ata: disk_ata_drive: clean up code in ata_dump_id()Denis Orlov2022-04-291-0/+5
* block: use 64-bit types for sector offset and count on all platformsAhmad Fatoum2021-02-181-2/+2
* treewide: remove references to CREDITSUwe Kleine-König2020-04-271-4/+0
* include: add SPDX GPL-2.0-or-later license tags where applicableRoland Hieber2020-02-171-10/+1
* ata: fix mismatched header guardsAhmad Fatoum2019-08-301-2/+2
* ata: ide-sff: add LBA48 supportAntony Pavlov2017-03-301-0/+3
* x86: Add support for IDE on the legacy I/O portsMichel Stam2014-04-081-0/+1
* ata: ide: embed ata_ioports into struct ide_port and export itSascha Hauer2013-06-211-1/+6
* ata: ide: Allow to set the devicenameSascha Hauer2013-06-191-1/+2
* ata: implement detectSascha Hauer2013-06-061-0/+1
* ata: move ATA_ID_ fields and functions to include/Sascha Hauer2013-06-061-0/+44
* ata: Use dev_add_param_bool for probe parameterSascha Hauer2013-04-111-0/+1
* ata: Add init callback to ata_port_operationsSascha Hauer2013-03-081-0/+1
* ata: add ata logical device to defer probeSascha Hauer2013-03-081-0/+2
* ata: align ata command defines with kernelSascha Hauer2012-12-071-4/+5
* ata: split ide sff suport to separate fileSascha Hauer2012-12-071-1/+41
* ATA Disk Support: Add support for native ATA type drivesJuergen Beisert2011-11-281-0/+100