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