patch-2.4.0-test11 linux/drivers/isdn/hysdn/hysdn_net.c
Next file: linux/drivers/isdn/hysdn/hysdn_pof.h
Previous file: linux/drivers/isdn/hysdn/hysdn_init.c
Back to the patch index
Back to the overall index
- Lines: 49
- Date:
Fri Nov 17 11:16:20 2000
- Orig file:
v2.4.0-test10/linux/drivers/isdn/hysdn/hysdn_net.c
- Orig date:
Mon Aug 21 07:49:03 2000
diff -u --recursive --new-file v2.4.0-test10/linux/drivers/isdn/hysdn/hysdn_net.c linux/drivers/isdn/hysdn/hysdn_net.c
@@ -1,4 +1,4 @@
-/* $Id: hysdn_net.c,v 1.7 2000/05/23 06:48:54 ualbrecht Exp $
+/* $Id: hysdn_net.c,v 1.8 2000/11/13 22:51:47 kai Exp $
* Linux driver for HYSDN cards, net (ethernet type) handling routines.
*
@@ -23,33 +23,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
- * $Log: hysdn_net.c,v $
- * Revision 1.7 2000/05/23 06:48:54 ualbrecht
- * Reverted last change in dev->name assignment (broken netdevice.h in 2.3.99pre6?)
- *
- * Revision 1.6 2000/05/17 11:43:03 ualbrecht
- * Fixed a NULL-pointer kernel-oops assigning the device-name
- *
- * Revision 1.5 2000/05/06 00:52:38 kai
- * merged changes from kernel tree
- * fixed timer and net_device->name breakage
- *
- * Revision 1.4 2000/04/23 14:18:36 kai
- * merge changes from main tree
- *
- * Revision 1.3 2000/02/14 19:24:12 werner
- *
- * Removed superflous file
- *
- * Revision 1.2 2000/02/13 17:32:19 werner
- *
- * Added support for new network layer of 2.3.43 and 44 kernels and tested driver.
- *
- * Revision 1.1 2000/02/10 19:45:18 werner
- *
- * Initial release
- *
- *
*/
#define __NO_VERSION__
@@ -65,7 +38,7 @@
#include "hysdn_defs.h"
/* store the actual version for log reporting */
-char *hysdn_net_revision = "$Revision: 1.7 $";
+char *hysdn_net_revision = "$Revision: 1.8 $";
#define MAX_SKB_BUFFERS 20 /* number of buffers for keeping TX-data */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)