patch-2.3.31 linux/drivers/net/setup.c
Next file: linux/drivers/pci/Config.in
Previous file: linux/drivers/net/pcmcia/aironet4500_cs.c
Back to the patch index
Back to the overall index
- Lines: 34
- Date:
Tue Dec 7 14:33:32 1999
- Orig file:
v2.3.30/linux/drivers/net/setup.c
- Orig date:
Tue Nov 23 22:42:20 1999
diff -u --recursive --new-file v2.3.30/linux/drivers/net/setup.c linux/drivers/net/setup.c
@@ -22,6 +22,10 @@
extern int yam_init(void);
extern int acenic_probe(void);
+extern int awc4500_pci_probe(void);
+extern int awc4500_isa_probe(void);
+extern int awc4500_pnp_probe(void);
+extern int awc4500_365_probe(void);
extern int arcnet_init(void);
extern int bigmac_probe(void);
extern int bmac_probe(void);
@@ -214,6 +218,22 @@
{starfire_probe, 0},
#endif
+/*
+*
+* Wireless non-HAM
+*
+*/
+#ifdef CONFIG_AIRONET4500_NONCS
+
+#ifdef CONFIG_AIRONET4500_PCI
+ {awc4500_pci_probe,0},
+#endif
+
+#ifdef CONFIG_AIRONET4500_PNP
+ {awc4500_pnp_probe,0},
+#endif
+
+#endif
/*
* Amateur Radio Drivers
*/
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)