Skip to content

Commit

Permalink
[S390] z/VM unit record device driver
Browse files Browse the repository at this point in the history
z/VM Unit record character device driver to access VM reader, punch,
and printer.

Signed-off-by: Frank Munzert <munzert@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
  • Loading branch information
Frank Munzert authored and Martin Schwidefsky committed Jul 17, 2007
1 parent d9d119f commit 810cb5b
Show file tree
Hide file tree
Showing 5 changed files with 1,018 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/s390/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,7 @@ CONFIG_S390_TAPE_34XX=m
# CONFIG_VMCP is not set
# CONFIG_MONREADER is not set
CONFIG_MONWRITER=m
CONFIG_S390_VMUR=m
# CONFIG_POWER_SUPPLY is not set

#
Expand Down
6 changes: 6 additions & 0 deletions drivers/s390/char/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -164,3 +164,9 @@ config MONWRITER
help
Character device driver for writing z/VM monitor service records

config S390_VMUR
tristate "z/VM unit record device driver"
default "m"
help
Character device driver for z/VM reader, puncher and printer.

1 change: 1 addition & 0 deletions drivers/s390/char/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ obj-$(CONFIG_S390_TAPE_34XX) += tape_34xx.o
obj-$(CONFIG_S390_TAPE_3590) += tape_3590.o
obj-$(CONFIG_MONREADER) += monreader.o
obj-$(CONFIG_MONWRITER) += monwriter.o
obj-$(CONFIG_S390_VMUR) += vmur.o

zcore_mod-objs := sclp_sdias.o zcore.o
obj-$(CONFIG_ZFCPDUMP) += zcore_mod.o
Loading

0 comments on commit 810cb5b

Please sign in to comment.