Change license from GPLv3 to LGPLv3.
[seabios.git] / src / pciinit.c
2009-01-16 Kevin O'ConnorChange license from GPLv3 to LGPLv3.
2009-01-05 Kevin O'ConnorInitial KVM support.
2008-12-29 Kevin O'ConnorMove ram size definitions from ebda to global variables.
2008-12-11 Kevin O'ConnorVarious minor comment updates.
2008-12-07 Kevin O'ConnorDon't overwrite memory on smm init.
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-30 Kevin O'ConnorUse ALIGN() macro in place of open-coded aligns.
2008-07-04 Kevin O'ConnorExtract 'struct bregs' out of biosvar.h; clean up heade...
2008-07-04 Kevin O'ConnorBreakup rombios32.c into pciinit.c and smbios.c