aboutsummaryrefslogtreecommitdiffstats
path: root/src/pci.c
Commit message (Expand)AuthorAgeFilesLines
* seabios: pci: introduce helper function to find device from table and initial...Isaku Yamahata2010-07-241-0/+12
* seabios: pci: introduce helper function to initialize a given device.Isaku Yamahata2010-07-101-0/+20
* Be sure to add "void" to all function prototypes that take no args.Kevin O'Connor2010-01-031-1/+1
* Add stubs for USB OHCI support.Kevin O'Connor2009-10-121-16/+13
* Initial support for USB, UHCI, and USB Keyboards.Kevin O'Connor2009-09-281-0/+8
* Only run the vga option rom of an enabled vga device.Kevin O'Connor2009-07-191-0/+56
* Support multiple independent root buses (if known at compile time).Kevin O'Connor2009-02-281-3/+9
* Change license from GPLv3 to LGPLv3.Kevin O'Connor2009-01-151-1/+1
* Don't allow start_bdf with new auto max bus detection code.Kevin O'Connor2008-12-041-19/+4
* Only touch PCI functions > 0 on multi-function devices; rescan max pci each t...Kevin O'Connor2008-11-291-34/+36
* Fix bug - bios writes must be enabled before max PCI bus detected.Kevin O'Connor2008-11-281-1/+1
* Overhaul PCI config functions.Kevin O'Connor2008-11-091-67/+75
* Synch pci ids and registers with Linux kernel source.Kevin O'Connor2008-11-081-0/+1
* Rename pci_find_class() to pci_find_classprog(), and add new functions.Kevin O'Connor2008-08-311-3/+27
* Return max bus number in int 1a/b101 call.Kevin O'Connor2008-08-171-4/+3
* Fix error in pci_find_class().Kevin O'Connor2008-07-091-2/+1
* PCI fixesKevin O'Connor2008-06-211-24/+31
* Move PIR table definitions to pcibios.h.Kevin O'Connor2008-06-111-0/+7
* PCI enhancements.Kevin O'Connor2008-05-241-18/+66
* Basic support for PCI BIOS.Kevin O'Connor2008-03-161-0/+38
* Revert "Commit missing files from last commit."Kevin O'Connor2008-03-081-286/+0
* Commit missing files from last commit.Kevin O'Connor2008-03-051-0/+286