The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/i386/include/wtio.h

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    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: releng/5.0/sys/i386/include/wtio.h 50477 1999-08-28 01:08:13Z peter $
   23  *
   24  */
   25 
   26 /* formats for printing flags and error values */
   27 #define WTDS_BITS "\2\1inuse\2read\3write\4start\5rmark\6wmark\7rew\10excep\11vol\12wo\13ro\14wany\15rany\16wp\17timer\20active"
   28 #define WTER_BITS "\2\1eof\2bnl\3uda\4eom\5wrp\6usl\7cni\11por\12erm\13bpe\14bom\15mbd\16ndt\17ill"
   29 
   30 #endif /* _MACHINE_WTIO_H */

Cache object: 70a7fea47caddaf98fb18ac36e19c407


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.