From fe3c6c180289344657699448ff9f478f577cc927 Mon Sep 17 00:00:00 2001 From: Doug Rabson Date: Sat, 3 Oct 1998 10:58:54 +0000 Subject: [PATCH] Don't bother trying to support Wangtek tapes on the alpha. --- usr.bin/mt/mt.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/usr.bin/mt/mt.c b/usr.bin/mt/mt.c index c2a6eeb4828..230ab1c355a 100644 --- a/usr.bin/mt/mt.c +++ b/usr.bin/mt/mt.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)mt.c 8.2 (Berkeley) 5/4/95"; #endif static const char rcsid[] = - "$Id: mt.c,v 1.13 1997/08/21 05:49:29 joerg Exp $"; + "$Id: mt.c,v 1.15 1998/09/15 10:28:20 gibbs Exp $"; #endif /* not lint */ /* @@ -245,7 +245,7 @@ main(argc, argv) #include #endif -#ifdef __FreeBSD__ +#if defined(__FreeBSD__) && defined(__i386__) #include #endif @@ -279,8 +279,10 @@ struct tape_desc { * magtape driver. */ { MT_ISAR, "SCSI tape drive", 0, 0 }, +#if defined (__i386__) { MT_ISVIPER1, "Archive Viper", WTDS_BITS, WTER_BITS }, { MT_ISMFOUR, "Wangtek", WTDS_BITS, WTER_BITS }, +#endif #endif /* defined (__FreeBSD__) */ { 0 } };