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