• Kenji Kaneshige's avatar
    [PATCH] fix "PCI: assign ioapic resource at hotplug" · 9bded00b
    Kenji Kaneshige authored
    Roland Dreier wrote:
    > The change "PCI: assign ioapic resource at hotplug" (commit
    > 23186279 in Linus's tree) makes
    > networking stop working on my system (SuperMicro H8QC8 with four
    > dual-core Opteron 885 CPUs).  In particular, the on-board NIC stops
    > working, probably because it gets assigned the wrong IRQ (225 in the
    > non-working case, 217 in the working case)
    >
    > With that patch applied, e1000 doesn't work.  Reverting just that
    > patch (shown below) from Linus's latest tree fixes things for me.
    >
    
    The cause of this problem might be an wrong assumption that the 'start'
    member of resource structure for ioapic device has non-zero value if the
    resources are assigned by firmware.  The 'start' member of ioapic device
    seems not to be set even though the resources were actually assigned to
    ioapic devices by firmware.
    
    Cc: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
    Cc: MUNEDA Takahiro <muneda.takahiro@jp.fujitsu.com>
    Cc: Satoru Takeuchi <takeuchi_satoru@jp.fujitsu.com>
    Cc: Kristen Carlson Accardi <kristen.c.accardi@intel.com>
    Cc: Greg Kroah-Hartman <gregkh@suse.de>
    Cc: Roland Dreier <rdreier@cisco.com>
    Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
    9bded00b
setup-bus.c 15.3 KB