More cleanups to make ports work better.
[dragonfly.git] / sys / i386 / include / wtio.h
1 #ifndef _MACHINE_WTIO_H
2 #define _MACHINE_WTIO_H
3
4 /*
5  * Streamer tape driver for 386bsd and FreeBSD.
6  * Supports Archive and Wangtek compatible QIC-02/QIC-36 boards.
7  *
8  * Copyright (C) 1993 by:
9  *      Sergey Ryzhkov       <sir@kiae.su>
10  *      Serge Vakulenko      <vak@zebub.msk.su>
11  *
12  * This software is distributed with NO WARRANTIES, not even the implied
13  * warranties for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
14  *
15  * Authors grant any other persons or organizations permission to use
16  * or modify this software as long as this message is kept with the software,
17  * all derivative works or modified versions.
18  *
19  * This driver is derived from the old 386bsd Wangtek streamer tape driver,
20  * made by Robert Baron at CMU, based on Intel sources.
21  *
22  * $FreeBSD: src/sys/i386/include/wtio.h,v 1.4 1999/08/28 00:44:28 peter Exp $
23  * $DragonFly: src/sys/i386/include/Attic/wtio.h,v 1.2 2003/06/17 04:28:36 dillon Exp $
24  *
25  */
26
27 /* formats for printing flags and error values */
28 #define WTDS_BITS "\20\1inuse\2read\3write\4start\5rmark\6wmark\7rew\10excep\11vol\12wo\13ro\14wany\15rany\16wp\17timer\20active"
29 #define WTER_BITS "\20\1eof\2bnl\3uda\4eom\5wrp\6usl\7cni\11por\12erm\13bpe\14bom\15mbd\16ndt\17ill"
30
31 #endif /* _MACHINE_WTIO_H */