From owner-cvs-src@FreeBSD.ORG  Sun Mar 14 04:05:03 2004
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 2A6CD16A4D0; Sun, 14 Mar 2004 04:05:02 -0800 (PST)
Received: from transport.cksoft.de (transport.cksoft.de [62.111.66.27])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id DF7AA43D31; Sun, 14 Mar 2004 04:05:01 -0800 (PST)
	(envelope-from bzeeb-lists@lists.zabbadoz.net)
Received: from transport.cksoft.de (localhost [127.0.0.1])
	by transport.cksoft.de (Postfix) with ESMTP
	id D46B31FFDD4; Sun, 14 Mar 2004 13:04:55 +0100 (CET)
Received: by transport.cksoft.de (Postfix, from userid 66)
	id D3EBA1FFDBC; Sun, 14 Mar 2004 13:04:53 +0100 (CET)
Received: by mail.int.zabbadoz.net (Postfix, from userid 1060)
	id 28E69154F5; Sun, 14 Mar 2004 12:04:40 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1])
	by mail.int.zabbadoz.net (Postfix) with ESMTP
	id 1E06615380; Sun, 14 Mar 2004 12:04:41 +0000 (UTC)
Date: Sun, 14 Mar 2004 12:04:41 +0000 (UTC)
From: "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net>
X-X-Sender: bz@e0-0.zab2.int.zabbadoz.net
To: Warner Losh <imp@FreeBSD.org>
In-Reply-To: <200403140540.i2E5eock075931@repoman.freebsd.org>
Message-ID: <Pine.BSF.4.53.0403141159410.51220@e0-0.zab2.int.zabbadoz.net>
References: <200403140540.i2E5eock075931@repoman.freebsd.org>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Virus-Scanned: by AMaViS cksoft-s20020300-20031204bz on transport.cksoft.de
cc: cvs-src@FreeBSD.org
cc: src-committers@FreeBSD.org
cc: cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/sys/i386/include asc_ioctl.h ioctl_ctx.h wtio.h
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 14 Mar 2004 12:05:03 -0000

On Sat, 13 Mar 2004, Warner Losh wrote:

> imp         2004/03/13 21:40:50 PST
>
>   FreeBSD src repository
>
>   Removed files:
>     sys/i386/include     asc_ioctl.h ioctl_ctx.h wtio.h
>   Log:
>   remove the ioctl files from the asc, ctx and wt drivers just removed
>
>   Revision  Changes    Path
>   0.4       +0 -53     src/sys/i386/include/asc_ioctl.h (dead)
>   1.7       +0 -31     src/sys/i386/include/ioctl_ctx.h (dead)
>   1.5       +0 -30     src/sys/i386/include/wtio.h (dead)

usr.bin/mt/mt.c:

#if defined(__i386__)
#include <machine/wtio.h>
#endif

s.th. like this should do the trick:

--- usr.bin/mt/mt.c.orig	Sun Mar 14 12:01:14 2004
+++ usr.bin/mt/mt.c	Sun Mar 14 12:01:25 2004
@@ -306,10 +306,6 @@ main(argc, argv)
 	/* NOTREACHED */
 }

-#if defined(__i386__)
-#include <machine/wtio.h>
-#endif
-
 struct tape_desc {
 	short	t_type;		/* type of magtape device */
 	char	*t_name;	/* printing name */
@@ -325,10 +321,6 @@ 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
 	{ 0, NULL, 0, 0 }
 };

-- 
Bjoern A. Zeeb				bzeeb at Zabbadoz dot NeT
56 69 73 69 74				http://www.zabbadoz.net/