patch-2.3.29 linux/drivers/net/Space.c

Next file: linux/drivers/net/bmac.c
Previous file: linux/drivers/net/Makefile
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.28/linux/drivers/net/Space.c linux/drivers/net/Space.c
@@ -160,6 +160,9 @@
  * 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

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)