aboutsummaryrefslogtreecommitdiffstats
path: root/src/ahci.c
Commit message (Expand)AuthorAgeFilesLines
* Remove drive->desc field.Kevin O'Connor2010-12-291-20/+16
* Call setup_translation() from map_hd_drive().Kevin O'Connor2010-12-271-2/+0
* Add stubs to permit devices to specify their boot priority.Kevin O'Connor2010-12-271-2/+2
* Simplify boot ordering by building an inclusive boot list.Kevin O'Connor2010-12-271-6/+5
* Add BAID for ahci cdrom.Gleb Natapov2010-12-241-1/+3
* ahci: set controller idGerd Hoffmann2010-12-121-0/+1
* ahci: fix off-by-one in port countGerd Hoffmann2010-12-121-1/+1
* ahci: enable io/mem/dmaKevin O'Connor2010-12-121-0/+3
* ahci: set dma feature flagGerd Hoffmann2010-12-121-0/+2
* Check if capability enabled in XXX_cmd_data functions.Kevin O'Connor2010-12-051-0/+3
* add ahci supportGerd Hoffmann2010-12-051-0/+480