|
@@ -1,12 +1,13 @@
|
|
|
/*
|
|
|
- * $Id: netiucv.c,v 1.66 2005/05/11 08:10:17 holzheu Exp $
|
|
|
+ * $Id: netiucv.c,v 1.69 2006/01/12 14:33:09 cohuck Exp $
|
|
|
*
|
|
|
* IUCV network driver
|
|
|
*
|
|
|
* Copyright (C) 2001 IBM Deutschland Entwicklung GmbH, IBM Corporation
|
|
|
* Author(s): Fritz Elfert (elfert@de.ibm.com, felfert@millenux.com)
|
|
|
*
|
|
|
- * Driverfs integration and all bugs therein by Cornelia Huck(cohuck@de.ibm.com)
|
|
|
+ * Sysfs integration and all bugs therein by Cornelia Huck
|
|
|
+ * (cornelia.huck@de.ibm.com)
|
|
|
*
|
|
|
* Documentation used:
|
|
|
* the source of the original IUCV driver by:
|
|
@@ -30,7 +31,7 @@
|
|
|
* along with this program; if not, write to the Free Software
|
|
|
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
|
*
|
|
|
- * RELEASE-TAG: IUCV network driver $Revision: 1.66 $
|
|
|
+ * RELEASE-TAG: IUCV network driver $Revision: 1.69 $
|
|
|
*
|
|
|
*/
|
|
|
|
|
@@ -2076,7 +2077,7 @@ DRIVER_ATTR(remove, 0200, NULL, remove_write);
|
|
|
static void
|
|
|
netiucv_banner(void)
|
|
|
{
|
|
|
- char vbuf[] = "$Revision: 1.66 $";
|
|
|
+ char vbuf[] = "$Revision: 1.69 $";
|
|
|
char *version = vbuf;
|
|
|
|
|
|
if ((version = strchr(version, ':'))) {
|