aboutsummaryrefslogtreecommitdiffstats
path: root/hw/pci.c
AgeCommit message (Expand)AuthorFilesLines
2007-05-27New option -net nic,model=? (Mark Glines)blueswir11-0/+4
2007-04-14Know about more PCI device classes.ths1-0/+27
2007-04-07Unify IRQ handling.pbrook1-3/+6
2007-04-02Eepro100 emulation, by Stefan Weil.ths1-0/+6
2007-03-06Fix typo in PCI bridge code.ths1-1/+1
2007-01-10Devfn number for network PCI cards, by Aurelien Jarno.ths1-4/+4
2006-12-10Fix PCI config space overflow, by Herbert Xu.ths1-8/+16
2006-09-28PCI IRC routing fix.pbrook1-3/+4
2006-09-24Implement sun4u PCI IRQ routing.pbrook1-11/+92
2006-09-24PCI shared IRQ fix (original patch by andrzej zaborowski).pbrook1-2/+14
2006-08-17PCI save/restore changesbellard1-7/+8
2006-08-10Add SCSI controller class.pbrook1-0/+1
2006-07-04pcnet nic support (Antony T Curtis)bellard1-0/+2
2006-05-21Use lookup table for PCI class descriptions.pbrook1-12/+24
2006-05-13Rearrange PCI host emulation code.pbrook1-1394/+28
2006-04-18Initialize PCI BAR config data.pbrook1-0/+7
2006-04-02do not test reserved config bitsbellard1-5/+0
2006-02-05Allow selection of emulated network card.pbrook1-0/+14
2005-11-21cpu_single_env usage fixbellard1-6/+6
2005-07-23sparc64 fixes (Blue Swirl)bellard1-0/+247
2005-06-05correct PCI ID for PREP PCI host bridge - added Grackle PCI host bridgebellard1-61/+104
2005-05-13handle the case where several PCI irqs share the same PIC irqbellard1-15/+30
2005-04-23PREP machines have two IO mappings.bellard1-0/+10
2005-04-06PCI irq in sync with new Bochs BIOSbellard1-1/+1
2004-10-09monitor fixes (Johannes Schindelin)bellard1-11/+11
2004-10-03ne2000 savevm support (Johannes Schindelin)bellard1-0/+20
2004-06-25configure BMDMAbellard1-1/+1
2004-06-21added PCI bus - added IRQ support for PowerPC bridges - suppressed PREP PCI b...bellard1-215/+210
2004-06-21UniNorth PCI bridge supportbellard1-48/+407
2004-06-09IDE1 init fixbellard1-0/+1
2004-06-05init VGA with default configbellard1-0/+3
2004-06-05host bridge config fixbellard1-3/+2
2004-06-03fixed PCI config default write permissionsbellard1-14/+48
2004-06-03support for opaque data on memory I/Os - PCI ROM memory supportbellard1-45/+76
2004-05-26PowerPC prep/chrp/pmac supportbellard1-0/+300
2004-05-23pci empty device read fix - piix3 ide initbellard1-8/+27
2004-05-22pci memory mapping fixbellard1-4/+5
2004-05-20PCI interrupt support - PCI BIOS interrupt remapping - more accurate memory m...bellard1-74/+469
2004-05-18PCI supportbellard1-0/+367