aboutsummaryrefslogtreecommitdiffstats
path: root/src/pci.h
Commit message (Expand)AuthorAgeFilesLines
* seabios: pci: introduce helper function to find device from table and initial...Isaku Yamahata2010-07-241-0/+1
* seabios: pci: introduce helper function to initialize a given device.Isaku Yamahata2010-07-101-0/+34
* seabios: pci: introduce foreachpci_in_bus() helper macro.Isaku Yamahata2010-07-041-0/+10
* Improve optionrom debugging statements.Kevin O'Connor2010-05-231-0/+10
* Be sure to add "void" to all function prototypes that take no args.Kevin O'Connor2010-01-031-2/+2
* mptable: Reset pinmask on new bus or device.Kevin O'Connor2010-01-031-0/+3
* Add stubs for USB OHCI support.Kevin O'Connor2009-10-121-1/+1
* Initial support for USB, UHCI, and USB Keyboards.Kevin O'Connor2009-09-281-0/+1
* Only run the vga option rom of an enabled vga device.Kevin O'Connor2009-07-191-0/+1
* Add pci_to_bdf() helper function.Kevin O'Connor2009-02-051-0/+3
* Move pir table offset from ebda to a global variable.Kevin O'Connor2008-12-281-0/+2
* Don't allow start_bdf with new auto max bus detection code.Kevin O'Connor2008-12-041-6/+5
* Only touch PCI functions > 0 on multi-function devices; rescan max pci each t...Kevin O'Connor2008-11-291-2/+5
* Overhaul PCI config functions.Kevin O'Connor2008-11-091-21/+15
* Synch pci ids and registers with Linux kernel source.Kevin O'Connor2008-11-081-34/+0
* Support pci init of both PIIX3 and PIIX4 - patch from bochs bios.Kevin O'Connor2008-10-251-0/+2
* Use defines for PCI ids.Kevin O'Connor2008-10-251-0/+9
* Rename pci_find_class() to pci_find_classprog(), and add new functions.Kevin O'Connor2008-08-311-4/+22
* Generate PIR table at post time.Kevin O'Connor2008-06-121-13/+17
* Move acpi code out of rombios32.c; clean up use of fixed memory addresses.Kevin O'Connor2008-06-111-0/+16
* Move PIR table definitions to pcibios.h.Kevin O'Connor2008-06-111-0/+34
* PCI enhancements.Kevin O'Connor2008-05-241-8/+18
* Guard header file pci.hKevin O'Connor2008-03-211-0/+5
* Basic support for PCI BIOS.Kevin O'Connor2008-03-161-0/+13
* Revert "Commit missing files from last commit."Kevin O'Connor2008-03-081-102/+0
* Commit missing files from last commit.Kevin O'Connor2008-03-051-0/+102