eepro100: fix PCI interrupt pin configuration regression
commitf62719ca6fcdab99d6fbd7a1d6798e0fad4e0b70
authorStefan Weil <weil@mail.berlios.de>
Tue, 6 Apr 2010 11:44:09 +0000 (6 13:44 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 7 Apr 2010 07:58:00 +0000 (7 10:58 +0300)
treeb3612632f42be19b27b468eccb73e21333b63845
parent269eba077104df9b4d6faedb4da1c2aa978e2b1d
eepro100: fix PCI interrupt pin configuration regression

Commit 15e89f5916c9e82347cbd1fd416db3e348bab426
removed this setting, but it is still needed.

Without this patch, e100 device drivers using
interrupts don't work with qemu.

See other nic emulations which also set the
PCI interrupt pin.

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