~vcs-imports/qemu/git

« back to all changes in this revision

Viewing changes to hw/piix_pci.c

  • Committer: aurel32
  • Date: 2008-04-22 20:45:18 UTC
  • Revision ID: git-v1:03875444d95a679cc0191a314be2238423b77cff
Revert "Use correct types to enable > 2G support" (r4238), it is
not yet ready.


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

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
    return (irq_num + slot_addend) & 3;
56
56
}
57
57
 
58
 
static target_phys_addr_t isa_page_descs[384 / 4];
 
58
static uint32_t isa_page_descs[384 / 4];
59
59
static uint8_t smm_enabled;
60
60
static int pci_irq_levels[4];
61
61