eepro100: Update ROM file support
commit938a63240204993524c2d165292cd509533da8b2
authorStefan Weil <weil@mail.berlios.de>
Thu, 7 Jan 2010 16:13:30 +0000 (7 17:13 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 13 Jan 2010 12:50:18 +0000 (13 14:50 +0200)
tree3bae2066bede8c326860bb59a5fa6953be0807c6
parent61702408c7b321ae57f871d4ccddb372ec0347ad
eepro100: Update ROM file support

Use new way to associate ROM files to devices.

Currently, there is only a ROM file for i82559er
included in QEMU, so the patch does not add
.romfile for the other devices.

When flexible mode is fixed in eepro100, adding
more ROM files will be possible. It should be
possible to create them from pxe-i82559er.bin,
because etherboot uses the same driver for all
eepro100 devices (only PCI ids differ).

Maybe it is even possible to create a single
pxe-i8255x.bin which supports all eepro100 devices
(not supported with current etherboot).

Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/eepro100.c