summaryrefslogtreecommitdiffstats
path: root/drivers/net/Space.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-02-04 07:40:19 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-02-04 07:40:19 +0000
commit33263fc5f9ac8e8cb2b22d06af3ce5ac1dd815e4 (patch)
tree2d1b86a40bef0958a68cf1a2eafbeb0667a70543 /drivers/net/Space.c
parent216f5f51aa02f8b113aa620ebc14a9631a217a00 (diff)
Merge with Linux 2.3.32.
Diffstat (limited to 'drivers/net/Space.c')
-rw-r--r--drivers/net/Space.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/Space.c b/drivers/net/Space.c
index c1abe360b..80e85187d 100644
--- a/drivers/net/Space.c
+++ b/drivers/net/Space.c
@@ -161,6 +161,9 @@ static int __init probe_list(struct net_device *dev, struct devprobe *plist)
* EISA only driver probes, and also the legacy PCI probes
*/
struct devprobe eisa_probes[] __initdata = {
+#ifdef CONFIG_DE4X5 /* DEC DE425, DE434, DE435 adapters */
+ {de4x5_probe, 0},
+#endif
#ifdef CONFIG_TLAN
{tlan_probe, 0},
#endif