summaryrefslogtreecommitdiffstats
path: root/hw
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-07-02 15:26:04 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-07-02 15:26:04 +0000
commit9827e95c78ff34051533211624d0177e744a92d7 (patch)
treef7bd253140f37002476ff452cc238219aa602060 /hw
parent51e11d9e6c8deea88ba2d24c8a04102c787cdd19 (diff)
downloadhqemu-9827e95c78ff34051533211624d0177e744a92d7.zip
hqemu-9827e95c78ff34051533211624d0177e744a92d7.tar.gz
added NE2000 (Ralf Baechle)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1475 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw')
-rw-r--r--hw/mips_r4k.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/mips_r4k.c b/hw/mips_r4k.c
index 1deda14..44f1ba4 100644
--- a/hw/mips_r4k.c
+++ b/hw/mips_r4k.c
@@ -298,6 +298,8 @@ void mips_r4k_init (int ram_size, int vga_ram_size, int boot_device,
serial_init(0x3f8, 4, serial_hds[0]);
vga_initialize(NULL, ds, phys_ram_base + ram_size, ram_size,
vga_ram_size);
+
+ isa_ne2000_init(0x300, 9, &nd_table[0]);
}
QEMUMachine mips_machine = {
OpenPOWER on IntegriCloud