ka88.h revision 1.1 1 /* $NetBSD: ka88.h,v 1.1 2000/07/26 11:47:20 ragge Exp $ */
2
3 /*
4 * Copyright (c) 2000 Ludd, University of Lule}, Sweden. All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:
9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.
11 * 2. Redistributions in binary form must reproduce the above copyright
12 * notice, this list of conditions and the following disclaimer in the
13 * documentation and/or other materials provided with the distribution.
14 * 3. All advertising materials mentioning features or use of this software
15 * must display the following acknowledgement:
16 * This product includes software developed at Ludd, University of
17 * Lule}, Sweden and its contributors.
18 * 4. The name of the author may not be used to endorse or promote products
19 * derived from this software without specific prior written permission
20 *
21 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
22 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
23 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
24 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
25 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
26 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
28 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
30 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31 */
32
33 /*
34 * KA88 system defines, gotten from the
35 * VAX 8530/8550/8700/8800 System Maintenance Guide.
36 */
37
38 /* Console communication ID fields */
39 #define KA88_CSA1 0x0100 /* first floppy */
40 #define KA88_CSA3 0x0200 /* hard drive */
41 #define KA88_LOCAL 0x0300 /* local console */
42 #define KA88_CSA2 0x0400 /* second floppy */
43 #define KA88_REMOTE 0x0600 /* remote console */
44 #define KA88_DIAGDATA 0x0700 /* */
45 #define KA88_CONSMSG 0x0800 /* messages from console */
46 #define KA88_CONFDATA 0x0900 /* config data from PRO (in) */
47 #define KA88_CSACMND 0x0900 /* floppy command (out) */
48 #define KA88_TOY 0x0d00 /* time of year clock */
49 #define KA88_COMM 0x0f00 /* communication channel */
50
51 /* Messages from console */
52 #define KA88_ENV 0x0000 /* margins passed */
53 #define KA88_CSA1STAT 0x0010 /* floppy 1 status */
54 #define KA88_CSA2STAT 0x0020 /* floppy 2 status */
55 #define KA88_CSA3STAT 0x0050 /* hard drive status */
56 #define KA88_TOYERR 0x0070 /* time of year clock error */
57
58 /* Environment margins passed */
59 #define KA88_BLOWER 0x0000 /* fan malfunctioning */
60 #define KA88_YELLOW 0x0001 /* yellow zone passed */
61 #define KA88_RED 0x0002 /* red zone passed */
62
63 /* floppy status */
64 #define KA88_CSAOK 0x0000 /* floppy command succeeded */
65
66 /* config data from PRO */
67 #define KA88_LEFT 0x0001 /* left cpu available */
68 #define KA88_SMALL 0x0001 /* small cabinet (8530/8550) */
69 #define KA88_RIGHT 0x0002 /* right cpu available */
70 #define KA88_SECONDEN 0x0004 /* secondary enabled */
71 #define KA88_SINGLE 0x0008 /* single cpu */
72 #define KA88_LEFTPRIM 0x0040 /* left cpu is primary */
73 #define KA88_SLOW 0x0080 /* low-speed version */
74
75 /* floppy commands */
76 #define KA88_CS_READ 0x0000 /* read from device */
77 #define KA88_CS_WRITE 0x0001 /* write to device */
78
79 /* communication channel */
80 #define KA88_REBOOT 0x0002 /* reboot this processor */
81 #define KA88_CLRW 0x0003 /* clear warm start flag */
82 #define KA88_CLRC 0x0004 /* clear cold start flag */
83 #define KA88_REBOOT2ND 0x0005 /* reboot other processor */
84 #define KA88_TOYREAD 0x0008 /* request toy clock */
85 #define KA88_TOYWRITE 0x0009 /* notify of intent to write toy */
86 #define KA88_GETCONF 0x000d /* request configuration info */
87
88 /* IPR defines */
89 #define PR_NICTRL 128 /* NMI Interrupt control */
90 #define NICTRL_DEV0 0x80 /* Device 0 interrupt enable */
91 #define NICTRL_DEV1 0x40 /* Device 1 interrupt enable */
92 #define NICTRL_MNF 0x20 /* memory interrupt/NMI fault */
93
94 #define PR_INOP 129 /* Interrupt other processor */
95 #define INOP_IOP 1
96
97 #define PR_NMIFSR 130 /* NMI fault summary */
98 #define PR_NMISIL 131 /* NMI silo data */
99 #define PR_NMIEAR 132 /* NMI error address */
100 #define PR_COR 133 /* Cache on register */
101 #define PR_REVR1 134 /* Rev register 1 */
102 #define PR_REVR2 135 /* Rev register 2 */
103
104 /* NBIA defines */
105 #define NBIA_REGS(nbianr) (0x20080000 + ((nbianr) << 26))
106
107 #define NBIA_CSR0 0
108 #define CSR0_PARERR 0x8000 /* NBI parity error */
109 #define CSR0_LOOP 0x10000 /* loopback */
110 #define CSR0_NBIIE 0x100000 /* NBI interrupt enable */
111
112 #define NBIA_CSR1 4
113 #define NBIA_BR4VR 16
114 #define NBIA_BR5VR 20
115 #define NBIA_BR6VR 24
116 #define NBIA_BR7VR 28
117 /*
118 * This is mostly fake, but simple way to get autoconf work.
119 * slot 0-9: BI bus adapters
120 * 10: Memory controller
121 * 20-23: CPUs.
122 */
123 struct nmi_attach_args {
124 int slot;
125 };
126
127 #ifdef _KERNEL
128 int ka88_confdata;
129 #endif
130