Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23382
b: refs/heads/master
c: b6cba4e
h: refs/heads/master
v: v3
  • Loading branch information
Stefan Bader authored and Linus Torvalds committed Mar 24, 2006
1 parent 0188e7f commit 93d83fc
Show file tree
Hide file tree
Showing 7 changed files with 1,444 additions and 12 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5f38433885245dce82aa53c20a6b2efbe81ae350
refs/heads/master: b6cba4ee31e7376fa363c4b89ca502ac5e17eac1
8 changes: 7 additions & 1 deletion trunk/drivers/s390/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,13 @@ config S390_TAPE_34XX
tape subsystems and 100% compatibles.
It is safe to say "Y" here.


config S390_TAPE_3590
tristate "Support for 3590 tape hardware"
depends on S390_TAPE
help
Select this option if you want to access IBM 3590 magnetic
tape subsystems and 100% compatibles.
It is safe to say "Y" here.

config VMLOGRDR
tristate "Support for the z/VM recording system services (VM only)"
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/s390/char/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ tape-$(CONFIG_PROC_FS) += tape_proc.o
tape-objs := tape_core.o tape_std.o tape_char.o $(tape-y)
obj-$(CONFIG_S390_TAPE) += tape.o tape_class.o
obj-$(CONFIG_S390_TAPE_34XX) += tape_34xx.o
obj-$(CONFIG_S390_TAPE_3590) += tape_3590.o
obj-$(CONFIG_MONREADER) += monreader.o
8 changes: 1 addition & 7 deletions trunk/drivers/s390/char/tape_34xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
* drivers/s390/char/tape_34xx.c
* tape device discipline for 3480/3490 tapes.
*
* S390 and zSeries version
* Copyright (C) 2001,2002 IBM Deutschland Entwicklung GmbH, IBM Corporation
* Copyright (C) IBM Corp. 2001,2006
* Author(s): Carsten Otte <cotte@de.ibm.com>
* Tuan Ngo-Anh <ngoanh@de.ibm.com>
* Martin Schwidefsky <schwidefsky@de.ibm.com>
Expand All @@ -28,11 +27,6 @@
debug_info_t *TAPE_DBF_AREA = NULL;
EXPORT_SYMBOL(TAPE_DBF_AREA);

enum tape_34xx_type {
tape_3480,
tape_3490,
};

#define TAPE34XX_FMT_3480 0
#define TAPE34XX_FMT_3480_2_XF 1
#define TAPE34XX_FMT_3480_XF 2
Expand Down
Loading

0 comments on commit 93d83fc

Please sign in to comment.