grml...
[seabios.git] / src / pci.c
2011-10-01 Jan KiszkaProbe PCI existence
2011-07-06 Kevin O'ConnorReplace CONFIG_EXTRA_PCI_ROOTS with dynamic "etc/extra...
2011-07-03 Kevin O'ConnorReplace CONFIG_PCI_ROOT1/2 with CONFIG_EXTRA_PCI_ROOTS.
2011-07-03 Kevin O'ConnorRename foreachbdf_in_bus to foreachbdf and simplify it.
2011-07-03 Kevin O'ConnorConvert remaining callers of foreachbdf to foreachbdf_i...
2011-07-02 Kevin O'ConnorConvert pci_find_device/class to use 'struct pci_device'.
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 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-22 Kevin O'ConnorFix to prevent infinite loop in build_pci_path().
2011-01-10 Kevin O'ConnorAdd ability to track PCI paths and add to build_pci_path().
2010-12-05 Kevin O'ConnorRequire a "_cfuncXX_" symbol prefix for inter-mode...
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-01-03 Kevin O'ConnorBe sure to add "void" to all function prototypes that...
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-28 Kevin O'ConnorSupport multiple independent root buses (if known at...
2009-01-16 Kevin O'ConnorChange license from GPLv3 to LGPLv3.
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-28 Kevin O'ConnorFix bug - bios writes must be enabled before max PCI...
2008-11-09 Kevin O'ConnorOverhaul PCI config functions.
2008-11-08 Kevin O'ConnorSynch pci ids and registers with Linux kernel source.
2008-08-31 Kevin O'ConnorRename pci_find_class() to pci_find_classprog(), and...
2008-08-17 Kevin O'ConnorReturn max bus number in int 1a/b101 call.
2008-07-10 Kevin O'ConnorFix error in pci_find_class().
2008-06-21 Kevin O'ConnorPCI fixes
2008-06-12 Kevin O'ConnorMove PIR table definitions to pcibios.h.
2008-05-25 Kevin O'ConnorPCI enhancements.
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.