summaryrefslogtreecommitdiffstats
path: root/hw/pci.c
Commit message (Expand)AuthorAgeFilesLines
* pcnet nic support (Antony T Curtis)bellard2006-07-041-0/+2
* Use lookup table for PCI class descriptions.pbrook2006-05-211-12/+24
* Rearrange PCI host emulation code.pbrook2006-05-131-1394/+28Star
* Initialize PCI BAR config data.pbrook2006-04-181-0/+7
* do not test reserved config bitsbellard2006-04-021-5/+0Star
* Allow selection of emulated network card.pbrook2006-02-051-0/+14
* cpu_single_env usage fixbellard2005-11-221-6/+6
* sparc64 fixes (Blue Swirl)bellard2005-07-231-0/+247
* correct PCI ID for PREP PCI host bridge - added Grackle PCI host bridgebellard2005-06-051-61/+104
* handle the case where several PCI irqs share the same PIC irqbellard2005-05-141-15/+30
* PREP machines have two IO mappings.bellard2005-04-231-0/+10
* PCI irq in sync with new Bochs BIOSbellard2005-04-071-1/+1
* monitor fixes (Johannes Schindelin)bellard2004-10-091-11/+11
* ne2000 savevm support (Johannes Schindelin)bellard2004-10-031-0/+20
* configure BMDMAbellard2004-06-251-1/+1
* added PCI bus - added IRQ support for PowerPC bridges - suppressed PREP PCI b...bellard2004-06-211-215/+210Star
* UniNorth PCI bridge supportbellard2004-06-211-48/+407
* IDE1 init fixbellard2004-06-091-0/+1
* init VGA with default configbellard2004-06-051-0/+3
* host bridge config fixbellard2004-06-051-3/+2Star
* fixed PCI config default write permissionsbellard2004-06-031-14/+48
* support for opaque data on memory I/Os - PCI ROM memory supportbellard2004-06-031-45/+76
* PowerPC prep/chrp/pmac supportbellard2004-05-271-0/+300
* pci empty device read fix - piix3 ide initbellard2004-05-231-8/+27
* pci memory mapping fixbellard2004-05-221-4/+5
* PCI interrupt support - PCI BIOS interrupt remapping - more accurate memory m...bellard2004-05-201-74/+469
* PCI supportbellard2004-05-191-0/+367