grml...
[seabios.git] / src / ahci.c
2011-08-06 Gerd Hoffmannahci: use malloc_tmp memory for probing ports
2011-08-06 Gerd Hoffmannahci: move device registration
2011-08-06 Gerd Hoffmannahci: ignore atapi devices which are not cdroms
2011-08-06 Gerd Hoffmannahci: probe each port in its own thread
2011-08-06 Gerd Hoffmannahci/cdrom: shared bounce buffer
2011-07-25 Gerd Hoffmannahci: bootprio support
2011-07-25 Gerd Hoffmannahci: rework init workflow & fix timeout handling
2011-07-25 Gerd Hoffmannahci: don't expect ATA_CB_STAT_DRQ being clear
2011-07-25 Scott Duplichanahci: handle unaligned buffers.
2011-07-25 Gerd Hoffmannahci: add error recovery code
2011-07-25 Gerd Hoffmannahci: use interrupt status register
2011-07-25 Gerd Hoffmannahci/sata: Fix FIS setup.
2011-06-21 Kevin O'ConnorConvert AHCI detection code to use struct pci_device.
2011-06-19 Kevin O'ConnorRename foreachpci macro to foreachbdf.
2010-12-30 Kevin O'ConnorRemove drive->desc field.
2010-12-28 Kevin O'ConnorCall setup_translation() from map_hd_drive().
2010-12-28 Kevin O'ConnorAdd stubs to permit devices to specify their boot priority.
2010-12-28 Kevin O'ConnorSimplify boot ordering by building an inclusive boot...
2010-12-24 Gleb NatapovAdd BAID for ahci cdrom.
2010-12-12 Gerd Hoffmannahci: set controller id
2010-12-12 Gerd Hoffmannahci: fix off-by-one in port count
2010-12-12 Kevin O'Connorahci: enable io/mem/dma
2010-12-12 Gerd Hoffmannahci: set dma feature flag
2010-12-05 Kevin O'ConnorCheck if capability enabled in XXX_cmd_data functions.
2010-12-05 Gerd Hoffmannadd ahci support