diff options
Diffstat (limited to 'drivers/s390/net')
| -rw-r--r-- | drivers/s390/net/claw.c | 11 | ||||
| -rw-r--r-- | drivers/s390/net/claw.h | 2 | ||||
| -rw-r--r-- | drivers/s390/net/ctcdbug.c | 5 | ||||
| -rw-r--r-- | drivers/s390/net/ctcdbug.h | 4 | ||||
| -rw-r--r-- | drivers/s390/net/ctcmain.c | 19 | ||||
| -rw-r--r-- | drivers/s390/net/ctcmain.h | 4 | ||||
| -rw-r--r-- | drivers/s390/net/ctctty.c | 2 | ||||
| -rw-r--r-- | drivers/s390/net/ctctty.h | 2 | ||||
| -rw-r--r-- | drivers/s390/net/cu3088.c | 2 | ||||
| -rw-r--r-- | drivers/s390/net/fsm.c | 2 | ||||
| -rw-r--r-- | drivers/s390/net/fsm.h | 2 | ||||
| -rw-r--r-- | drivers/s390/net/iucv.c | 16 | ||||
| -rw-r--r-- | drivers/s390/net/lcs.c | 5 | ||||
| -rw-r--r-- | drivers/s390/net/lcs.h | 2 | ||||
| -rw-r--r-- | drivers/s390/net/netiucv.c | 15 | ||||
| -rw-r--r-- | drivers/s390/net/qeth.h | 2 | ||||
| -rw-r--r-- | drivers/s390/net/qeth_eddp.c | 5 | ||||
| -rw-r--r-- | drivers/s390/net/qeth_eddp.h | 6 | ||||
| -rw-r--r-- | drivers/s390/net/qeth_fs.h | 5 | ||||
| -rw-r--r-- | drivers/s390/net/qeth_main.c | 13 | ||||
| -rw-r--r-- | drivers/s390/net/qeth_mpc.c | 2 | ||||
| -rw-r--r-- | drivers/s390/net/qeth_mpc.h | 4 | ||||
| -rw-r--r-- | drivers/s390/net/qeth_proc.c | 4 | ||||
| -rw-r--r-- | drivers/s390/net/qeth_sys.c | 4 | ||||
| -rw-r--r-- | drivers/s390/net/qeth_tso.h | 4 |
25 files changed, 17 insertions, 125 deletions
diff --git a/drivers/s390/net/claw.c b/drivers/s390/net/claw.c index e70af7f39946..a86436a7a606 100644 --- a/drivers/s390/net/claw.c +++ b/drivers/s390/net/claw.c | |||
| @@ -2,8 +2,6 @@ | |||
| 2 | * drivers/s390/net/claw.c | 2 | * drivers/s390/net/claw.c |
| 3 | * ESCON CLAW network driver | 3 | * ESCON CLAW network driver |
| 4 | * | 4 | * |
| 5 | * $Revision: 1.38 $ $Date: 2005/08/29 09:47:04 $ | ||
| 6 | * | ||
| 7 | * Linux for zSeries version | 5 | * Linux for zSeries version |
| 8 | * Copyright (C) 2002,2005 IBM Corporation | 6 | * Copyright (C) 2002,2005 IBM Corporation |
| 9 | * Author(s) Original code written by: | 7 | * Author(s) Original code written by: |
| @@ -4391,14 +4389,7 @@ static int __init | |||
| 4391 | claw_init(void) | 4389 | claw_init(void) |
| 4392 | { | 4390 | { |
| 4393 | int ret = 0; | 4391 | int ret = 0; |
| 4394 | printk(KERN_INFO "claw: starting driver " | 4392 | printk(KERN_INFO "claw: starting driver\n"); |
| 4395 | #ifdef MODULE | ||
| 4396 | "module " | ||
| 4397 | #else | ||
| 4398 | "compiled into kernel " | ||
| 4399 | #endif | ||
| 4400 | " $Revision: 1.38 $ $Date: 2005/08/29 09:47:04 $ \n"); | ||
| 4401 | |||
| 4402 | 4393 | ||
| 4403 | #ifdef FUNCTRACE | 4394 | #ifdef FUNCTRACE |
| 4404 | printk(KERN_INFO "claw: %s() enter \n",__FUNCTION__); | 4395 | printk(KERN_INFO "claw: %s() enter \n",__FUNCTION__); |
diff --git a/drivers/s390/net/claw.h b/drivers/s390/net/claw.h index 3df71970f601..969be465309c 100644 --- a/drivers/s390/net/claw.h +++ b/drivers/s390/net/claw.h | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | * Define constants * | 2 | * Define constants * |
| 3 | * * | 3 | * * |
| 4 | ********************************************************/ | 4 | ********************************************************/ |
| 5 | #define VERSION_CLAW_H "$Revision: 1.6 $" | 5 | |
| 6 | /*-----------------------------------------------------* | 6 | /*-----------------------------------------------------* |
| 7 | * CCW command codes for CLAW protocol * | 7 | * CCW command codes for CLAW protocol * |
| 8 | *------------------------------------------------------*/ | 8 | *------------------------------------------------------*/ |
diff --git a/drivers/s390/net/ctcdbug.c b/drivers/s390/net/ctcdbug.c index 0e2a8bb93032..e6e72deb36b5 100644 --- a/drivers/s390/net/ctcdbug.c +++ b/drivers/s390/net/ctcdbug.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * | 2 | * |
| 3 | * linux/drivers/s390/net/ctcdbug.c ($Revision: 1.6 $) | 3 | * linux/drivers/s390/net/ctcdbug.c |
| 4 | * | 4 | * |
| 5 | * CTC / ESCON network driver - s390 dbf exploit. | 5 | * CTC / ESCON network driver - s390 dbf exploit. |
| 6 | * | 6 | * |
| @@ -9,8 +9,6 @@ | |||
| 9 | * Author(s): Original Code written by | 9 | * Author(s): Original Code written by |
| 10 | * Peter Tiedemann (ptiedem@de.ibm.com) | 10 | * Peter Tiedemann (ptiedem@de.ibm.com) |
| 11 | * | 11 | * |
| 12 | * $Revision: 1.6 $ $Date: 2005/05/11 08:10:17 $ | ||
| 13 | * | ||
| 14 | * This program is free software; you can redistribute it and/or modify | 12 | * This program is free software; you can redistribute it and/or modify |
| 15 | * it under the terms of the GNU General Public License as published by | 13 | * it under the terms of the GNU General Public License as published by |
| 16 | * the Free Software Foundation; either version 2, or (at your option) | 14 | * the Free Software Foundation; either version 2, or (at your option) |
| @@ -80,4 +78,3 @@ ctc_register_dbf_views(void) | |||
| 80 | return 0; | 78 | return 0; |
| 81 | } | 79 | } |
| 82 | 80 | ||
| 83 | |||
diff --git a/drivers/s390/net/ctcdbug.h b/drivers/s390/net/ctcdbug.h index 7d6afa1627c3..413925ee23d1 100644 --- a/drivers/s390/net/ctcdbug.h +++ b/drivers/s390/net/ctcdbug.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * | 2 | * |
| 3 | * linux/drivers/s390/net/ctcdbug.h ($Revision: 1.6 $) | 3 | * linux/drivers/s390/net/ctcdbug.h |
| 4 | * | 4 | * |
| 5 | * CTC / ESCON network driver - s390 dbf exploit. | 5 | * CTC / ESCON network driver - s390 dbf exploit. |
| 6 | * | 6 | * |
| @@ -9,8 +9,6 @@ | |||
| 9 | * Author(s): Original Code written by | 9 | * Author(s): Original Code written by |
| 10 | * Peter Tiedemann (ptiedem@de.ibm.com) | 10 | * Peter Tiedemann (ptiedem@de.ibm.com) |
| 11 | * | 11 | * |
| 12 | * $Revision: 1.6 $ $Date: 2005/05/11 08:10:17 $ | ||
| 13 | * | ||
| 14 | * This program is free software; you can redistribute it and/or modify | 12 | * This program is free software; you can redistribute it and/or modify |
| 15 | * it under the terms of the GNU General Public License as published by | 13 | * it under the terms of the GNU General Public License as published by |
| 16 | * the Free Software Foundation; either version 2, or (at your option) | 14 | * the Free Software Foundation; either version 2, or (at your option) |
diff --git a/drivers/s390/net/ctcmain.c b/drivers/s390/net/ctcmain.c index 1901feef07d9..af9f212314b3 100644 --- a/drivers/s390/net/ctcmain.c +++ b/drivers/s390/net/ctcmain.c | |||
| @@ -1,6 +1,4 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * $Id: ctcmain.c,v 1.79 2006/01/11 11:32:18 cohuck Exp $ | ||
| 3 | * | ||
| 4 | * CTC / ESCON network driver | 2 | * CTC / ESCON network driver |
| 5 | * | 3 | * |
| 6 | * Copyright (C) 2001 IBM Deutschland Entwicklung GmbH, IBM Corporation | 4 | * Copyright (C) 2001 IBM Deutschland Entwicklung GmbH, IBM Corporation |
| @@ -37,8 +35,6 @@ | |||
| 37 | * along with this program; if not, write to the Free Software | 35 | * along with this program; if not, write to the Free Software |
| 38 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | 36 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
| 39 | * | 37 | * |
| 40 | * RELEASE-TAG: CTC/ESCON network driver $Revision: 1.79 $ | ||
| 41 | * | ||
| 42 | */ | 38 | */ |
| 43 | #undef DEBUG | 39 | #undef DEBUG |
| 44 | #include <linux/module.h> | 40 | #include <linux/module.h> |
| @@ -248,22 +244,11 @@ static void | |||
| 248 | print_banner(void) | 244 | print_banner(void) |
| 249 | { | 245 | { |
| 250 | static int printed = 0; | 246 | static int printed = 0; |
| 251 | char vbuf[] = "$Revision: 1.79 $"; | ||
| 252 | char *version = vbuf; | ||
| 253 | 247 | ||
| 254 | if (printed) | 248 | if (printed) |
| 255 | return; | 249 | return; |
| 256 | if ((version = strchr(version, ':'))) { | 250 | |
| 257 | char *p = strchr(version + 1, '$'); | 251 | printk(KERN_INFO "CTC driver initialized\n"); |
| 258 | if (p) | ||
| 259 | *p = '\0'; | ||
| 260 | } else | ||
| 261 | version = " ??? "; | ||
| 262 | printk(KERN_INFO "CTC driver Version%s" | ||
| 263 | #ifdef DEBUG | ||
| 264 | " (DEBUG-VERSION, " __DATE__ __TIME__ ")" | ||
| 265 | #endif | ||
| 266 | " initialized\n", version); | ||
| 267 | printed = 1; | 252 | printed = 1; |
| 268 | } | 253 | } |
| 269 | 254 | ||
diff --git a/drivers/s390/net/ctcmain.h b/drivers/s390/net/ctcmain.h index ba3605f16335..d2e835c0c134 100644 --- a/drivers/s390/net/ctcmain.h +++ b/drivers/s390/net/ctcmain.h | |||
| @@ -1,6 +1,4 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * $Id: ctcmain.h,v 1.4 2005/03/24 09:04:17 mschwide Exp $ | ||
| 3 | * | ||
| 4 | * CTC / ESCON network driver | 2 | * CTC / ESCON network driver |
| 5 | * | 3 | * |
| 6 | * Copyright (C) 2001 IBM Deutschland Entwicklung GmbH, IBM Corporation | 4 | * Copyright (C) 2001 IBM Deutschland Entwicklung GmbH, IBM Corporation |
| @@ -29,8 +27,6 @@ | |||
| 29 | * along with this program; if not, write to the Free Software | 27 | * along with this program; if not, write to the Free Software |
| 30 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | 28 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
| 31 | * | 29 | * |
| 32 | * RELEASE-TAG: CTC/ESCON network driver $Revision: 1.4 $ | ||
| 33 | * | ||
| 34 | */ | 30 | */ |
| 35 | 31 | ||
| 36 | #ifndef _CTCMAIN_H_ | 32 | #ifndef _CTCMAIN_H_ |
diff --git a/drivers/s390/net/ctctty.c b/drivers/s390/net/ctctty.c index 93d1725eb79b..5cdcdbf92962 100644 --- a/drivers/s390/net/ctctty.c +++ b/drivers/s390/net/ctctty.c | |||
| @@ -1,6 +1,4 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * $Id: ctctty.c,v 1.29 2005/04/05 08:50:44 mschwide Exp $ | ||
| 3 | * | ||
| 4 | * CTC / ESCON network driver, tty interface. | 2 | * CTC / ESCON network driver, tty interface. |
| 5 | * | 3 | * |
| 6 | * Copyright (C) 2001 IBM Deutschland Entwicklung GmbH, IBM Corporation | 4 | * Copyright (C) 2001 IBM Deutschland Entwicklung GmbH, IBM Corporation |
diff --git a/drivers/s390/net/ctctty.h b/drivers/s390/net/ctctty.h index 84b2f8f23ab3..7254dc006311 100644 --- a/drivers/s390/net/ctctty.h +++ b/drivers/s390/net/ctctty.h | |||
| @@ -1,6 +1,4 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * $Id: ctctty.h,v 1.4 2003/09/18 08:01:10 mschwide Exp $ | ||
| 3 | * | ||
| 4 | * CTC / ESCON network driver, tty interface. | 2 | * CTC / ESCON network driver, tty interface. |
| 5 | * | 3 | * |
| 6 | * Copyright (C) 2001 IBM Deutschland Entwicklung GmbH, IBM Corporation | 4 | * Copyright (C) 2001 IBM Deutschland Entwicklung GmbH, IBM Corporation |
diff --git a/drivers/s390/net/cu3088.c b/drivers/s390/net/cu3088.c index 2014fb7a4881..b12533104c1f 100644 --- a/drivers/s390/net/cu3088.c +++ b/drivers/s390/net/cu3088.c | |||
| @@ -1,6 +1,4 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * $Id: cu3088.c,v 1.38 2006/01/12 14:33:09 cohuck Exp $ | ||
| 3 | * | ||
| 4 | * CTC / LCS ccw_device driver | 2 | * CTC / LCS ccw_device driver |
| 5 | * | 3 | * |
| 6 | * Copyright (C) 2002 IBM Deutschland Entwicklung GmbH, IBM Corporation | 4 | * Copyright (C) 2002 IBM Deutschland Entwicklung GmbH, IBM Corporation |
diff --git a/drivers/s390/net/fsm.c b/drivers/s390/net/fsm.c index 24029bd9c7d0..6caf5fa6a3b5 100644 --- a/drivers/s390/net/fsm.c +++ b/drivers/s390/net/fsm.c | |||
| @@ -1,6 +1,4 @@ | |||
| 1 | /** | 1 | /** |
| 2 | * $Id: fsm.c,v 1.6 2003/10/15 11:37:29 mschwide Exp $ | ||
| 3 | * | ||
| 4 | * A generic FSM based on fsm used in isdn4linux | 2 | * A generic FSM based on fsm used in isdn4linux |
| 5 | * | 3 | * |
| 6 | */ | 4 | */ |
diff --git a/drivers/s390/net/fsm.h b/drivers/s390/net/fsm.h index 5b98253be7aa..af679c10f1bd 100644 --- a/drivers/s390/net/fsm.h +++ b/drivers/s390/net/fsm.h | |||
| @@ -1,5 +1,3 @@ | |||
| 1 | /* $Id: fsm.h,v 1.1.1.1 2002/03/13 19:33:09 mschwide Exp $ | ||
| 2 | */ | ||
| 3 | #ifndef _FSM_H_ | 1 | #ifndef _FSM_H_ |
| 4 | #define _FSM_H_ | 2 | #define _FSM_H_ |
| 5 | 3 | ||
diff --git a/drivers/s390/net/iucv.c b/drivers/s390/net/iucv.c index ea8177392564..760e77ec5a11 100644 --- a/drivers/s390/net/iucv.c +++ b/drivers/s390/net/iucv.c | |||
| @@ -1,6 +1,4 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * $Id: iucv.c,v 1.47 2005/11/21 11:35:22 mschwide Exp $ | ||
| 3 | * | ||
| 4 | * IUCV network driver | 2 | * IUCV network driver |
| 5 | * | 3 | * |
| 6 | * Copyright (C) 2001 IBM Deutschland Entwicklung GmbH, IBM Corporation | 4 | * Copyright (C) 2001 IBM Deutschland Entwicklung GmbH, IBM Corporation |
| @@ -29,8 +27,6 @@ | |||
| 29 | * along with this program; if not, write to the Free Software | 27 | * along with this program; if not, write to the Free Software |
| 30 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | 28 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
| 31 | * | 29 | * |
| 32 | * RELEASE-TAG: IUCV lowlevel driver $Revision: 1.47 $ | ||
| 33 | * | ||
| 34 | */ | 30 | */ |
| 35 | 31 | ||
| 36 | /* #define DEBUG */ | 32 | /* #define DEBUG */ |
| @@ -355,17 +351,7 @@ do { \ | |||
| 355 | static void | 351 | static void |
| 356 | iucv_banner(void) | 352 | iucv_banner(void) |
| 357 | { | 353 | { |
| 358 | char vbuf[] = "$Revision: 1.47 $"; | 354 | printk(KERN_INFO "IUCV lowlevel driver initialized\n"); |
| 359 | char *version = vbuf; | ||
| 360 | |||
| 361 | if ((version = strchr(version, ':'))) { | ||
| 362 | char *p = strchr(version + 1, '$'); | ||
| 363 | if (p) | ||
| 364 | *p = '\0'; | ||
| 365 | } else | ||
| 366 | version = " ??? "; | ||
| 367 | printk(KERN_INFO | ||
| 368 | "IUCV lowlevel driver Version%s initialized\n", version); | ||
| 369 | } | 355 | } |
| 370 | 356 | ||
| 371 | /** | 357 | /** |
diff --git a/drivers/s390/net/lcs.c b/drivers/s390/net/lcs.c index da8c515743e8..6229ba4995ad 100644 --- a/drivers/s390/net/lcs.c +++ b/drivers/s390/net/lcs.c | |||
| @@ -11,8 +11,6 @@ | |||
| 11 | * Frank Pavlic (fpavlic@de.ibm.com) and | 11 | * Frank Pavlic (fpavlic@de.ibm.com) and |
| 12 | * Martin Schwidefsky <schwidefsky@de.ibm.com> | 12 | * Martin Schwidefsky <schwidefsky@de.ibm.com> |
| 13 | * | 13 | * |
| 14 | * $Revision: 1.99 $ $Date: 2005/05/11 08:10:17 $ | ||
| 15 | * | ||
| 16 | * This program is free software; you can redistribute it and/or modify | 14 | * This program is free software; you can redistribute it and/or modify |
| 17 | * it under the terms of the GNU General Public License as published by | 15 | * it under the terms of the GNU General Public License as published by |
| 18 | * the Free Software Foundation; either version 2, or (at your option) | 16 | * the Free Software Foundation; either version 2, or (at your option) |
| @@ -59,9 +57,8 @@ | |||
| 59 | /** | 57 | /** |
| 60 | * initialization string for output | 58 | * initialization string for output |
| 61 | */ | 59 | */ |
| 62 | #define VERSION_LCS_C "$Revision: 1.99 $" | ||
| 63 | 60 | ||
| 64 | static char version[] __initdata = "LCS driver ("VERSION_LCS_C "/" VERSION_LCS_H ")"; | 61 | static char version[] __initdata = "LCS driver"; |
| 65 | static char debug_buffer[255]; | 62 | static char debug_buffer[255]; |
| 66 | 63 | ||
| 67 | /** | 64 | /** |
diff --git a/drivers/s390/net/lcs.h b/drivers/s390/net/lcs.h index a7f348ef1b08..08e60ad43916 100644 --- a/drivers/s390/net/lcs.h +++ b/drivers/s390/net/lcs.h | |||
| @@ -6,8 +6,6 @@ | |||
| 6 | #include <linux/workqueue.h> | 6 | #include <linux/workqueue.h> |
| 7 | #include <asm/ccwdev.h> | 7 | #include <asm/ccwdev.h> |
| 8 | 8 | ||
| 9 | #define VERSION_LCS_H "$Revision: 1.19 $" | ||
| 10 | |||
| 11 | #define LCS_DBF_TEXT(level, name, text) \ | 9 | #define LCS_DBF_TEXT(level, name, text) \ |
| 12 | do { \ | 10 | do { \ |
| 13 | debug_text_event(lcs_dbf_##name, level, text); \ | 11 | debug_text_event(lcs_dbf_##name, level, text); \ |
diff --git a/drivers/s390/net/netiucv.c b/drivers/s390/net/netiucv.c index ac4c4b83fe17..71d3853e8682 100644 --- a/drivers/s390/net/netiucv.c +++ b/drivers/s390/net/netiucv.c | |||
| @@ -1,6 +1,4 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * $Id: netiucv.c,v 1.69 2006/01/12 14:33:09 cohuck Exp $ | ||
| 3 | * | ||
| 4 | * IUCV network driver | 2 | * IUCV network driver |
| 5 | * | 3 | * |
| 6 | * Copyright (C) 2001 IBM Deutschland Entwicklung GmbH, IBM Corporation | 4 | * Copyright (C) 2001 IBM Deutschland Entwicklung GmbH, IBM Corporation |
| @@ -31,8 +29,6 @@ | |||
| 31 | * along with this program; if not, write to the Free Software | 29 | * along with this program; if not, write to the Free Software |
| 32 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | 30 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
| 33 | * | 31 | * |
| 34 | * RELEASE-TAG: IUCV network driver $Revision: 1.69 $ | ||
| 35 | * | ||
| 36 | */ | 32 | */ |
| 37 | 33 | ||
| 38 | #undef DEBUG | 34 | #undef DEBUG |
| @@ -2077,16 +2073,7 @@ DRIVER_ATTR(remove, 0200, NULL, remove_write); | |||
| 2077 | static void | 2073 | static void |
| 2078 | netiucv_banner(void) | 2074 | netiucv_banner(void) |
| 2079 | { | 2075 | { |
| 2080 | char vbuf[] = "$Revision: 1.69 $"; | 2076 | PRINT_INFO("NETIUCV driver initialized\n"); |
| 2081 | char *version = vbuf; | ||
| 2082 | |||
| 2083 | if ((version = strchr(version, ':'))) { | ||
| 2084 | char *p = strchr(version + 1, '$'); | ||
| 2085 | if (p) | ||
| 2086 | *p = '\0'; | ||
| 2087 | } else | ||
| 2088 | version = " ??? "; | ||
| 2089 | PRINT_INFO("NETIUCV driver Version%s initialized\n", version); | ||
| 2090 | } | 2077 | } |
| 2091 | 2078 | ||
| 2092 | static void __exit | 2079 | static void __exit |
diff --git a/drivers/s390/net/qeth.h b/drivers/s390/net/qeth.h index d238c7ed103b..9a064d4727ad 100644 --- a/drivers/s390/net/qeth.h +++ b/drivers/s390/net/qeth.h | |||
| @@ -25,8 +25,6 @@ | |||
| 25 | 25 | ||
| 26 | #include "qeth_mpc.h" | 26 | #include "qeth_mpc.h" |
| 27 | 27 | ||
| 28 | #define VERSION_QETH_H "$Revision: 1.152 $" | ||
| 29 | |||
| 30 | #ifdef CONFIG_QETH_IPV6 | 28 | #ifdef CONFIG_QETH_IPV6 |
| 31 | #define QETH_VERSION_IPV6 ":IPv6" | 29 | #define QETH_VERSION_IPV6 ":IPv6" |
| 32 | #else | 30 | #else |
diff --git a/drivers/s390/net/qeth_eddp.c b/drivers/s390/net/qeth_eddp.c index f94f1f25eec6..b02313127780 100644 --- a/drivers/s390/net/qeth_eddp.c +++ b/drivers/s390/net/qeth_eddp.c | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * | 2 | * linux/drivers/s390/net/qeth_eddp.c |
| 3 | * linux/drivers/s390/net/qeth_eddp.c ($Revision: 1.13 $) | ||
| 4 | * | 3 | * |
| 5 | * Enhanced Device Driver Packing (EDDP) support for the qeth driver. | 4 | * Enhanced Device Driver Packing (EDDP) support for the qeth driver. |
| 6 | * | 5 | * |
| @@ -8,8 +7,6 @@ | |||
| 8 | * | 7 | * |
| 9 | * Author(s): Thomas Spatzier <tspat@de.ibm.com> | 8 | * Author(s): Thomas Spatzier <tspat@de.ibm.com> |
| 10 | * | 9 | * |
| 11 | * $Revision: 1.13 $ $Date: 2005/05/04 20:19:18 $ | ||
| 12 | * | ||
| 13 | */ | 10 | */ |
| 14 | #include <linux/config.h> | 11 | #include <linux/config.h> |
| 15 | #include <linux/errno.h> | 12 | #include <linux/errno.h> |
diff --git a/drivers/s390/net/qeth_eddp.h b/drivers/s390/net/qeth_eddp.h index e1b51860bc57..cae9ba265056 100644 --- a/drivers/s390/net/qeth_eddp.h +++ b/drivers/s390/net/qeth_eddp.h | |||
| @@ -1,14 +1,12 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * linux/drivers/s390/net/qeth_eddp.c ($Revision: 1.5 $) | 2 | * linux/drivers/s390/net/qeth_eddp.h |
| 3 | * | 3 | * |
| 4 | * Header file for qeth enhanced device driver pakcing. | 4 | * Header file for qeth enhanced device driver packing. |
| 5 | * | 5 | * |
| 6 | * Copyright 2004 IBM Corporation | 6 | * Copyright 2004 IBM Corporation |
| 7 | * | 7 | * |
| 8 | * Author(s): Thomas Spatzier <tspat@de.ibm.com> | 8 | * Author(s): Thomas Spatzier <tspat@de.ibm.com> |
| 9 | * | 9 | * |
| 10 | * $Revision: 1.5 $ $Date: 2005/03/24 09:04:18 $ | ||
| 11 | * | ||
| 12 | */ | 10 | */ |
| 13 | #ifndef __QETH_EDDP_H__ | 11 | #ifndef __QETH_EDDP_H__ |
| 14 | #define __QETH_EDDP_H__ | 12 | #define __QETH_EDDP_H__ |
diff --git a/drivers/s390/net/qeth_fs.h b/drivers/s390/net/qeth_fs.h index c0b4c8d82c45..e422b41c656e 100644 --- a/drivers/s390/net/qeth_fs.h +++ b/drivers/s390/net/qeth_fs.h | |||
| @@ -12,11 +12,6 @@ | |||
| 12 | #ifndef __QETH_FS_H__ | 12 | #ifndef __QETH_FS_H__ |
| 13 | #define __QETH_FS_H__ | 13 | #define __QETH_FS_H__ |
| 14 | 14 | ||
| 15 | #define VERSION_QETH_FS_H "$Revision: 1.10 $" | ||
| 16 | |||
| 17 | extern const char *VERSION_QETH_PROC_C; | ||
| 18 | extern const char *VERSION_QETH_SYS_C; | ||
| 19 | |||
| 20 | #ifdef CONFIG_PROC_FS | 15 | #ifdef CONFIG_PROC_FS |
| 21 | extern int | 16 | extern int |
| 22 | qeth_create_procfs_entries(void); | 17 | qeth_create_procfs_entries(void); |
diff --git a/drivers/s390/net/qeth_main.c b/drivers/s390/net/qeth_main.c index 97f927c01a82..410abeada6c4 100644 --- a/drivers/s390/net/qeth_main.c +++ b/drivers/s390/net/qeth_main.c | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * | 2 | * linux/drivers/s390/net/qeth_main.c |
| 3 | * linux/drivers/s390/net/qeth_main.c ($Revision: 1.251 $) | ||
| 4 | * | 3 | * |
| 5 | * Linux on zSeries OSA Express and HiperSockets support | 4 | * Linux on zSeries OSA Express and HiperSockets support |
| 6 | * | 5 | * |
| @@ -12,8 +11,6 @@ | |||
| 12 | * Frank Pavlic (fpavlic@de.ibm.com) and | 11 | * Frank Pavlic (fpavlic@de.ibm.com) and |
| 13 | * Thomas Spatzier <tspat@de.ibm.com> | 12 | * Thomas Spatzier <tspat@de.ibm.com> |
| 14 | * | 13 | * |
| 15 | * $Revision: 1.251 $ $Date: 2005/05/04 20:19:18 $ | ||
| 16 | * | ||
| 17 | * This program is free software; you can redistribute it and/or modify | 14 | * This program is free software; you can redistribute it and/or modify |
| 18 | * it under the terms of the GNU General Public License as published by | 15 | * it under the terms of the GNU General Public License as published by |
| 19 | * the Free Software Foundation; either version 2, or (at your option) | 16 | * the Free Software Foundation; either version 2, or (at your option) |
| @@ -73,7 +70,6 @@ | |||
| 73 | #include "qeth_eddp.h" | 70 | #include "qeth_eddp.h" |
| 74 | #include "qeth_tso.h" | 71 | #include "qeth_tso.h" |
| 75 | 72 | ||
| 76 | #define VERSION_QETH_C "$Revision: 1.251 $" | ||
| 77 | static const char *version = "qeth S/390 OSA-Express driver"; | 73 | static const char *version = "qeth S/390 OSA-Express driver"; |
| 78 | 74 | ||
| 79 | /** | 75 | /** |
| @@ -8626,12 +8622,7 @@ qeth_init(void) | |||
| 8626 | { | 8622 | { |
| 8627 | int rc=0; | 8623 | int rc=0; |
| 8628 | 8624 | ||
| 8629 | PRINT_INFO("loading %s (%s/%s/%s/%s/%s/%s/%s %s %s)\n", | 8625 | PRINT_INFO("loading %s\n", version); |
| 8630 | version, VERSION_QETH_C, VERSION_QETH_H, | ||
| 8631 | VERSION_QETH_MPC_H, VERSION_QETH_MPC_C, | ||
| 8632 | VERSION_QETH_FS_H, VERSION_QETH_PROC_C, | ||
| 8633 | VERSION_QETH_SYS_C, QETH_VERSION_IPV6, | ||
| 8634 | QETH_VERSION_VLAN); | ||
| 8635 | 8626 | ||
| 8636 | INIT_LIST_HEAD(&qeth_card_list.list); | 8627 | INIT_LIST_HEAD(&qeth_card_list.list); |
| 8637 | INIT_LIST_HEAD(&qeth_notify_list); | 8628 | INIT_LIST_HEAD(&qeth_notify_list); |
diff --git a/drivers/s390/net/qeth_mpc.c b/drivers/s390/net/qeth_mpc.c index 5f8754addc14..77c83209d70e 100644 --- a/drivers/s390/net/qeth_mpc.c +++ b/drivers/s390/net/qeth_mpc.c | |||
| @@ -11,8 +11,6 @@ | |||
| 11 | #include <asm/cio.h> | 11 | #include <asm/cio.h> |
| 12 | #include "qeth_mpc.h" | 12 | #include "qeth_mpc.h" |
| 13 | 13 | ||
| 14 | const char *VERSION_QETH_MPC_C = "$Revision: 1.13 $"; | ||
| 15 | |||
| 16 | unsigned char IDX_ACTIVATE_READ[]={ | 14 | unsigned char IDX_ACTIVATE_READ[]={ |
| 17 | 0x00,0x00,0x80,0x00, 0x00,0x00,0x00,0x00, | 15 | 0x00,0x00,0x80,0x00, 0x00,0x00,0x00,0x00, |
| 18 | 0x19,0x01,0x01,0x80, 0x00,0x00,0x00,0x00, | 16 | 0x19,0x01,0x01,0x80, 0x00,0x00,0x00,0x00, |
diff --git a/drivers/s390/net/qeth_mpc.h b/drivers/s390/net/qeth_mpc.h index 864cec5f6c62..011c41041029 100644 --- a/drivers/s390/net/qeth_mpc.h +++ b/drivers/s390/net/qeth_mpc.h | |||
| @@ -14,10 +14,6 @@ | |||
| 14 | 14 | ||
| 15 | #include <asm/qeth.h> | 15 | #include <asm/qeth.h> |
| 16 | 16 | ||
| 17 | #define VERSION_QETH_MPC_H "$Revision: 1.46 $" | ||
| 18 | |||
| 19 | extern const char *VERSION_QETH_MPC_C; | ||
| 20 | |||
| 21 | #define IPA_PDU_HEADER_SIZE 0x40 | 17 | #define IPA_PDU_HEADER_SIZE 0x40 |
| 22 | #define QETH_IPA_PDU_LEN_TOTAL(buffer) (buffer+0x0e) | 18 | #define QETH_IPA_PDU_LEN_TOTAL(buffer) (buffer+0x0e) |
| 23 | #define QETH_IPA_PDU_LEN_PDU1(buffer) (buffer+0x26) | 19 | #define QETH_IPA_PDU_LEN_PDU1(buffer) (buffer+0x26) |
diff --git a/drivers/s390/net/qeth_proc.c b/drivers/s390/net/qeth_proc.c index 7bf35098831e..3c6339df879d 100644 --- a/drivers/s390/net/qeth_proc.c +++ b/drivers/s390/net/qeth_proc.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * | 2 | * |
| 3 | * linux/drivers/s390/net/qeth_fs.c ($Revision: 1.16 $) | 3 | * linux/drivers/s390/net/qeth_fs.c |
| 4 | * | 4 | * |
| 5 | * Linux on zSeries OSA Express and HiperSockets support | 5 | * Linux on zSeries OSA Express and HiperSockets support |
| 6 | * This file contains code related to procfs. | 6 | * This file contains code related to procfs. |
| @@ -21,8 +21,6 @@ | |||
| 21 | #include "qeth_mpc.h" | 21 | #include "qeth_mpc.h" |
| 22 | #include "qeth_fs.h" | 22 | #include "qeth_fs.h" |
| 23 | 23 | ||
| 24 | const char *VERSION_QETH_PROC_C = "$Revision: 1.16 $"; | ||
| 25 | |||
| 26 | /***** /proc/qeth *****/ | 24 | /***** /proc/qeth *****/ |
| 27 | #define QETH_PROCFILE_NAME "qeth" | 25 | #define QETH_PROCFILE_NAME "qeth" |
| 28 | static struct proc_dir_entry *qeth_procfile; | 26 | static struct proc_dir_entry *qeth_procfile; |
diff --git a/drivers/s390/net/qeth_sys.c b/drivers/s390/net/qeth_sys.c index 0ea185f70f75..c1831f572585 100644 --- a/drivers/s390/net/qeth_sys.c +++ b/drivers/s390/net/qeth_sys.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * | 2 | * |
| 3 | * linux/drivers/s390/net/qeth_sys.c ($Revision: 1.60 $) | 3 | * linux/drivers/s390/net/qeth_sys.c |
| 4 | * | 4 | * |
| 5 | * Linux on zSeries OSA Express and HiperSockets support | 5 | * Linux on zSeries OSA Express and HiperSockets support |
| 6 | * This file contains code related to sysfs. | 6 | * This file contains code related to sysfs. |
| @@ -20,8 +20,6 @@ | |||
| 20 | #include "qeth_mpc.h" | 20 | #include "qeth_mpc.h" |
| 21 | #include "qeth_fs.h" | 21 | #include "qeth_fs.h" |
| 22 | 22 | ||
| 23 | const char *VERSION_QETH_SYS_C = "$Revision: 1.60 $"; | ||
| 24 | |||
| 25 | /*****************************************************************************/ | 23 | /*****************************************************************************/ |
| 26 | /* */ | 24 | /* */ |
| 27 | /* /sys-fs stuff UNDER DEVELOPMENT !!! */ | 25 | /* /sys-fs stuff UNDER DEVELOPMENT !!! */ |
diff --git a/drivers/s390/net/qeth_tso.h b/drivers/s390/net/qeth_tso.h index 3c50b6f24f51..1286ddea450b 100644 --- a/drivers/s390/net/qeth_tso.h +++ b/drivers/s390/net/qeth_tso.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * linux/drivers/s390/net/qeth_tso.h ($Revision: 1.8 $) | 2 | * linux/drivers/s390/net/qeth_tso.h |
| 3 | * | 3 | * |
| 4 | * Header file for qeth TCP Segmentation Offload support. | 4 | * Header file for qeth TCP Segmentation Offload support. |
| 5 | * | 5 | * |
| @@ -7,8 +7,6 @@ | |||
| 7 | * | 7 | * |
| 8 | * Author(s): Frank Pavlic <fpavlic@de.ibm.com> | 8 | * Author(s): Frank Pavlic <fpavlic@de.ibm.com> |
| 9 | * | 9 | * |
| 10 | * $Revision: 1.8 $ $Date: 2005/05/04 20:19:18 $ | ||
| 11 | * | ||
| 12 | */ | 10 | */ |
| 13 | #ifndef __QETH_TSO_H__ | 11 | #ifndef __QETH_TSO_H__ |
| 14 | #define __QETH_TSO_H__ | 12 | #define __QETH_TSO_H__ |
