Home | History | Annotate | Line # | Download | only in jazz
      1  1.4  christos /*	$NetBSD: pckbc_jazzioreg.h,v 1.4 2005/12/11 12:16:39 christos Exp $	*/
      2  1.2      soda /*	$OpenBSD: pccons.c,v 1.22 1999/01/30 22:39:37 imp Exp $	*/
      3  1.2      soda 
      4  1.2      soda /*-
      5  1.2      soda  * Copyright (c) 1990 The Regents of the University of California.
      6  1.2      soda  * All rights reserved.
      7  1.3       agc  *
      8  1.3       agc  * This code is derived from software contributed to Berkeley by
      9  1.3       agc  * William Jolitz and Don Ahn.
     10  1.3       agc  *
     11  1.3       agc  * Redistribution and use in source and binary forms, with or without
     12  1.3       agc  * modification, are permitted provided that the following conditions
     13  1.3       agc  * are met:
     14  1.3       agc  * 1. Redistributions of source code must retain the above copyright
     15  1.3       agc  *    notice, this list of conditions and the following disclaimer.
     16  1.3       agc  * 2. Redistributions in binary form must reproduce the above copyright
     17  1.3       agc  *    notice, this list of conditions and the following disclaimer in the
     18  1.3       agc  *    documentation and/or other materials provided with the distribution.
     19  1.3       agc  * 3. Neither the name of the University nor the names of its contributors
     20  1.3       agc  *    may be used to endorse or promote products derived from this software
     21  1.3       agc  *    without specific prior written permission.
     22  1.3       agc  *
     23  1.3       agc  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
     24  1.3       agc  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
     25  1.3       agc  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
     26  1.3       agc  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
     27  1.3       agc  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
     28  1.3       agc  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
     29  1.3       agc  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
     30  1.3       agc  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
     31  1.3       agc  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
     32  1.3       agc  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
     33  1.3       agc  * SUCH DAMAGE.
     34  1.3       agc  *
     35  1.3       agc  *	@(#)pccons.c	5.11 (Berkeley) 5/21/91
     36  1.3       agc  */
     37  1.3       agc 
     38  1.3       agc /*-
     39  1.3       agc  * Copyright (c) 1993, 1994, 1995 Charles M. Hannum.  All rights reserved.
     40  1.2      soda  *
     41  1.2      soda  * This code is derived from software contributed to Berkeley by
     42  1.2      soda  * William Jolitz and Don Ahn.
     43  1.2      soda  *
     44  1.2      soda  * Copyright (c) 1994 Charles M. Hannum.
     45  1.2      soda  * Copyright (c) 1992, 1993 Erik Forsberg.
     46  1.2      soda  *
     47  1.2      soda  * Redistribution and use in source and binary forms, with or without
     48  1.2      soda  * modification, are permitted provided that the following conditions
     49  1.2      soda  * are met:
     50  1.2      soda  * 1. Redistributions of source code must retain the above copyright
     51  1.2      soda  *    notice, this list of conditions and the following disclaimer.
     52  1.2      soda  * 2. Redistributions in binary form must reproduce the above copyright
     53  1.2      soda  *    notice, this list of conditions and the following disclaimer in the
     54  1.2      soda  *    documentation and/or other materials provided with the distribution.
     55  1.2      soda  * 3. All advertising materials mentioning features or use of this software
     56  1.2      soda  *    must display the following acknowledgement:
     57  1.2      soda  *	This product includes software developed by the University of
     58  1.2      soda  *	California, Berkeley and its contributors.
     59  1.2      soda  * 4. Neither the name of the University nor the names of its contributors
     60  1.2      soda  *    may be used to endorse or promote products derived from this software
     61  1.2      soda  *    without specific prior written permission.
     62  1.2      soda  *
     63  1.2      soda  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
     64  1.2      soda  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
     65  1.2      soda  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
     66  1.2      soda  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
     67  1.2      soda  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
     68  1.2      soda  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
     69  1.2      soda  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
     70  1.2      soda  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
     71  1.2      soda  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
     72  1.2      soda  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
     73  1.2      soda  * SUCH DAMAGE.
     74  1.2      soda  *
     75  1.2      soda  *	@(#)pccons.c	5.11 (Berkeley) 5/21/91
     76  1.2      soda  */
     77  1.1      soda 
     78  1.1      soda #define JAZZIO_KBCMDP	1
     79