~vcs-imports/qemu/git

« back to all changes in this revision

Viewing changes to hw/pci.h

  • Committer: blueswir1
  • Date: 2007-11-25 08:48:16 UTC
  • Revision ID: git-v1:b76482e76560345c00e7d6c89199ced204a926d2
 Fix buffer mux handling for unconnected serial ports


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3737 c046a42c-6fe2-441c-8c8c-71466251a162

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
                        pci_map_irq_fn map_irq, const char *name);
98
98
 
99
99
/* lsi53c895a.c */
100
 
#define LSI_MAX_DEVS 7
101
100
void lsi_scsi_attach(void *opaque, BlockDriverState *bd, int id);
102
101
void *lsi_scsi_init(PCIBus *bus, int devfn);
103
102
 
126
125
 
127
126
void pci_rtl8139_init(PCIBus *bus, NICInfo *nd, int devfn);
128
127
 
129
 
/* e1000.c */
130
 
void pci_e1000_init(PCIBus *bus, NICInfo *nd, int devfn);
131
 
 
132
128
/* pcnet.c */
133
129
void pci_pcnet_init(PCIBus *bus, NICInfo *nd, int devfn);
134
130