Change license from GPLv3 to LGPLv3.
[seabios.git] / src / pcibios.c
2009-01-16 Kevin O'ConnorChange license from GPLv3 to LGPLv3.
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'ConnorAvoid casting EBDA variables ipl.description and pir_loc.
2008-08-31 Kevin O'ConnorRename pci_find_class() to pci_find_classprog(), and...
2008-08-30 Kevin O'ConnorRename memcpy() to memcpy_far() and add regular memcpy...
2008-08-17 Kevin O'ConnorReturn max bus number in int 1a/b101 call.
2008-07-19 Kevin O'ConnorMisc fixes and updates.
2008-07-04 Kevin O'ConnorExtract 'struct bregs' out of biosvar.h; clean up heade...
2008-06-21 Kevin O'ConnorPCI fixes
2008-06-13 Kevin O'ConnorGenerate PIR table at post time.
2008-06-12 Kevin O'ConnorMove PIR table definitions to pcibios.h.
2008-06-07 Kevin O'ConnorUpdate PCI devid of PIR table.
2008-05-25 Kevin O'ConnorPCI enhancements.
2008-03-21 Kevin O'ConnorMinor change - use set_success() instead of set_cf...
2008-03-16 Kevin O'ConnorBasic support for PCI BIOS.