Commit 590b0a82 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] ppc64: iSeries virtual tape driver

From: Stephen Rothwell <sfr@canb.auug.org.au>

This patch adds the driver for the PPC64 iSeries virtual tape.
parent df8781b5
...@@ -44,6 +44,7 @@ obj-$(CONFIG_HVC_CONSOLE) += hvc_console.o ...@@ -44,6 +44,7 @@ obj-$(CONFIG_HVC_CONSOLE) += hvc_console.o
obj-$(CONFIG_RAW_DRIVER) += raw.o obj-$(CONFIG_RAW_DRIVER) += raw.o
obj-$(CONFIG_SGI_L1_SERIAL) += sn_serial.o obj-$(CONFIG_SGI_L1_SERIAL) += sn_serial.o
obj-$(CONFIG_VIOCONS) += viocons.o obj-$(CONFIG_VIOCONS) += viocons.o
obj-$(CONFIG_VIOTAPE) += viotape.o
obj-$(CONFIG_PRINTER) += lp.o obj-$(CONFIG_PRINTER) += lp.o
obj-$(CONFIG_TIPAR) += tipar.o obj-$(CONFIG_TIPAR) += tipar.o
......
This diff is collapsed.
...@@ -163,4 +163,6 @@ ...@@ -163,4 +163,6 @@
#define IBM_TTY3270_MAJOR 227 #define IBM_TTY3270_MAJOR 227
#define IBM_FS3270_MAJOR 228 #define IBM_FS3270_MAJOR 228
#define VIOTAPE_MAJOR 230
#endif #endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment