Home | History | Annotate | Line # | Download | only in isa
elink.h revision 1.2
      1  1.2  mycroft /*
      2  1.2  mycroft  * Copyright (c) 1994 Charles Hannum.  All rights reserved.
      3  1.2  mycroft  *
      4  1.2  mycroft  * Redistribution and use in source and binary forms, with or without
      5  1.2  mycroft  * modification, are permitted provided that the following conditions
      6  1.2  mycroft  * are met:
      7  1.2  mycroft  * 1. Redistributions of source code must retain the above copyright
      8  1.2  mycroft  *    notice, this list of conditions and the following disclaimer.
      9  1.2  mycroft  * 2. Redistributions in binary form must reproduce the above copyright
     10  1.2  mycroft  *    notice, this list of conditions and the following disclaimer in the
     11  1.2  mycroft  *    documentation and/or other materials provided with the distribution.
     12  1.2  mycroft  * 3. All advertising materials mentioning features or use of this software
     13  1.2  mycroft  *    must display the following acknowledgement:
     14  1.2  mycroft  *	This product includes software developed by Charles Hannum.
     15  1.2  mycroft  * 4. The name of the author may not be used to endorse or promote products
     16  1.2  mycroft  *    derived from this software without specific prior written permission.
     17  1.2  mycroft  *
     18  1.2  mycroft  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
     19  1.2  mycroft  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
     20  1.2  mycroft  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
     21  1.2  mycroft  * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
     22  1.2  mycroft  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
     23  1.2  mycroft  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
     24  1.2  mycroft  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
     25  1.2  mycroft  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
     26  1.2  mycroft  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
     27  1.2  mycroft  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     28  1.2  mycroft  *
     29  1.2  mycroft  *	$Id: elink.h,v 1.2 1994/02/16 19:28:20 mycroft Exp $
     30  1.2  mycroft  */
     31  1.2  mycroft 
     32  1.1  mycroft #define	ELINK_ID_PORT	0x100
     33  1.1  mycroft #define	ELINK_RESET	0xc0
     34  1.1  mycroft 
     35  1.1  mycroft #define	ELINK_507_POLY	0xe7
     36  1.1  mycroft #define	ELINK_509_POLY	0xcf
     37  1.1  mycroft 
     38  1.1  mycroft void elink_reset __P((void));
     39  1.1  mycroft void elink_idseq __P((u_char p));
     40