Date: Sun, 14 Mar 2004 12:04:41 +0000 (UTC) From: "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net> To: Warner Losh <imp@FreeBSD.org> Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/include asc_ioctl.h ioctl_ctx.h wtio.h Message-ID: <Pine.BSF.4.53.0403141159410.51220@e0-0.zab2.int.zabbadoz.net> In-Reply-To: <200403140540.i2E5eock075931@repoman.freebsd.org> References: <200403140540.i2E5eock075931@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.53.0403141159410.51220>