grml...
[seabios.git] / src / pci.h
2011-10-01 Jan KiszkaProbe PCI existence
2011-07-13 Gerd Hoffmannpci: add two-pass pci initialization code
2011-07-03 Kevin O'ConnorRename foreachbdf_in_bus to foreachbdf and simplify it.
2011-07-02 Kevin O'ConnorConvert pci_find_device/class to use 'struct pci_device'.
2011-06-22 Kevin O'ConnorUse 'struct pci_device' to note which devices have...
2011-06-22 Kevin O'ConnorConvert pci_init_device to use 'struct pci_device'.
2011-06-21 Kevin O'ConnorReplace PCIPaths code with struct pci_device.
2011-06-21 Kevin O'ConnorConvert USB detection code to use struct pci_device.
2011-06-21 Kevin O'ConnorConvert option rom scan to use struct pci_device.
2011-06-21 Kevin O'ConnorFind all pci devices at startup and cache them for...
2011-06-19 Kevin O'ConnorRename foreachpci macro to foreachbdf.
2011-01-10 Kevin O'ConnorAdd ability to track PCI paths and add to build_pci_path().
2010-12-05 Gerd Hoffmannpci: add helper functions for mmio bar access from...
2010-09-16 Kevin O'ConnorTry to hard-reboot processor on rerun of post under...
2010-07-24 Isaku Yamahataseabios: pci: introduce helper function to find device...
2010-07-10 Isaku Yamahataseabios: pci: introduce helper function to initialize...
2010-07-04 Isaku Yamahataseabios: pci: introduce foreachpci_in_bus() helper...
2010-05-23 Kevin O'ConnorImprove optionrom debugging statements.
2010-01-03 Kevin O'ConnorBe sure to add "void" to all function prototypes that...
2010-01-03 Kevin O'Connormptable: Reset pinmask on new bus or device.
2009-10-12 Kevin O'ConnorAdd stubs for USB OHCI support.
2009-09-29 Kevin O'ConnorInitial support for USB, UHCI, and USB Keyboards.
2009-07-19 Kevin O'ConnorOnly run the vga option rom of an enabled vga device.
2009-02-06 Kevin O'ConnorAdd pci_to_bdf() helper function.
2008-12-29 Kevin O'ConnorMove pir table offset from ebda to a global variable.
2008-12-05 Kevin O'ConnorDon't allow start_bdf with new auto max bus detection...
2008-11-30 Kevin O'ConnorOnly touch PCI functions > 0 on multi-function devices...
2008-11-09 Kevin O'ConnorOverhaul PCI config functions.
2008-11-08 Kevin O'ConnorSynch pci ids and registers with Linux kernel source.
2008-10-25 Kevin O'ConnorSupport pci init of both PIIX3 and PIIX4 - patch from...
2008-10-25 Kevin O'ConnorUse defines for PCI ids.
2008-08-31 Kevin O'ConnorRename pci_find_class() to pci_find_classprog(), and...
2008-06-13 Kevin O'ConnorGenerate PIR table at post time.
2008-06-12 Kevin O'ConnorMove acpi code out of rombios32.c; clean up use of...
2008-06-12 Kevin O'ConnorMove PIR table definitions to pcibios.h.
2008-05-25 Kevin O'ConnorPCI enhancements.
2008-03-21 Kevin O'ConnorGuard header file pci.h
2008-03-16 Kevin O'ConnorBasic support for PCI BIOS.
2008-03-08 Kevin O'ConnorRevert "Commit missing files from last commit."
2008-03-06 Kevin O'ConnorCommit missing files from last commit.