Update of /cvsroot/linux-vax/kernel-2.4/drivers/char/ftape/zftape In directory usw-pr-cvs1:/tmp/cvs-serv17293/char/ftape/zftape Modified Files: Makefile zftape-buffers.c zftape-buffers.h zftape-ctl.c zftape-ctl.h zftape-eof.c zftape-eof.h zftape-init.c zftape-init.h zftape-read.c zftape-read.h zftape-rw.c zftape-rw.h zftape-vtbl.c zftape-vtbl.h zftape-write.c zftape-write.h zftape_syms.c zftape_syms.h Log Message: synch 2.4.15 commit 55 Index: Makefile =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/drivers/char/ftape/zftape/Makefile,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 Index: zftape-buffers.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/drivers/char/ftape/zftape/zftape-buffers.c,v retrieving revision 1.1.1.2 retrieving revision 1.2 diff -u -r1.1.1.2 -r1.2 Index: zftape-buffers.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/drivers/char/ftape/zftape/zftape-buffers.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 Index: zftape-ctl.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/drivers/char/ftape/zftape/zftape-ctl.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 Index: zftape-ctl.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/drivers/char/ftape/zftape/zftape-ctl.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 Index: zftape-eof.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/drivers/char/ftape/zftape/zftape-eof.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 Index: zftape-eof.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/drivers/char/ftape/zftape/zftape-eof.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 Index: zftape-init.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/drivers/char/ftape/zftape/zftape-init.c,v retrieving revision 1.1.1.2 retrieving revision 1.2 diff -u -r1.1.1.2 -r1.2 --- zftape-init.c 25 Feb 2001 23:15:03 -0000 1.1.1.2 +++ zftape-init.c 11 Apr 2002 13:31:02 -0000 1.2 @@ -59,6 +59,7 @@ "Support for QIC-113 compatible volume table " "and builtin compression (lzrw3 algorithm)"); MODULE_SUPPORTED_DEVICE("char-major-27"); +MODULE_LICENSE("GPL"); /* Global vars. */ Index: zftape-init.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/drivers/char/ftape/zftape/zftape-init.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 Index: zftape-read.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/drivers/char/ftape/zftape/zftape-read.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 Index: zftape-read.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/drivers/char/ftape/zftape/zftape-read.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 Index: zftape-rw.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/drivers/char/ftape/zftape/zftape-rw.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 Index: zftape-rw.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/drivers/char/ftape/zftape/zftape-rw.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 Index: zftape-vtbl.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/drivers/char/ftape/zftape/zftape-vtbl.c,v retrieving revision 1.1.1.2 retrieving revision 1.2 diff -u -r1.1.1.2 -r1.2 --- zftape-vtbl.c 25 Feb 2001 23:15:03 -0000 1.1.1.2 +++ zftape-vtbl.c 11 Apr 2002 13:31:02 -0000 1.2 @@ -431,7 +431,7 @@ /* this functions translates the failed_sector_log, misused as * EOF-marker list, into a virtual volume table. The table mustn't be * written to tape, because this would occupy the first data segment, - * which should be the volume table, but is actualy the first segment + * which should be the volume table, but is actually the first segment * that is filled with data (when using standard ftape). We assume, * that we get a non-empty failed_sector_log. */ Index: zftape-vtbl.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/drivers/char/ftape/zftape/zftape-vtbl.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 Index: zftape-write.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/drivers/char/ftape/zftape/zftape-write.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 Index: zftape-write.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/drivers/char/ftape/zftape/zftape-write.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 Index: zftape_syms.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/drivers/char/ftape/zftape/zftape_syms.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 Index: zftape_syms.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/drivers/char/ftape/zftape/zftape_syms.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 |