patch-2.1.16 linux/include/linux/netdevice.h
Next file: linux/include/linux/openpromio.h
Previous file: linux/include/linux/ncp_mount.h
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
Wed Dec 18 12:47:21 1996
- Orig file:
v2.1.15/linux/include/linux/netdevice.h
- Orig date:
Thu Dec 12 19:37:19 1996
diff -u --recursive --new-file v2.1.15/linux/include/linux/netdevice.h linux/include/linux/netdevice.h
@@ -296,7 +296,10 @@
/*
* This almost never occurs, isn't in performance critical paths
- * and we can thus be relaxed about it
+ * and we can thus be relaxed about it.
+ *
+ * FIXME: What if this is being run as a real time process ??
+ * Linus: We need a way to force a yield here ?
*/
extern __inline__ void dev_lock_wait(void)
@@ -347,6 +350,8 @@
extern void dev_mc_delete(struct device *dev, void *addr, int alen, int all);
extern void dev_mc_add(struct device *dev, void *addr, int alen, int newonly);
extern void dev_mc_discard(struct device *dev);
+/* Load a device via the kerneld */
+extern void dev_load(const char *name);
#endif /* __KERNEL__ */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov