diff options
author | Gerd Hoffmann | 2009-09-10 11:43:33 +0200 |
---|---|---|
committer | malc | 2009-09-10 17:48:01 +0200 |
commit | 9453c5bc2634fdbdd05450034c21a58806d366a4 (patch) | |
tree | a0e3f729626cd1021d9c2086e47f4730ae6fd165 /hw/mips_r4k.c | |
parent | qdev/isa: convert gravis ultrasound (diff) | |
download | qemu-9453c5bc2634fdbdd05450034c21a58806d366a4.tar.gz qemu-9453c5bc2634fdbdd05450034c21a58806d366a4.tar.xz qemu-9453c5bc2634fdbdd05450034c21a58806d366a4.zip |
qdev/isa: convert ne2000
Also split the isa bits into a separate source file, so we don't drag in
a dependency for isa-bus.o for machines which want ne2k_pci only.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/mips_r4k.c')
-rw-r--r-- | hw/mips_r4k.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/mips_r4k.c b/hw/mips_r4k.c index da5ca319c8..aacb256dcc 100644 --- a/hw/mips_r4k.c +++ b/hw/mips_r4k.c @@ -260,7 +260,7 @@ void mips_r4k_init (ram_addr_t ram_size, isa_vga_init(); if (nd_table[0].vlan) - isa_ne2000_init(0x300, i8259[9], &nd_table[0]); + isa_ne2000_init(0x300, 9, &nd_table[0]); if (drive_get_max_bus(IF_IDE) >= MAX_IDE_BUS) { fprintf(stderr, "qemu: too many IDE bus\n"); |