aboutsummaryrefslogtreecommitdiff
path: root/src/pcibios.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-21Minor - use a struct when working with pcibios 1ab10e param.Kevin O'Connor1-8/+13
2009-01-19Implement memcpy_far and checksum_far, and replace _fl variants.Kevin O'Connor1-5/+5
2009-01-19Rename MAKE_FARPTR (and similar) to MAKE_FLATPTR.Kevin O'Connor1-3/+3
2009-01-19Fix apparent bug in pci bios handle_1ab10e function.Kevin O'Connor1-1/+1
2009-01-15Change license from GPLv3 to LGPLv3.Kevin O'Connor1-1/+1
2008-12-28Move pir table offset from ebda to a global variable.Kevin O'Connor1-5/+7
2008-12-04Don't allow start_bdf with new auto max bus detection code.Kevin O'Connor1-23/+28
2008-11-29Only touch PCI functions > 0 on multi-function devices; rescan max pci each t...Kevin O'Connor1-1/+6
2008-11-09Overhaul PCI config functions.Kevin O'Connor1-23/+29
2008-11-08Avoid casting EBDA variables ipl.description and pir_loc.Kevin O'Connor1-1/+1
2008-08-31Rename pci_find_class() to pci_find_classprog(), and add new functions.Kevin O'Connor1-1/+1
2008-08-29Rename memcpy() to memcpy_far() and add regular memcpy() code.Kevin O'Connor1-1/+1
2008-08-17Return max bus number in int 1a/b101 call.Kevin O'Connor1-5/+4
2008-07-19Misc fixes and updates.Kevin O'Connor1-0/+1
2008-07-04Extract 'struct bregs' out of biosvar.h; clean up header includes.Kevin O'Connor1-0/+2
2008-06-21PCI fixesKevin O'Connor1-1/+1
2008-06-12Generate PIR table at post time.Kevin O'Connor1-100/+8
2008-06-11Move PIR table definitions to pcibios.h.Kevin O'Connor1-28/+2
2008-06-07Update PCI devid of PIR table.Kevin O'Connor1-4/+6
2008-05-24PCI enhancements.Kevin O'Connor1-62/+25
2008-03-21Minor change - use set_success() instead of set_cf in pcibios.c.Kevin O'Connor1-1/+1
2008-03-16Basic support for PCI BIOS.Kevin O'Connor1-0/+322