--- src/usr.bin/mt/mt.c 2005/08/04 17:31:23 1.6 +++ src/usr.bin/mt/mt.c 2005/09/10 21:03:27 1.7 @@ -321,25 +321,11 @@ main(int argc, char **argv) /* NOTREACHED */ } -#ifdef vax -#include -#include - -#include -#include -#undef b_repcnt /* argh */ -#include -#endif - #ifdef sun #include #include #endif -#ifdef tahoe -#include -#endif - #if defined(__DragonFly__) && defined(__i386__) #include #endif @@ -350,20 +336,10 @@ struct tape_desc { char *t_dsbits; /* "drive status" register */ char *t_erbits; /* "error" register */ } tapes[] = { -#ifdef vax - { MT_ISTS, "ts11", 0, TSXS0_BITS }, - { MT_ISHT, "tm03", HTDS_BITS, HTER_BITS }, - { MT_ISTM, "tm11", 0, TMER_BITS }, - { MT_ISMT, "tu78", MTDS_BITS, 0 }, - { MT_ISUT, "tu45", UTDS_BITS, UTER_BITS }, -#endif #ifdef sun { MT_ISCPC, "TapeMaster", TMS_BITS, 0 }, { MT_ISAR, "Archive", ARCH_CTRL_BITS, ARCH_BITS }, #endif -#ifdef tahoe - { MT_ISCY, "cipher", CYS_BITS, CYCW_BITS }, -#endif #if defined (__DragonFly__) /* * XXX This is weird. The st driver reports the tape drive