aboutsummaryrefslogtreecommitdiff
path: root/src/pci.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-28Support multiple independent root buses (if known at compile time).Kevin O'Connor1-3/+9
2009-01-15Change license from GPLv3 to LGPLv3.Kevin O'Connor1-1/+1
2008-12-04Don't allow start_bdf with new auto max bus detection code.Kevin O'Connor1-19/+4
2008-11-29Only touch PCI functions > 0 on multi-function devices; rescan max pci each t...Kevin O'Connor1-34/+36
2008-11-28Fix bug - bios writes must be enabled before max PCI bus detected.Kevin O'Connor1-1/+1
2008-11-09Overhaul PCI config functions.Kevin O'Connor1-67/+75
2008-11-08Synch pci ids and registers with Linux kernel source.Kevin O'Connor1-0/+1
2008-08-31Rename pci_find_class() to pci_find_classprog(), and add new functions.Kevin O'Connor1-3/+27
2008-08-17Return max bus number in int 1a/b101 call.Kevin O'Connor1-4/+3
2008-07-09Fix error in pci_find_class().Kevin O'Connor1-2/+1
2008-06-21PCI fixesKevin O'Connor1-24/+31
2008-06-11Move PIR table definitions to pcibios.h.Kevin O'Connor1-0/+7
2008-05-24PCI enhancements.Kevin O'Connor1-18/+66
2008-03-16Basic support for PCI BIOS.Kevin O'Connor1-0/+38
2008-03-08Revert "Commit missing files from last commit."Kevin O'Connor1-286/+0
2008-03-05Commit missing files from last commit.Kevin O'Connor1-0/+286