]> git.neil.brown.name Git - history.git/commit
[NET]: Fix multiple eth0 mixed PCI/ISA init.
authorStephen Hemminger <shemminger@osdl.org>
Mon, 5 Jan 2004 04:58:57 +0000 (20:58 -0800)
committerStephen Hemminger <shemminger@osdl.org>
Mon, 5 Jan 2004 04:58:57 +0000 (20:58 -0800)
commitead7297a236119ce4d36bbc599036ca4602dd148
tree8b1303c8118743037c849789a00880b5ede44d7f
parent5d61282c5a7d9c8cd4cb8751643adcbfe5b71674
[NET]: Fix multiple eth0 mixed PCI/ISA init.

This patch for 2.6 fixes the problem found by Zoltan Farkas
with mixed PCI/ISA and a non-modular config.  The problem is the old_netdev
ISA probing isn't skipping eth0 which already got assigned by the PCI
initialization.
drivers/net/Space.c