"SCSI tape" -> "SCSI", from is
This commit is contained in:
parent
ce463ad2e1
commit
2aa93b359f
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: mt.c,v 1.14 1996/05/21 10:23:54 mrg Exp $ */
|
||||
/* $NetBSD: mt.c,v 1.15 1996/05/26 04:00:49 mrg Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1980, 1993
|
||||
@ -43,7 +43,7 @@ static char copyright[] =
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)mt.c 8.2 (Berkeley) 6/6/93";
|
||||
#else
|
||||
static char rcsid[] = "$NetBSD: mt.c,v 1.14 1996/05/21 10:23:54 mrg Exp $";
|
||||
static char rcsid[] = "$NetBSD: mt.c,v 1.15 1996/05/26 04:00:49 mrg Exp $";
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
@ -203,7 +203,7 @@ struct tape_desc {
|
||||
#ifdef tahoe
|
||||
{ MT_ISCY, "cipher", CYS_BITS, CYCW_BITS },
|
||||
#endif
|
||||
{ 0x7, "SCSI tape", "76543210", "76543210" },
|
||||
{ 0x7, "SCSI", "76543210", "76543210" },
|
||||
{ 0 }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user