Be sure to add "void" to all function prototypes that take no args.
[seabios.git] / src / pci.h
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.