mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-11-29 02:21:30 +00:00
[PATCH] s390: Remove CVS generated information
- Remove all CVS generated information like e.g. revision IDs from drivers/s390 and include/asm-s390 (none present in arch/s390). - Add newline at end of arch/s390/lib/Makefile to avoid diff message. Acked-by: Andreas Herrmann <aherrman@de.ibm.com> Acked-by: Frank Pavlic <pavlic@de.ibm.com> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
5ceba75f12
commit
e018ba1fce
@ -6,4 +6,4 @@ EXTRA_AFLAGS := -traditional
|
|||||||
|
|
||||||
lib-y += delay.o string.o
|
lib-y += delay.o string.o
|
||||||
lib-y += $(if $(CONFIG_64BIT),uaccess64.o,uaccess.o)
|
lib-y += $(if $(CONFIG_64BIT),uaccess64.o,uaccess.o)
|
||||||
lib-$(CONFIG_SMP) += spinlock.o
|
lib-$(CONFIG_SMP) += spinlock.o
|
||||||
|
@ -7,7 +7,6 @@
|
|||||||
* Bugreports.to..: <Linux390@de.ibm.com>
|
* Bugreports.to..: <Linux390@de.ibm.com>
|
||||||
* (C) IBM Corporation, IBM Deutschland Entwicklung GmbH, 1999-2001
|
* (C) IBM Corporation, IBM Deutschland Entwicklung GmbH, 1999-2001
|
||||||
*
|
*
|
||||||
* $Revision: 1.172 $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/config.h>
|
#include <linux/config.h>
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
* Bugreports.to..: <Linux390@de.ibm.com>
|
* Bugreports.to..: <Linux390@de.ibm.com>
|
||||||
* (C) IBM Corporation, IBM Deutschland Entwicklung GmbH, 2000
|
* (C) IBM Corporation, IBM Deutschland Entwicklung GmbH, 2000
|
||||||
*
|
*
|
||||||
* $Revision: 1.9 $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define PRINTK_HEADER "dasd_erp(3370)"
|
#define PRINTK_HEADER "dasd_erp(3370)"
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
* Bugreports.to..: <Linux390@de.ibm.com>
|
* Bugreports.to..: <Linux390@de.ibm.com>
|
||||||
* (C) IBM Corporation, IBM Deutschland Entwicklung GmbH, 2000, 2001
|
* (C) IBM Corporation, IBM Deutschland Entwicklung GmbH, 2000, 2001
|
||||||
*
|
*
|
||||||
* $Revision: 1.36 $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/timer.h>
|
#include <linux/timer.h>
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
* Bugreports.to..: <Linux390@de.ibm.com>
|
* Bugreports.to..: <Linux390@de.ibm.com>
|
||||||
* (C) IBM Corporation, IBM Deutschland Entwicklung GmbH, 2000
|
* (C) IBM Corporation, IBM Deutschland Entwicklung GmbH, 2000
|
||||||
*
|
*
|
||||||
* $Revision: 1.8 $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define PRINTK_HEADER "dasd_erp(9336)"
|
#define PRINTK_HEADER "dasd_erp(9336)"
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
* Bugreports.to..: <Linux390@de.ibm.com>
|
* Bugreports.to..: <Linux390@de.ibm.com>
|
||||||
* (C) IBM Corporation, IBM Deutschland Entwicklung GmbH, 2000
|
* (C) IBM Corporation, IBM Deutschland Entwicklung GmbH, 2000
|
||||||
*
|
*
|
||||||
* $Revision: 1.13 $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define PRINTK_HEADER "dasd_erp(9343)"
|
#define PRINTK_HEADER "dasd_erp(9343)"
|
||||||
|
@ -1,6 +1,4 @@
|
|||||||
/*
|
/*
|
||||||
* linux/drivers/s390/block/dasd_cmb.c ($Revision: 1.9 $)
|
|
||||||
*
|
|
||||||
* Linux on zSeries Channel Measurement Facility support
|
* Linux on zSeries Channel Measurement Facility support
|
||||||
* (dasd device driver interface)
|
* (dasd device driver interface)
|
||||||
*
|
*
|
||||||
|
@ -11,7 +11,6 @@
|
|||||||
* functions may not be called from interrupt context. In particular
|
* functions may not be called from interrupt context. In particular
|
||||||
* dasd_get_device is a no-no from interrupt context.
|
* dasd_get_device is a no-no from interrupt context.
|
||||||
*
|
*
|
||||||
* $Revision: 1.43 $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/config.h>
|
#include <linux/config.h>
|
||||||
|
@ -6,7 +6,6 @@
|
|||||||
* Bugreports.to..: <Linux390@de.ibm.com>
|
* Bugreports.to..: <Linux390@de.ibm.com>
|
||||||
* (C) IBM Corporation, IBM Deutschland Entwicklung GmbH, 1999,2000
|
* (C) IBM Corporation, IBM Deutschland Entwicklung GmbH, 1999,2000
|
||||||
*
|
*
|
||||||
* $Revision: 1.53 $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/config.h>
|
#include <linux/config.h>
|
||||||
|
@ -6,7 +6,6 @@
|
|||||||
* Bugreports.to..: <Linux390@de.ibm.com>
|
* Bugreports.to..: <Linux390@de.ibm.com>
|
||||||
* (C) IBM Corporation, IBM Deutschland Entwicklung GmbH, 1999,2000
|
* (C) IBM Corporation, IBM Deutschland Entwicklung GmbH, 1999,2000
|
||||||
*
|
*
|
||||||
* $Revision: 1.9 $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define MDSK_WRITE_REQ 0x01
|
#define MDSK_WRITE_REQ 0x01
|
||||||
|
@ -7,7 +7,6 @@
|
|||||||
* Bugreports.to..: <Linux390@de.ibm.com>
|
* Bugreports.to..: <Linux390@de.ibm.com>
|
||||||
* (C) IBM Corporation, IBM Deutschland Entwicklung GmbH, 1999,2000
|
* (C) IBM Corporation, IBM Deutschland Entwicklung GmbH, 1999,2000
|
||||||
*
|
*
|
||||||
* $Revision: 1.74 $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/config.h>
|
#include <linux/config.h>
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
* Bugreports.to..: <Linux390@de.ibm.com>
|
* Bugreports.to..: <Linux390@de.ibm.com>
|
||||||
* (C) IBM Corporation, IBM Deutschland Entwicklung GmbH, 1999,2000
|
* (C) IBM Corporation, IBM Deutschland Entwicklung GmbH, 1999,2000
|
||||||
*
|
*
|
||||||
* $Revision: 1.10 $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef DASD_ECKD_H
|
#ifndef DASD_ECKD_H
|
||||||
|
@ -7,7 +7,6 @@
|
|||||||
* Bugreports.to..: <Linux390@de.ibm.com>
|
* Bugreports.to..: <Linux390@de.ibm.com>
|
||||||
* (C) IBM Corporation, IBM Deutschland Entwicklung GmbH, 1999-2001
|
* (C) IBM Corporation, IBM Deutschland Entwicklung GmbH, 1999-2001
|
||||||
*
|
*
|
||||||
* $Revision: 1.14 $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/config.h>
|
#include <linux/config.h>
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
* Bugreports.to..: <Linux390@de.ibm.com>
|
* Bugreports.to..: <Linux390@de.ibm.com>
|
||||||
* (C) IBM Corporation, IBM Deutschland Entwicklung GmbH, 1999,2000
|
* (C) IBM Corporation, IBM Deutschland Entwicklung GmbH, 1999,2000
|
||||||
*
|
*
|
||||||
* $Revision: 1.41 $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/config.h>
|
#include <linux/config.h>
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
* Bugreports.to..: <Linux390@de.ibm.com>
|
* Bugreports.to..: <Linux390@de.ibm.com>
|
||||||
* (C) IBM Corporation, IBM Deutschland Entwicklung GmbH, 1999,2000
|
* (C) IBM Corporation, IBM Deutschland Entwicklung GmbH, 1999,2000
|
||||||
*
|
*
|
||||||
* $Revision: 1.6 $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef DASD_FBA_H
|
#ifndef DASD_FBA_H
|
||||||
|
@ -9,7 +9,6 @@
|
|||||||
*
|
*
|
||||||
* gendisk related functions for the dasd driver.
|
* gendisk related functions for the dasd driver.
|
||||||
*
|
*
|
||||||
* $Revision: 1.51 $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/config.h>
|
#include <linux/config.h>
|
||||||
|
@ -6,7 +6,6 @@
|
|||||||
* Bugreports.to..: <Linux390@de.ibm.com>
|
* Bugreports.to..: <Linux390@de.ibm.com>
|
||||||
* (C) IBM Corporation, IBM Deutschland Entwicklung GmbH, 1999,2000
|
* (C) IBM Corporation, IBM Deutschland Entwicklung GmbH, 1999,2000
|
||||||
*
|
*
|
||||||
* $Revision: 1.68 $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef DASD_INT_H
|
#ifndef DASD_INT_H
|
||||||
|
@ -7,8 +7,6 @@
|
|||||||
* Bugreports.to..: <Linux390@de.ibm.com>
|
* Bugreports.to..: <Linux390@de.ibm.com>
|
||||||
* (C) IBM Corporation, IBM Deutschland Entwicklung GmbH, 1999-2001
|
* (C) IBM Corporation, IBM Deutschland Entwicklung GmbH, 1999-2001
|
||||||
*
|
*
|
||||||
* $Revision: 1.50 $
|
|
||||||
*
|
|
||||||
* i/o controls for the dasd driver.
|
* i/o controls for the dasd driver.
|
||||||
*/
|
*/
|
||||||
#include <linux/config.h>
|
#include <linux/config.h>
|
||||||
|
@ -9,7 +9,6 @@
|
|||||||
*
|
*
|
||||||
* /proc interface for the dasd driver.
|
* /proc interface for the dasd driver.
|
||||||
*
|
*
|
||||||
* $Revision: 1.33 $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/config.h>
|
#include <linux/config.h>
|
||||||
|
@ -1357,7 +1357,7 @@ tape_34xx_init (void)
|
|||||||
debug_set_level(TAPE_DBF_AREA, 6);
|
debug_set_level(TAPE_DBF_AREA, 6);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
DBF_EVENT(3, "34xx init: $Revision: 1.23 $\n");
|
DBF_EVENT(3, "34xx init\n");
|
||||||
/* Register driver for 3480/3490 tapes. */
|
/* Register driver for 3480/3490 tapes. */
|
||||||
rc = ccw_driver_register(&tape_34xx_driver);
|
rc = ccw_driver_register(&tape_34xx_driver);
|
||||||
if (rc)
|
if (rc)
|
||||||
@ -1377,8 +1377,7 @@ tape_34xx_exit(void)
|
|||||||
|
|
||||||
MODULE_DEVICE_TABLE(ccw, tape_34xx_ids);
|
MODULE_DEVICE_TABLE(ccw, tape_34xx_ids);
|
||||||
MODULE_AUTHOR("(C) 2001-2002 IBM Deutschland Entwicklung GmbH");
|
MODULE_AUTHOR("(C) 2001-2002 IBM Deutschland Entwicklung GmbH");
|
||||||
MODULE_DESCRIPTION("Linux on zSeries channel attached 3480 tape "
|
MODULE_DESCRIPTION("Linux on zSeries channel attached 3480 tape device driver");
|
||||||
"device driver ($Revision: 1.23 $)");
|
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
|
|
||||||
module_init(tape_34xx_init);
|
module_init(tape_34xx_init);
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* (C) Copyright IBM Corp. 2004
|
* (C) Copyright IBM Corp. 2004
|
||||||
* tape_class.c ($Revision: 1.8 $)
|
* tape_class.c
|
||||||
*
|
*
|
||||||
* Tape class device support
|
* Tape class device support
|
||||||
*
|
*
|
||||||
@ -12,7 +12,7 @@
|
|||||||
MODULE_AUTHOR("Stefan Bader <shbader@de.ibm.com>");
|
MODULE_AUTHOR("Stefan Bader <shbader@de.ibm.com>");
|
||||||
MODULE_DESCRIPTION(
|
MODULE_DESCRIPTION(
|
||||||
"(C) Copyright IBM Corp. 2004 All Rights Reserved.\n"
|
"(C) Copyright IBM Corp. 2004 All Rights Reserved.\n"
|
||||||
"tape_class.c ($Revision: 1.8 $)"
|
"tape_class.c"
|
||||||
);
|
);
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* (C) Copyright IBM Corp. 2004 All Rights Reserved.
|
* (C) Copyright IBM Corp. 2004 All Rights Reserved.
|
||||||
* tape_class.h ($Revision: 1.4 $)
|
* tape_class.h
|
||||||
*
|
*
|
||||||
* Tape class device support
|
* Tape class device support
|
||||||
*
|
*
|
||||||
|
@ -1239,7 +1239,7 @@ tape_init (void)
|
|||||||
#ifdef DBF_LIKE_HELL
|
#ifdef DBF_LIKE_HELL
|
||||||
debug_set_level(TAPE_DBF_AREA, 6);
|
debug_set_level(TAPE_DBF_AREA, 6);
|
||||||
#endif
|
#endif
|
||||||
DBF_EVENT(3, "tape init: ($Revision: 1.54 $)\n");
|
DBF_EVENT(3, "tape init\n");
|
||||||
tape_proc_init();
|
tape_proc_init();
|
||||||
tapechar_init ();
|
tapechar_init ();
|
||||||
tapeblock_init ();
|
tapeblock_init ();
|
||||||
@ -1263,8 +1263,7 @@ tape_exit(void)
|
|||||||
|
|
||||||
MODULE_AUTHOR("(C) 2001 IBM Deutschland Entwicklung GmbH by Carsten Otte and "
|
MODULE_AUTHOR("(C) 2001 IBM Deutschland Entwicklung GmbH by Carsten Otte and "
|
||||||
"Michael Holzheu (cotte@de.ibm.com,holzheu@de.ibm.com)");
|
"Michael Holzheu (cotte@de.ibm.com,holzheu@de.ibm.com)");
|
||||||
MODULE_DESCRIPTION("Linux on zSeries channel attached "
|
MODULE_DESCRIPTION("Linux on zSeries channel attached tape device driver");
|
||||||
"tape device driver ($Revision: 1.54 $)");
|
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
|
|
||||||
module_init(tape_init);
|
module_init(tape_init);
|
||||||
|
@ -2,8 +2,6 @@
|
|||||||
* drivers/s390/cio/airq.c
|
* drivers/s390/cio/airq.c
|
||||||
* S/390 common I/O routines -- support for adapter interruptions
|
* S/390 common I/O routines -- support for adapter interruptions
|
||||||
*
|
*
|
||||||
* $Revision: 1.15 $
|
|
||||||
*
|
|
||||||
* Copyright (C) 1999-2002 IBM Deutschland Entwicklung GmbH,
|
* Copyright (C) 1999-2002 IBM Deutschland Entwicklung GmbH,
|
||||||
* IBM Corporation
|
* IBM Corporation
|
||||||
* Author(s): Ingo Adlung (adlung@de.ibm.com)
|
* Author(s): Ingo Adlung (adlung@de.ibm.com)
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* drivers/s390/cio/blacklist.c
|
* drivers/s390/cio/blacklist.c
|
||||||
* S/390 common I/O routines -- blacklisting of specific devices
|
* S/390 common I/O routines -- blacklisting of specific devices
|
||||||
* $Revision: 1.42 $
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 1999-2002 IBM Deutschland Entwicklung GmbH,
|
* Copyright (C) 1999-2002 IBM Deutschland Entwicklung GmbH,
|
||||||
* IBM Corporation
|
* IBM Corporation
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* drivers/s390/cio/ccwgroup.c
|
* drivers/s390/cio/ccwgroup.c
|
||||||
* bus driver for ccwgroup
|
* bus driver for ccwgroup
|
||||||
* $Revision: 1.35 $
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2002 IBM Deutschland Entwicklung GmbH,
|
* Copyright (C) 2002 IBM Deutschland Entwicklung GmbH,
|
||||||
* IBM Corporation
|
* IBM Corporation
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* drivers/s390/cio/chsc.c
|
* drivers/s390/cio/chsc.c
|
||||||
* S/390 common I/O routines -- channel subsystem call
|
* S/390 common I/O routines -- channel subsystem call
|
||||||
* $Revision: 1.128 $
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 1999-2002 IBM Deutschland Entwicklung GmbH,
|
* Copyright (C) 1999-2002 IBM Deutschland Entwicklung GmbH,
|
||||||
* IBM Corporation
|
* IBM Corporation
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* drivers/s390/cio/cio.c
|
* drivers/s390/cio/cio.c
|
||||||
* S/390 common I/O routines -- low level i/o calls
|
* S/390 common I/O routines -- low level i/o calls
|
||||||
* $Revision: 1.140 $
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 1999-2002 IBM Deutschland Entwicklung GmbH,
|
* Copyright (C) 1999-2002 IBM Deutschland Entwicklung GmbH,
|
||||||
* IBM Corporation
|
* IBM Corporation
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* linux/drivers/s390/cio/cmf.c ($Revision: 1.19 $)
|
* linux/drivers/s390/cio/cmf.c
|
||||||
*
|
*
|
||||||
* Linux on zSeries Channel Measurement Facility support
|
* Linux on zSeries Channel Measurement Facility support
|
||||||
*
|
*
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* drivers/s390/cio/css.c
|
* drivers/s390/cio/css.c
|
||||||
* driver for channel subsystem
|
* driver for channel subsystem
|
||||||
* $Revision: 1.96 $
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2002 IBM Deutschland Entwicklung GmbH,
|
* Copyright (C) 2002 IBM Deutschland Entwicklung GmbH,
|
||||||
* IBM Corporation
|
* IBM Corporation
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* drivers/s390/cio/device.c
|
* drivers/s390/cio/device.c
|
||||||
* bus driver for ccw devices
|
* bus driver for ccw devices
|
||||||
* $Revision: 1.140 $
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2002 IBM Deutschland Entwicklung GmbH,
|
* Copyright (C) 2002 IBM Deutschland Entwicklung GmbH,
|
||||||
* IBM Corporation
|
* IBM Corporation
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* drivers/s390/cio/device_ops.c
|
* drivers/s390/cio/device_ops.c
|
||||||
*
|
*
|
||||||
* $Revision: 1.61 $
|
|
||||||
*
|
|
||||||
* Copyright (C) 2002 IBM Deutschland Entwicklung GmbH,
|
* Copyright (C) 2002 IBM Deutschland Entwicklung GmbH,
|
||||||
* IBM Corporation
|
* IBM Corporation
|
||||||
* Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com)
|
* Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com)
|
||||||
|
@ -56,8 +56,6 @@
|
|||||||
#include "ioasm.h"
|
#include "ioasm.h"
|
||||||
#include "chsc.h"
|
#include "chsc.h"
|
||||||
|
|
||||||
#define VERSION_QDIO_C "$Revision: 1.117 $"
|
|
||||||
|
|
||||||
/****************** MODULE PARAMETER VARIABLES ********************/
|
/****************** MODULE PARAMETER VARIABLES ********************/
|
||||||
MODULE_AUTHOR("Utz Bacher <utz.bacher@de.ibm.com>");
|
MODULE_AUTHOR("Utz Bacher <utz.bacher@de.ibm.com>");
|
||||||
MODULE_DESCRIPTION("QDIO base support version 2, " \
|
MODULE_DESCRIPTION("QDIO base support version 2, " \
|
||||||
@ -66,8 +64,7 @@ MODULE_LICENSE("GPL");
|
|||||||
|
|
||||||
/******************** HERE WE GO ***********************************/
|
/******************** HERE WE GO ***********************************/
|
||||||
|
|
||||||
static const char version[] = "QDIO base support version 2 ("
|
static const char version[] = "QDIO base support version 2";
|
||||||
VERSION_QDIO_C "/" VERSION_QDIO_H "/" VERSION_CIO_QDIO_H ")";
|
|
||||||
|
|
||||||
#ifdef QDIO_PERFORMANCE_STATS
|
#ifdef QDIO_PERFORMANCE_STATS
|
||||||
static int proc_perf_file_registration;
|
static int proc_perf_file_registration;
|
||||||
|
@ -5,8 +5,6 @@
|
|||||||
|
|
||||||
#include "schid.h"
|
#include "schid.h"
|
||||||
|
|
||||||
#define VERSION_CIO_QDIO_H "$Revision: 1.40 $"
|
|
||||||
|
|
||||||
#ifdef CONFIG_QDIO_DEBUG
|
#ifdef CONFIG_QDIO_DEBUG
|
||||||
#define QDIO_VERBOSE_LEVEL 9
|
#define QDIO_VERBOSE_LEVEL 9
|
||||||
#else /* CONFIG_QDIO_DEBUG */
|
#else /* CONFIG_QDIO_DEBUG */
|
||||||
|
@ -27,8 +27,6 @@
|
|||||||
#ifndef _Z90COMMON_H_
|
#ifndef _Z90COMMON_H_
|
||||||
#define _Z90COMMON_H_
|
#define _Z90COMMON_H_
|
||||||
|
|
||||||
#define VERSION_Z90COMMON_H "$Revision: 1.17 $"
|
|
||||||
|
|
||||||
|
|
||||||
#define RESPBUFFSIZE 256
|
#define RESPBUFFSIZE 256
|
||||||
#define PCI_FUNC_KEY_DECRYPT 0x5044
|
#define PCI_FUNC_KEY_DECRYPT 0x5044
|
||||||
|
@ -29,8 +29,6 @@
|
|||||||
|
|
||||||
#include <linux/ioctl.h>
|
#include <linux/ioctl.h>
|
||||||
|
|
||||||
#define VERSION_Z90CRYPT_H "$Revision: 1.2.2.4 $"
|
|
||||||
|
|
||||||
#define z90crypt_VERSION 1
|
#define z90crypt_VERSION 1
|
||||||
#define z90crypt_RELEASE 3 // 2 = PCIXCC, 3 = rewrite for coding standards
|
#define z90crypt_RELEASE 3 // 2 = PCIXCC, 3 = rewrite for coding standards
|
||||||
#define z90crypt_VARIANT 3 // 3 = CEX2A support
|
#define z90crypt_VARIANT 3 // 3 = CEX2A support
|
||||||
|
@ -32,12 +32,6 @@
|
|||||||
#include "z90crypt.h"
|
#include "z90crypt.h"
|
||||||
#include "z90common.h"
|
#include "z90common.h"
|
||||||
|
|
||||||
#define VERSION_Z90HARDWARE_C "$Revision: 1.34 $"
|
|
||||||
|
|
||||||
char z90hardware_version[] __initdata =
|
|
||||||
"z90hardware.o (" VERSION_Z90HARDWARE_C "/"
|
|
||||||
VERSION_Z90COMMON_H "/" VERSION_Z90CRYPT_H ")";
|
|
||||||
|
|
||||||
struct cca_token_hdr {
|
struct cca_token_hdr {
|
||||||
unsigned char token_identifier;
|
unsigned char token_identifier;
|
||||||
unsigned char version;
|
unsigned char version;
|
||||||
|
@ -38,14 +38,6 @@
|
|||||||
#include "z90crypt.h"
|
#include "z90crypt.h"
|
||||||
#include "z90common.h"
|
#include "z90common.h"
|
||||||
|
|
||||||
#define VERSION_Z90MAIN_C "$Revision: 1.62 $"
|
|
||||||
|
|
||||||
static char z90main_version[] __initdata =
|
|
||||||
"z90main.o (" VERSION_Z90MAIN_C "/"
|
|
||||||
VERSION_Z90COMMON_H "/" VERSION_Z90CRYPT_H ")";
|
|
||||||
|
|
||||||
extern char z90hardware_version[];
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Defaults that may be modified.
|
* Defaults that may be modified.
|
||||||
*/
|
*/
|
||||||
@ -594,8 +586,6 @@ z90crypt_init_module(void)
|
|||||||
PRINTKN("Version %d.%d.%d loaded, built on %s %s\n",
|
PRINTKN("Version %d.%d.%d loaded, built on %s %s\n",
|
||||||
z90crypt_VERSION, z90crypt_RELEASE, z90crypt_VARIANT,
|
z90crypt_VERSION, z90crypt_RELEASE, z90crypt_VARIANT,
|
||||||
__DATE__, __TIME__);
|
__DATE__, __TIME__);
|
||||||
PRINTKN("%s\n", z90main_version);
|
|
||||||
PRINTKN("%s\n", z90hardware_version);
|
|
||||||
PDEBUG("create_z90crypt (domain index %d) successful.\n",
|
PDEBUG("create_z90crypt (domain index %d) successful.\n",
|
||||||
domain);
|
domain);
|
||||||
} else
|
} else
|
||||||
|
@ -2,8 +2,6 @@
|
|||||||
* drivers/s390/net/claw.c
|
* drivers/s390/net/claw.c
|
||||||
* ESCON CLAW network driver
|
* ESCON CLAW network driver
|
||||||
*
|
*
|
||||||
* $Revision: 1.38 $ $Date: 2005/08/29 09:47:04 $
|
|
||||||
*
|
|
||||||
* Linux for zSeries version
|
* Linux for zSeries version
|
||||||
* Copyright (C) 2002,2005 IBM Corporation
|
* Copyright (C) 2002,2005 IBM Corporation
|
||||||
* Author(s) Original code written by:
|
* Author(s) Original code written by:
|
||||||
@ -4391,14 +4389,7 @@ static int __init
|
|||||||
claw_init(void)
|
claw_init(void)
|
||||||
{
|
{
|
||||||
int ret = 0;
|
int ret = 0;
|
||||||
printk(KERN_INFO "claw: starting driver "
|
printk(KERN_INFO "claw: starting driver\n");
|
||||||
#ifdef MODULE
|
|
||||||
"module "
|
|
||||||
#else
|
|
||||||
"compiled into kernel "
|
|
||||||
#endif
|
|
||||||
" $Revision: 1.38 $ $Date: 2005/08/29 09:47:04 $ \n");
|
|
||||||
|
|
||||||
|
|
||||||
#ifdef FUNCTRACE
|
#ifdef FUNCTRACE
|
||||||
printk(KERN_INFO "claw: %s() enter \n",__FUNCTION__);
|
printk(KERN_INFO "claw: %s() enter \n",__FUNCTION__);
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
* Define constants *
|
* Define constants *
|
||||||
* *
|
* *
|
||||||
********************************************************/
|
********************************************************/
|
||||||
#define VERSION_CLAW_H "$Revision: 1.6 $"
|
|
||||||
/*-----------------------------------------------------*
|
/*-----------------------------------------------------*
|
||||||
* CCW command codes for CLAW protocol *
|
* CCW command codes for CLAW protocol *
|
||||||
*------------------------------------------------------*/
|
*------------------------------------------------------*/
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
*
|
*
|
||||||
* linux/drivers/s390/net/ctcdbug.c ($Revision: 1.6 $)
|
* linux/drivers/s390/net/ctcdbug.c
|
||||||
*
|
*
|
||||||
* CTC / ESCON network driver - s390 dbf exploit.
|
* CTC / ESCON network driver - s390 dbf exploit.
|
||||||
*
|
*
|
||||||
@ -9,8 +9,6 @@
|
|||||||
* Author(s): Original Code written by
|
* Author(s): Original Code written by
|
||||||
* Peter Tiedemann (ptiedem@de.ibm.com)
|
* Peter Tiedemann (ptiedem@de.ibm.com)
|
||||||
*
|
*
|
||||||
* $Revision: 1.6 $ $Date: 2005/05/11 08:10:17 $
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
* the Free Software Foundation; either version 2, or (at your option)
|
* the Free Software Foundation; either version 2, or (at your option)
|
||||||
@ -80,4 +78,3 @@ ctc_register_dbf_views(void)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
*
|
*
|
||||||
* linux/drivers/s390/net/ctcdbug.h ($Revision: 1.6 $)
|
* linux/drivers/s390/net/ctcdbug.h
|
||||||
*
|
*
|
||||||
* CTC / ESCON network driver - s390 dbf exploit.
|
* CTC / ESCON network driver - s390 dbf exploit.
|
||||||
*
|
*
|
||||||
@ -9,8 +9,6 @@
|
|||||||
* Author(s): Original Code written by
|
* Author(s): Original Code written by
|
||||||
* Peter Tiedemann (ptiedem@de.ibm.com)
|
* Peter Tiedemann (ptiedem@de.ibm.com)
|
||||||
*
|
*
|
||||||
* $Revision: 1.6 $ $Date: 2005/05/11 08:10:17 $
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
* the Free Software Foundation; either version 2, or (at your option)
|
* the Free Software Foundation; either version 2, or (at your option)
|
||||||
|
@ -1,6 +1,4 @@
|
|||||||
/*
|
/*
|
||||||
* $Id: ctcmain.c,v 1.79 2006/01/11 11:32:18 cohuck Exp $
|
|
||||||
*
|
|
||||||
* CTC / ESCON network driver
|
* CTC / ESCON network driver
|
||||||
*
|
*
|
||||||
* Copyright (C) 2001 IBM Deutschland Entwicklung GmbH, IBM Corporation
|
* Copyright (C) 2001 IBM Deutschland Entwicklung GmbH, IBM Corporation
|
||||||
@ -37,8 +35,6 @@
|
|||||||
* along with this program; if not, write to the Free Software
|
* along with this program; if not, write to the Free Software
|
||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*
|
*
|
||||||
* RELEASE-TAG: CTC/ESCON network driver $Revision: 1.79 $
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
#undef DEBUG
|
#undef DEBUG
|
||||||
#include <linux/module.h>
|
#include <linux/module.h>
|
||||||
@ -248,22 +244,11 @@ static void
|
|||||||
print_banner(void)
|
print_banner(void)
|
||||||
{
|
{
|
||||||
static int printed = 0;
|
static int printed = 0;
|
||||||
char vbuf[] = "$Revision: 1.79 $";
|
|
||||||
char *version = vbuf;
|
|
||||||
|
|
||||||
if (printed)
|
if (printed)
|
||||||
return;
|
return;
|
||||||
if ((version = strchr(version, ':'))) {
|
|
||||||
char *p = strchr(version + 1, '$');
|
printk(KERN_INFO "CTC driver initialized\n");
|
||||||
if (p)
|
|
||||||
*p = '\0';
|
|
||||||
} else
|
|
||||||
version = " ??? ";
|
|
||||||
printk(KERN_INFO "CTC driver Version%s"
|
|
||||||
#ifdef DEBUG
|
|
||||||
" (DEBUG-VERSION, " __DATE__ __TIME__ ")"
|
|
||||||
#endif
|
|
||||||
" initialized\n", version);
|
|
||||||
printed = 1;
|
printed = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,6 +1,4 @@
|
|||||||
/*
|
/*
|
||||||
* $Id: ctcmain.h,v 1.4 2005/03/24 09:04:17 mschwide Exp $
|
|
||||||
*
|
|
||||||
* CTC / ESCON network driver
|
* CTC / ESCON network driver
|
||||||
*
|
*
|
||||||
* Copyright (C) 2001 IBM Deutschland Entwicklung GmbH, IBM Corporation
|
* Copyright (C) 2001 IBM Deutschland Entwicklung GmbH, IBM Corporation
|
||||||
@ -29,8 +27,6 @@
|
|||||||
* along with this program; if not, write to the Free Software
|
* along with this program; if not, write to the Free Software
|
||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*
|
*
|
||||||
* RELEASE-TAG: CTC/ESCON network driver $Revision: 1.4 $
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _CTCMAIN_H_
|
#ifndef _CTCMAIN_H_
|
||||||
|
@ -1,6 +1,4 @@
|
|||||||
/*
|
/*
|
||||||
* $Id: ctctty.c,v 1.29 2005/04/05 08:50:44 mschwide Exp $
|
|
||||||
*
|
|
||||||
* CTC / ESCON network driver, tty interface.
|
* CTC / ESCON network driver, tty interface.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2001 IBM Deutschland Entwicklung GmbH, IBM Corporation
|
* Copyright (C) 2001 IBM Deutschland Entwicklung GmbH, IBM Corporation
|
||||||
|
@ -1,6 +1,4 @@
|
|||||||
/*
|
/*
|
||||||
* $Id: ctctty.h,v 1.4 2003/09/18 08:01:10 mschwide Exp $
|
|
||||||
*
|
|
||||||
* CTC / ESCON network driver, tty interface.
|
* CTC / ESCON network driver, tty interface.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2001 IBM Deutschland Entwicklung GmbH, IBM Corporation
|
* Copyright (C) 2001 IBM Deutschland Entwicklung GmbH, IBM Corporation
|
||||||
|
@ -1,6 +1,4 @@
|
|||||||
/*
|
/*
|
||||||
* $Id: cu3088.c,v 1.38 2006/01/12 14:33:09 cohuck Exp $
|
|
||||||
*
|
|
||||||
* CTC / LCS ccw_device driver
|
* CTC / LCS ccw_device driver
|
||||||
*
|
*
|
||||||
* Copyright (C) 2002 IBM Deutschland Entwicklung GmbH, IBM Corporation
|
* Copyright (C) 2002 IBM Deutschland Entwicklung GmbH, IBM Corporation
|
||||||
|
@ -1,6 +1,4 @@
|
|||||||
/**
|
/**
|
||||||
* $Id: fsm.c,v 1.6 2003/10/15 11:37:29 mschwide Exp $
|
|
||||||
*
|
|
||||||
* A generic FSM based on fsm used in isdn4linux
|
* A generic FSM based on fsm used in isdn4linux
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
/* $Id: fsm.h,v 1.1.1.1 2002/03/13 19:33:09 mschwide Exp $
|
|
||||||
*/
|
|
||||||
#ifndef _FSM_H_
|
#ifndef _FSM_H_
|
||||||
#define _FSM_H_
|
#define _FSM_H_
|
||||||
|
|
||||||
|
@ -1,6 +1,4 @@
|
|||||||
/*
|
/*
|
||||||
* $Id: iucv.c,v 1.47 2005/11/21 11:35:22 mschwide Exp $
|
|
||||||
*
|
|
||||||
* IUCV network driver
|
* IUCV network driver
|
||||||
*
|
*
|
||||||
* Copyright (C) 2001 IBM Deutschland Entwicklung GmbH, IBM Corporation
|
* Copyright (C) 2001 IBM Deutschland Entwicklung GmbH, IBM Corporation
|
||||||
@ -29,8 +27,6 @@
|
|||||||
* along with this program; if not, write to the Free Software
|
* along with this program; if not, write to the Free Software
|
||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*
|
*
|
||||||
* RELEASE-TAG: IUCV lowlevel driver $Revision: 1.47 $
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* #define DEBUG */
|
/* #define DEBUG */
|
||||||
@ -355,17 +351,7 @@ do { \
|
|||||||
static void
|
static void
|
||||||
iucv_banner(void)
|
iucv_banner(void)
|
||||||
{
|
{
|
||||||
char vbuf[] = "$Revision: 1.47 $";
|
printk(KERN_INFO "IUCV lowlevel driver initialized\n");
|
||||||
char *version = vbuf;
|
|
||||||
|
|
||||||
if ((version = strchr(version, ':'))) {
|
|
||||||
char *p = strchr(version + 1, '$');
|
|
||||||
if (p)
|
|
||||||
*p = '\0';
|
|
||||||
} else
|
|
||||||
version = " ??? ";
|
|
||||||
printk(KERN_INFO
|
|
||||||
"IUCV lowlevel driver Version%s initialized\n", version);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -11,8 +11,6 @@
|
|||||||
* Frank Pavlic (fpavlic@de.ibm.com) and
|
* Frank Pavlic (fpavlic@de.ibm.com) and
|
||||||
* Martin Schwidefsky <schwidefsky@de.ibm.com>
|
* Martin Schwidefsky <schwidefsky@de.ibm.com>
|
||||||
*
|
*
|
||||||
* $Revision: 1.99 $ $Date: 2005/05/11 08:10:17 $
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
* the Free Software Foundation; either version 2, or (at your option)
|
* the Free Software Foundation; either version 2, or (at your option)
|
||||||
@ -59,9 +57,8 @@
|
|||||||
/**
|
/**
|
||||||
* initialization string for output
|
* initialization string for output
|
||||||
*/
|
*/
|
||||||
#define VERSION_LCS_C "$Revision: 1.99 $"
|
|
||||||
|
|
||||||
static char version[] __initdata = "LCS driver ("VERSION_LCS_C "/" VERSION_LCS_H ")";
|
static char version[] __initdata = "LCS driver";
|
||||||
static char debug_buffer[255];
|
static char debug_buffer[255];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -6,8 +6,6 @@
|
|||||||
#include <linux/workqueue.h>
|
#include <linux/workqueue.h>
|
||||||
#include <asm/ccwdev.h>
|
#include <asm/ccwdev.h>
|
||||||
|
|
||||||
#define VERSION_LCS_H "$Revision: 1.19 $"
|
|
||||||
|
|
||||||
#define LCS_DBF_TEXT(level, name, text) \
|
#define LCS_DBF_TEXT(level, name, text) \
|
||||||
do { \
|
do { \
|
||||||
debug_text_event(lcs_dbf_##name, level, text); \
|
debug_text_event(lcs_dbf_##name, level, text); \
|
||||||
|
@ -1,6 +1,4 @@
|
|||||||
/*
|
/*
|
||||||
* $Id: netiucv.c,v 1.69 2006/01/12 14:33:09 cohuck Exp $
|
|
||||||
*
|
|
||||||
* IUCV network driver
|
* IUCV network driver
|
||||||
*
|
*
|
||||||
* Copyright (C) 2001 IBM Deutschland Entwicklung GmbH, IBM Corporation
|
* Copyright (C) 2001 IBM Deutschland Entwicklung GmbH, IBM Corporation
|
||||||
@ -31,8 +29,6 @@
|
|||||||
* along with this program; if not, write to the Free Software
|
* along with this program; if not, write to the Free Software
|
||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*
|
*
|
||||||
* RELEASE-TAG: IUCV network driver $Revision: 1.69 $
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#undef DEBUG
|
#undef DEBUG
|
||||||
@ -2077,16 +2073,7 @@ DRIVER_ATTR(remove, 0200, NULL, remove_write);
|
|||||||
static void
|
static void
|
||||||
netiucv_banner(void)
|
netiucv_banner(void)
|
||||||
{
|
{
|
||||||
char vbuf[] = "$Revision: 1.69 $";
|
PRINT_INFO("NETIUCV driver initialized\n");
|
||||||
char *version = vbuf;
|
|
||||||
|
|
||||||
if ((version = strchr(version, ':'))) {
|
|
||||||
char *p = strchr(version + 1, '$');
|
|
||||||
if (p)
|
|
||||||
*p = '\0';
|
|
||||||
} else
|
|
||||||
version = " ??? ";
|
|
||||||
PRINT_INFO("NETIUCV driver Version%s initialized\n", version);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void __exit
|
static void __exit
|
||||||
|
@ -25,8 +25,6 @@
|
|||||||
|
|
||||||
#include "qeth_mpc.h"
|
#include "qeth_mpc.h"
|
||||||
|
|
||||||
#define VERSION_QETH_H "$Revision: 1.152 $"
|
|
||||||
|
|
||||||
#ifdef CONFIG_QETH_IPV6
|
#ifdef CONFIG_QETH_IPV6
|
||||||
#define QETH_VERSION_IPV6 ":IPv6"
|
#define QETH_VERSION_IPV6 ":IPv6"
|
||||||
#else
|
#else
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
*
|
* linux/drivers/s390/net/qeth_eddp.c
|
||||||
* linux/drivers/s390/net/qeth_eddp.c ($Revision: 1.13 $)
|
|
||||||
*
|
*
|
||||||
* Enhanced Device Driver Packing (EDDP) support for the qeth driver.
|
* Enhanced Device Driver Packing (EDDP) support for the qeth driver.
|
||||||
*
|
*
|
||||||
@ -8,8 +7,6 @@
|
|||||||
*
|
*
|
||||||
* Author(s): Thomas Spatzier <tspat@de.ibm.com>
|
* Author(s): Thomas Spatzier <tspat@de.ibm.com>
|
||||||
*
|
*
|
||||||
* $Revision: 1.13 $ $Date: 2005/05/04 20:19:18 $
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
#include <linux/config.h>
|
#include <linux/config.h>
|
||||||
#include <linux/errno.h>
|
#include <linux/errno.h>
|
||||||
|
@ -1,14 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* linux/drivers/s390/net/qeth_eddp.c ($Revision: 1.5 $)
|
* linux/drivers/s390/net/qeth_eddp.h
|
||||||
*
|
*
|
||||||
* Header file for qeth enhanced device driver pakcing.
|
* Header file for qeth enhanced device driver packing.
|
||||||
*
|
*
|
||||||
* Copyright 2004 IBM Corporation
|
* Copyright 2004 IBM Corporation
|
||||||
*
|
*
|
||||||
* Author(s): Thomas Spatzier <tspat@de.ibm.com>
|
* Author(s): Thomas Spatzier <tspat@de.ibm.com>
|
||||||
*
|
*
|
||||||
* $Revision: 1.5 $ $Date: 2005/03/24 09:04:18 $
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
#ifndef __QETH_EDDP_H__
|
#ifndef __QETH_EDDP_H__
|
||||||
#define __QETH_EDDP_H__
|
#define __QETH_EDDP_H__
|
||||||
|
@ -12,11 +12,6 @@
|
|||||||
#ifndef __QETH_FS_H__
|
#ifndef __QETH_FS_H__
|
||||||
#define __QETH_FS_H__
|
#define __QETH_FS_H__
|
||||||
|
|
||||||
#define VERSION_QETH_FS_H "$Revision: 1.10 $"
|
|
||||||
|
|
||||||
extern const char *VERSION_QETH_PROC_C;
|
|
||||||
extern const char *VERSION_QETH_SYS_C;
|
|
||||||
|
|
||||||
#ifdef CONFIG_PROC_FS
|
#ifdef CONFIG_PROC_FS
|
||||||
extern int
|
extern int
|
||||||
qeth_create_procfs_entries(void);
|
qeth_create_procfs_entries(void);
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
*
|
* linux/drivers/s390/net/qeth_main.c
|
||||||
* linux/drivers/s390/net/qeth_main.c ($Revision: 1.251 $)
|
|
||||||
*
|
*
|
||||||
* Linux on zSeries OSA Express and HiperSockets support
|
* Linux on zSeries OSA Express and HiperSockets support
|
||||||
*
|
*
|
||||||
@ -12,8 +11,6 @@
|
|||||||
* Frank Pavlic (fpavlic@de.ibm.com) and
|
* Frank Pavlic (fpavlic@de.ibm.com) and
|
||||||
* Thomas Spatzier <tspat@de.ibm.com>
|
* Thomas Spatzier <tspat@de.ibm.com>
|
||||||
*
|
*
|
||||||
* $Revision: 1.251 $ $Date: 2005/05/04 20:19:18 $
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
* the Free Software Foundation; either version 2, or (at your option)
|
* the Free Software Foundation; either version 2, or (at your option)
|
||||||
@ -73,7 +70,6 @@
|
|||||||
#include "qeth_eddp.h"
|
#include "qeth_eddp.h"
|
||||||
#include "qeth_tso.h"
|
#include "qeth_tso.h"
|
||||||
|
|
||||||
#define VERSION_QETH_C "$Revision: 1.251 $"
|
|
||||||
static const char *version = "qeth S/390 OSA-Express driver";
|
static const char *version = "qeth S/390 OSA-Express driver";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -8626,12 +8622,7 @@ qeth_init(void)
|
|||||||
{
|
{
|
||||||
int rc=0;
|
int rc=0;
|
||||||
|
|
||||||
PRINT_INFO("loading %s (%s/%s/%s/%s/%s/%s/%s %s %s)\n",
|
PRINT_INFO("loading %s\n", version);
|
||||||
version, VERSION_QETH_C, VERSION_QETH_H,
|
|
||||||
VERSION_QETH_MPC_H, VERSION_QETH_MPC_C,
|
|
||||||
VERSION_QETH_FS_H, VERSION_QETH_PROC_C,
|
|
||||||
VERSION_QETH_SYS_C, QETH_VERSION_IPV6,
|
|
||||||
QETH_VERSION_VLAN);
|
|
||||||
|
|
||||||
INIT_LIST_HEAD(&qeth_card_list.list);
|
INIT_LIST_HEAD(&qeth_card_list.list);
|
||||||
INIT_LIST_HEAD(&qeth_notify_list);
|
INIT_LIST_HEAD(&qeth_notify_list);
|
||||||
|
@ -11,8 +11,6 @@
|
|||||||
#include <asm/cio.h>
|
#include <asm/cio.h>
|
||||||
#include "qeth_mpc.h"
|
#include "qeth_mpc.h"
|
||||||
|
|
||||||
const char *VERSION_QETH_MPC_C = "$Revision: 1.13 $";
|
|
||||||
|
|
||||||
unsigned char IDX_ACTIVATE_READ[]={
|
unsigned char IDX_ACTIVATE_READ[]={
|
||||||
0x00,0x00,0x80,0x00, 0x00,0x00,0x00,0x00,
|
0x00,0x00,0x80,0x00, 0x00,0x00,0x00,0x00,
|
||||||
0x19,0x01,0x01,0x80, 0x00,0x00,0x00,0x00,
|
0x19,0x01,0x01,0x80, 0x00,0x00,0x00,0x00,
|
||||||
|
@ -14,10 +14,6 @@
|
|||||||
|
|
||||||
#include <asm/qeth.h>
|
#include <asm/qeth.h>
|
||||||
|
|
||||||
#define VERSION_QETH_MPC_H "$Revision: 1.46 $"
|
|
||||||
|
|
||||||
extern const char *VERSION_QETH_MPC_C;
|
|
||||||
|
|
||||||
#define IPA_PDU_HEADER_SIZE 0x40
|
#define IPA_PDU_HEADER_SIZE 0x40
|
||||||
#define QETH_IPA_PDU_LEN_TOTAL(buffer) (buffer+0x0e)
|
#define QETH_IPA_PDU_LEN_TOTAL(buffer) (buffer+0x0e)
|
||||||
#define QETH_IPA_PDU_LEN_PDU1(buffer) (buffer+0x26)
|
#define QETH_IPA_PDU_LEN_PDU1(buffer) (buffer+0x26)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
*
|
*
|
||||||
* linux/drivers/s390/net/qeth_fs.c ($Revision: 1.16 $)
|
* linux/drivers/s390/net/qeth_fs.c
|
||||||
*
|
*
|
||||||
* Linux on zSeries OSA Express and HiperSockets support
|
* Linux on zSeries OSA Express and HiperSockets support
|
||||||
* This file contains code related to procfs.
|
* This file contains code related to procfs.
|
||||||
@ -21,8 +21,6 @@
|
|||||||
#include "qeth_mpc.h"
|
#include "qeth_mpc.h"
|
||||||
#include "qeth_fs.h"
|
#include "qeth_fs.h"
|
||||||
|
|
||||||
const char *VERSION_QETH_PROC_C = "$Revision: 1.16 $";
|
|
||||||
|
|
||||||
/***** /proc/qeth *****/
|
/***** /proc/qeth *****/
|
||||||
#define QETH_PROCFILE_NAME "qeth"
|
#define QETH_PROCFILE_NAME "qeth"
|
||||||
static struct proc_dir_entry *qeth_procfile;
|
static struct proc_dir_entry *qeth_procfile;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
*
|
*
|
||||||
* linux/drivers/s390/net/qeth_sys.c ($Revision: 1.60 $)
|
* linux/drivers/s390/net/qeth_sys.c
|
||||||
*
|
*
|
||||||
* Linux on zSeries OSA Express and HiperSockets support
|
* Linux on zSeries OSA Express and HiperSockets support
|
||||||
* This file contains code related to sysfs.
|
* This file contains code related to sysfs.
|
||||||
@ -20,8 +20,6 @@
|
|||||||
#include "qeth_mpc.h"
|
#include "qeth_mpc.h"
|
||||||
#include "qeth_fs.h"
|
#include "qeth_fs.h"
|
||||||
|
|
||||||
const char *VERSION_QETH_SYS_C = "$Revision: 1.60 $";
|
|
||||||
|
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
/* */
|
/* */
|
||||||
/* /sys-fs stuff UNDER DEVELOPMENT !!! */
|
/* /sys-fs stuff UNDER DEVELOPMENT !!! */
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* linux/drivers/s390/net/qeth_tso.h ($Revision: 1.8 $)
|
* linux/drivers/s390/net/qeth_tso.h
|
||||||
*
|
*
|
||||||
* Header file for qeth TCP Segmentation Offload support.
|
* Header file for qeth TCP Segmentation Offload support.
|
||||||
*
|
*
|
||||||
@ -7,8 +7,6 @@
|
|||||||
*
|
*
|
||||||
* Author(s): Frank Pavlic <fpavlic@de.ibm.com>
|
* Author(s): Frank Pavlic <fpavlic@de.ibm.com>
|
||||||
*
|
*
|
||||||
* $Revision: 1.8 $ $Date: 2005/05/04 20:19:18 $
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
#ifndef __QETH_TSO_H__
|
#ifndef __QETH_TSO_H__
|
||||||
#define __QETH_TSO_H__
|
#define __QETH_TSO_H__
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* drivers/s390/s390_rdev.c
|
* drivers/s390/s390_rdev.c
|
||||||
* s390 root device
|
* s390 root device
|
||||||
* $Revision: 1.4 $
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2002, 2005 IBM Deutschland Entwicklung GmbH,
|
* Copyright (C) 2002, 2005 IBM Deutschland Entwicklung GmbH,
|
||||||
* IBM Corporation
|
* IBM Corporation
|
||||||
|
@ -29,8 +29,6 @@
|
|||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define ZFCP_AUX_REVISION "$Revision: 1.145 $"
|
|
||||||
|
|
||||||
#include "zfcp_ext.h"
|
#include "zfcp_ext.h"
|
||||||
|
|
||||||
/* accumulated log level (module parameter) */
|
/* accumulated log level (module parameter) */
|
||||||
|
@ -27,8 +27,6 @@
|
|||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define ZFCP_CCW_C_REVISION "$Revision: 1.58 $"
|
|
||||||
|
|
||||||
#include "zfcp_ext.h"
|
#include "zfcp_ext.h"
|
||||||
|
|
||||||
#define ZFCP_LOG_AREA ZFCP_LOG_AREA_CONFIG
|
#define ZFCP_LOG_AREA ZFCP_LOG_AREA_CONFIG
|
||||||
|
@ -23,8 +23,6 @@
|
|||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define ZFCP_DBF_REVISION "$Revision$"
|
|
||||||
|
|
||||||
#include <asm/debug.h>
|
#include <asm/debug.h>
|
||||||
#include <linux/ctype.h>
|
#include <linux/ctype.h>
|
||||||
#include "zfcp_ext.h"
|
#include "zfcp_ext.h"
|
||||||
|
@ -34,8 +34,6 @@
|
|||||||
#ifndef ZFCP_DEF_H
|
#ifndef ZFCP_DEF_H
|
||||||
#define ZFCP_DEF_H
|
#define ZFCP_DEF_H
|
||||||
|
|
||||||
#define ZFCP_DEF_REVISION "$Revision: 1.111 $"
|
|
||||||
|
|
||||||
/*************************** INCLUDES *****************************************/
|
/*************************** INCLUDES *****************************************/
|
||||||
|
|
||||||
#include <linux/init.h>
|
#include <linux/init.h>
|
||||||
|
@ -31,8 +31,6 @@
|
|||||||
|
|
||||||
#define ZFCP_LOG_AREA ZFCP_LOG_AREA_ERP
|
#define ZFCP_LOG_AREA ZFCP_LOG_AREA_ERP
|
||||||
|
|
||||||
#define ZFCP_ERP_REVISION "$Revision: 1.86 $"
|
|
||||||
|
|
||||||
#include "zfcp_ext.h"
|
#include "zfcp_ext.h"
|
||||||
|
|
||||||
static int zfcp_erp_adisc(struct zfcp_port *);
|
static int zfcp_erp_adisc(struct zfcp_port *);
|
||||||
|
@ -32,8 +32,6 @@
|
|||||||
#ifndef ZFCP_EXT_H
|
#ifndef ZFCP_EXT_H
|
||||||
#define ZFCP_EXT_H
|
#define ZFCP_EXT_H
|
||||||
|
|
||||||
#define ZFCP_EXT_REVISION "$Revision: 1.62 $"
|
|
||||||
|
|
||||||
#include "zfcp_def.h"
|
#include "zfcp_def.h"
|
||||||
|
|
||||||
extern struct zfcp_data zfcp_data;
|
extern struct zfcp_data zfcp_data;
|
||||||
|
@ -30,8 +30,6 @@
|
|||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define ZFCP_FSF_C_REVISION "$Revision: 1.92 $"
|
|
||||||
|
|
||||||
#include "zfcp_ext.h"
|
#include "zfcp_ext.h"
|
||||||
|
|
||||||
static int zfcp_fsf_exchange_config_data_handler(struct zfcp_fsf_req *);
|
static int zfcp_fsf_exchange_config_data_handler(struct zfcp_fsf_req *);
|
||||||
|
@ -29,8 +29,6 @@
|
|||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define ZFCP_QDIO_C_REVISION "$Revision: 1.20 $"
|
|
||||||
|
|
||||||
#include "zfcp_ext.h"
|
#include "zfcp_ext.h"
|
||||||
|
|
||||||
static inline void zfcp_qdio_sbal_limit(struct zfcp_fsf_req *, int);
|
static inline void zfcp_qdio_sbal_limit(struct zfcp_fsf_req *, int);
|
||||||
|
@ -31,8 +31,6 @@
|
|||||||
|
|
||||||
#define ZFCP_LOG_AREA ZFCP_LOG_AREA_SCSI
|
#define ZFCP_LOG_AREA ZFCP_LOG_AREA_SCSI
|
||||||
|
|
||||||
#define ZFCP_SCSI_REVISION "$Revision: 1.74 $"
|
|
||||||
|
|
||||||
#include "zfcp_ext.h"
|
#include "zfcp_ext.h"
|
||||||
|
|
||||||
static void zfcp_scsi_slave_destroy(struct scsi_device *sdp);
|
static void zfcp_scsi_slave_destroy(struct scsi_device *sdp);
|
||||||
|
@ -27,8 +27,6 @@
|
|||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define ZFCP_SYSFS_ADAPTER_C_REVISION "$Revision: 1.38 $"
|
|
||||||
|
|
||||||
#include "zfcp_ext.h"
|
#include "zfcp_ext.h"
|
||||||
|
|
||||||
#define ZFCP_LOG_AREA ZFCP_LOG_AREA_CONFIG
|
#define ZFCP_LOG_AREA ZFCP_LOG_AREA_CONFIG
|
||||||
|
@ -27,8 +27,6 @@
|
|||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define ZFCP_SYSFS_DRIVER_C_REVISION "$Revision: 1.17 $"
|
|
||||||
|
|
||||||
#include "zfcp_ext.h"
|
#include "zfcp_ext.h"
|
||||||
|
|
||||||
#define ZFCP_LOG_AREA ZFCP_LOG_AREA_CONFIG
|
#define ZFCP_LOG_AREA ZFCP_LOG_AREA_CONFIG
|
||||||
|
@ -28,8 +28,6 @@
|
|||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define ZFCP_SYSFS_PORT_C_REVISION "$Revision: 1.47 $"
|
|
||||||
|
|
||||||
#include "zfcp_ext.h"
|
#include "zfcp_ext.h"
|
||||||
|
|
||||||
#define ZFCP_LOG_AREA ZFCP_LOG_AREA_CONFIG
|
#define ZFCP_LOG_AREA ZFCP_LOG_AREA_CONFIG
|
||||||
|
@ -28,8 +28,6 @@
|
|||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define ZFCP_SYSFS_UNIT_C_REVISION "$Revision: 1.30 $"
|
|
||||||
|
|
||||||
#include "zfcp_ext.h"
|
#include "zfcp_ext.h"
|
||||||
|
|
||||||
#define ZFCP_LOG_AREA ZFCP_LOG_AREA_CONFIG
|
#define ZFCP_LOG_AREA ZFCP_LOG_AREA_CONFIG
|
||||||
|
@ -8,8 +8,6 @@
|
|||||||
* any future changes wrt the API will result in a change of the APIVERSION reported
|
* any future changes wrt the API will result in a change of the APIVERSION reported
|
||||||
* to userspace by the DASDAPIVER-ioctl
|
* to userspace by the DASDAPIVER-ioctl
|
||||||
*
|
*
|
||||||
* $Revision: 1.6 $
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef DASD_H
|
#ifndef DASD_H
|
||||||
|
@ -11,8 +11,6 @@
|
|||||||
#ifndef __QDIO_H__
|
#ifndef __QDIO_H__
|
||||||
#define __QDIO_H__
|
#define __QDIO_H__
|
||||||
|
|
||||||
#define VERSION_QDIO_H "$Revision: 1.57 $"
|
|
||||||
|
|
||||||
/* note, that most of the typedef's are from ingo. */
|
/* note, that most of the typedef's are from ingo. */
|
||||||
|
|
||||||
#include <linux/interrupt.h>
|
#include <linux/interrupt.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user