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