grml...
[seabios.git] / src / pcibios.c
2011-07-11 Kevin O'ConnorRename the apm, pcibios, and elf entry points.
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-06-19 Kevin O'ConnorRename foreachpci macro to foreachbdf.
2010-01-03 Kevin O'ConnorReduce #ifs by weeding out some cross-chunk function...
2010-01-03 Kevin O'ConnorBe sure to add "void" to all function prototypes that...
2009-12-30 Kevin O'ConnorAdd support for 32bit PCI BIOS entry.
2009-12-13 Kevin O'ConnorDistinguish between debug reports for unimplemented...
2009-01-22 Kevin O'ConnorMinor - use a struct when working with pcibios 1ab10e...
2009-01-20 Kevin O'ConnorImplement memcpy_far and checksum_far, and replace...
2009-01-19 Kevin O'ConnorRename MAKE_FARPTR (and similar) to MAKE_FLATPTR.
2009-01-19 Kevin O'ConnorFix apparent bug in pci bios handle_1ab10e function.
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.