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