aboutsummaryrefslogtreecommitdiff
path: root/src/ahci.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-16ahci: add missing check for allocation failureGerd Hoffmann1-9/+16
2013-02-05Normalize POST initialization function name suffixes.Kevin O'Connor1-7/+7
2012-07-21Unify ATAPI command processing.Kevin O'Connor1-43/+18
2012-05-24Convert AHCI code to use GET/SET_LOWFLAT().Kevin O'Connor1-30/+30
2012-05-20EBDA cleanups.Kevin O'Connor1-1/+1
2012-03-11Increase the debug level of several frequent dprintf() statements.Kevin O'Connor1-6/+6
2011-08-06ahci: use malloc_tmp memory for probing portsGerd Hoffmann1-3/+11
2011-08-06ahci: move device registrationGerd Hoffmann1-13/+14
2011-08-06ahci: ignore atapi devices which are not cdromsGerd Hoffmann1-7/+8
2011-08-06ahci: probe each port in its own threadGerd Hoffmann1-21/+20
2011-08-06ahci/cdrom: shared bounce bufferGerd Hoffmann1-4/+3
2011-07-24ahci: bootprio supportGerd Hoffmann1-5/+10
2011-07-24ahci: rework init workflow & fix timeout handlingGerd Hoffmann1-62/+127
2011-07-24ahci: don't expect ATA_CB_STAT_DRQ being clearGerd Hoffmann1-3/+2
2011-07-24ahci: handle unaligned buffers.Scott Duplichan1-2/+51
2011-07-24ahci: add error recovery codeGerd Hoffmann1-3/+47
2011-07-24ahci: use interrupt status registerGerd Hoffmann1-15/+28
2011-07-24ahci/sata: Fix FIS setup.Gerd Hoffmann1-4/+3
2011-06-20Convert AHCI detection code to use struct pci_device.Kevin O'Connor1-6/+6
2011-06-19Rename foreachpci macro to foreachbdf.Kevin O'Connor1-2/+2
2010-12-29Remove drive->desc field.Kevin O'Connor1-20/+16
2010-12-27Call setup_translation() from map_hd_drive().Kevin O'Connor1-2/+0
2010-12-27Add stubs to permit devices to specify their boot priority.Kevin O'Connor1-2/+2
2010-12-27Simplify boot ordering by building an inclusive boot list.Kevin O'Connor1-6/+5
2010-12-24Add BAID for ahci cdrom.Gleb Natapov1-1/+3
2010-12-12ahci: set controller idGerd Hoffmann1-0/+1
2010-12-12ahci: fix off-by-one in port countGerd Hoffmann1-1/+1
2010-12-12ahci: enable io/mem/dmaKevin O'Connor1-0/+3
2010-12-12ahci: set dma feature flagGerd Hoffmann1-0/+2
2010-12-05Check if capability enabled in XXX_cmd_data functions.Kevin O'Connor1-0/+3
2010-12-05add ahci supportGerd Hoffmann1-0/+480