patch-1.3.69 linux/net/core/dev.c
Next file: linux/net/core/sock.c
Previous file: linux/mm/vmscan.c
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Mon Feb 26 11:58:20 1996
- Orig file:
v1.3.68/linux/net/core/dev.c
- Orig date:
Fri Feb 23 13:54:41 1996
diff -u --recursive --new-file v1.3.68/linux/net/core/dev.c linux/net/core/dev.c
@@ -216,7 +216,7 @@
extern __inline__ void dev_load(const char *name)
{
- char *sptr;
+ const char *sptr;
if(!dev_get(name)) {
#ifdef CONFIG_NET_ALIAS
@@ -1317,6 +1317,7 @@
*
*/
extern int lance_init(void);
+extern int ni65_init(void);
extern int pi_init(void);
extern int dec21040_init(void);
@@ -1337,6 +1338,9 @@
*/
#if defined(CONFIG_LANCE)
lance_init();
+#endif
+#if defined(CONFIG_NI65)
+ ni65_init();
#endif
#if defined(CONFIG_PI)
pi_init();
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this