Home | History | Annotate | Line # | Download | only in vr
vr.c revision 1.31
      1  1.31       uch /*	$NetBSD: vr.c,v 1.31 2001/09/23 14:32:53 uch Exp $	*/
      2   1.1  takemura 
      3   1.1  takemura /*-
      4  1.31       uch  * Copyright (c) 1999-2001
      5   1.1  takemura  *         Shin Takemura and PocketBSD Project. All rights reserved.
      6   1.1  takemura  *
      7   1.1  takemura  * Redistribution and use in source and binary forms, with or without
      8   1.1  takemura  * modification, are permitted provided that the following conditions
      9   1.1  takemura  * are met:
     10   1.1  takemura  * 1. Redistributions of source code must retain the above copyright
     11   1.1  takemura  *    notice, this list of conditions and the following disclaimer.
     12   1.1  takemura  * 2. Redistributions in binary form must reproduce the above copyright
     13   1.1  takemura  *    notice, this list of conditions and the following disclaimer in the
     14   1.1  takemura  *    documentation and/or other materials provided with the distribution.
     15   1.1  takemura  * 3. All advertising materials mentioning features or use of this software
     16   1.1  takemura  *    must display the following acknowledgement:
     17   1.1  takemura  *	This product includes software developed by the PocketBSD project
     18   1.1  takemura  *	and its contributors.
     19   1.1  takemura  * 4. Neither the name of the project nor the names of its contributors
     20   1.1  takemura  *    may be used to endorse or promote products derived from this software
     21   1.1  takemura  *    without specific prior written permission.
     22   1.1  takemura  *
     23   1.1  takemura  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
     24   1.1  takemura  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
     25   1.1  takemura  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
     26   1.1  takemura  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
     27   1.1  takemura  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
     28   1.1  takemura  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
     29   1.1  takemura  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
     30   1.1  takemura  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
     31   1.1  takemura  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
     32   1.1  takemura  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
     33   1.1  takemura  * SUCH DAMAGE.
     34   1.1  takemura  *
     35   1.1  takemura  */
     36  1.29       uch 
     37  1.29       uch #include "opt_vr41xx.h"
     38  1.31       uch #include "opt_tx39xx.h"
     39  1.24     lukem #include "opt_kgdb.h"
     40  1.24     lukem 
     41   1.1  takemura #include <sys/param.h>
     42   1.1  takemura #include <sys/systm.h>
     43   1.5  takemura #include <sys/reboot.h>
     44   1.1  takemura 
     45  1.31       uch #include <uvm/uvm_extern.h>
     46  1.31       uch 
     47   1.1  takemura #include <machine/sysconf.h>
     48   1.1  takemura #include <machine/bus.h>
     49  1.30       uch #include <machine/bootinfo.h>
     50   1.1  takemura 
     51  1.26     enami #include <dev/hpc/hpckbdvar.h>
     52  1.26     enami 
     53  1.30       uch #include <hpcmips/hpcmips/machdep.h>	/* cpu_name, mem_cluster */
     54  1.30       uch 
     55   1.1  takemura #include <hpcmips/vr/vr.h>
     56  1.11  takemura #include <hpcmips/vr/vr_asm.h>
     57  1.22      sato #include <hpcmips/vr/vrcpudef.h>
     58   1.3  takemura #include <hpcmips/vr/vripreg.h>
     59   1.1  takemura #include <hpcmips/vr/rtcreg.h>
     60   1.1  takemura 
     61   1.8  takemura #include "vrip.h"
     62   1.8  takemura #if NVRIP > 0
     63   1.8  takemura #include <hpcmips/vr/vripvar.h>
     64   1.8  takemura #endif
     65   1.8  takemura 
     66   1.9      sato #include "vrbcu.h"
     67   1.9      sato #if NVRBCU > 0
     68   1.9      sato #include <hpcmips/vr/bcuvar.h>
     69   1.9      sato #endif
     70   1.9      sato 
     71   1.5  takemura #include "vrdsu.h"
     72   1.5  takemura #if NVRDSU > 0
     73   1.5  takemura #include <hpcmips/vr/vrdsuvar.h>
     74   1.5  takemura #endif
     75   1.5  takemura 
     76   1.1  takemura #include "com.h"
     77   1.1  takemura #if NCOM > 0
     78   1.1  takemura #include <sys/termios.h>
     79   1.1  takemura #include <sys/ttydefaults.h>
     80   1.1  takemura #include <dev/ic/comreg.h>
     81   1.1  takemura #include <dev/ic/comvar.h>
     82   1.1  takemura #include <hpcmips/vr/siureg.h>
     83   1.1  takemura #include <hpcmips/vr/com_vripvar.h>
     84   1.1  takemura #ifndef CONSPEED
     85   1.1  takemura #define CONSPEED TTYDEF_SPEED
     86   1.1  takemura #endif
     87   1.1  takemura #endif
     88   1.1  takemura 
     89  1.15  takemura #include "hpcfb.h"
     90   1.3  takemura #include "vrkiu.h"
     91  1.25     enami #if (NVRKIU > 0) || (NHPCFB > 0)
     92   1.3  takemura #include <dev/wscons/wsdisplayvar.h>
     93  1.15  takemura #include <dev/rasops/rasops.h>
     94   1.3  takemura #endif
     95   1.3  takemura 
     96  1.15  takemura #if NHPCFB > 0
     97  1.20       uch #include <dev/hpc/hpcfbvar.h>
     98   1.3  takemura #endif
     99   1.3  takemura 
    100  1.15  takemura #if NVRKIU > 0
    101  1.26     enami #include <arch/hpcmips/vr/vrkiureg.h>
    102   1.3  takemura #include <arch/hpcmips/vr/vrkiuvar.h>
    103   1.3  takemura #endif
    104   1.3  takemura 
    105  1.31       uch #ifdef DEBUG
    106  1.31       uch #define STATIC
    107  1.31       uch #else
    108  1.31       uch #define STATIC	static
    109  1.31       uch #endif
    110  1.31       uch 
    111  1.31       uch /*
    112  1.31       uch  * This is a mask of bits to clear in the SR when we go to a
    113  1.31       uch  * given interrupt priority level.
    114  1.31       uch  */
    115  1.31       uch const u_int32_t __ipl_sr_bits_vr[_IPL_N] = {
    116  1.31       uch 	0,					/* IPL_NONE */
    117  1.31       uch 
    118  1.31       uch 	MIPS_SOFT_INT_MASK_0,			/* IPL_SOFT */
    119  1.31       uch 
    120  1.31       uch 	MIPS_SOFT_INT_MASK_0,			/* IPL_SOFTCLOCK */
    121  1.31       uch 
    122  1.31       uch 	MIPS_SOFT_INT_MASK_0|
    123  1.31       uch 		MIPS_SOFT_INT_MASK_1,		/* IPL_SOFTNET */
    124  1.31       uch 
    125  1.31       uch 	MIPS_SOFT_INT_MASK_0|
    126  1.31       uch 		MIPS_SOFT_INT_MASK_1,		/* IPL_SOFTSERIAL */
    127  1.31       uch 
    128  1.31       uch 	MIPS_SOFT_INT_MASK_0|
    129  1.31       uch 		MIPS_SOFT_INT_MASK_1|
    130  1.31       uch 		MIPS_INT_MASK_0,		/* IPL_BIO */
    131  1.31       uch 
    132  1.31       uch 	MIPS_SOFT_INT_MASK_0|
    133  1.31       uch 		MIPS_SOFT_INT_MASK_1|
    134  1.31       uch 		MIPS_INT_MASK_0,		/* IPL_NET */
    135  1.31       uch 
    136  1.31       uch 	MIPS_SOFT_INT_MASK_0|
    137  1.31       uch 		MIPS_SOFT_INT_MASK_1|
    138  1.31       uch 		MIPS_INT_MASK_0,		/* IPL_{TTY,SERIAL} */
    139  1.31       uch 
    140  1.31       uch 	MIPS_SOFT_INT_MASK_0|
    141  1.31       uch 		MIPS_SOFT_INT_MASK_1|
    142  1.31       uch 		MIPS_INT_MASK_0|
    143  1.31       uch 		MIPS_INT_MASK_1,		/* IPL_{CLOCK,HIGH} */
    144  1.31       uch };
    145  1.31       uch 
    146  1.31       uch #if defined(VR41XX) && defined(TX39XX)
    147  1.31       uch #define	VR_INTR	vr_intr
    148  1.31       uch #else
    149  1.31       uch #define	VR_INTR	cpu_intr	/* locore_mips3 directly call this */
    150  1.31       uch #endif
    151  1.31       uch 
    152  1.31       uch void vr_init(void);
    153  1.31       uch void VR_INTR(u_int32_t, u_int32_t, u_int32_t, u_int32_t);
    154  1.31       uch extern void vr_idle(void);
    155  1.31       uch STATIC void vr_cons_init(void);
    156  1.31       uch STATIC void vr_fb_init(caddr_t *);
    157  1.31       uch STATIC void vr_mem_init(paddr_t);
    158  1.31       uch STATIC void vr_find_dram(paddr_t, paddr_t);
    159  1.31       uch STATIC void vr_reboot(int, char *);
    160   1.1  takemura 
    161   1.1  takemura /*
    162   1.1  takemura  * CPU interrupt dispatch table (HwInt[0:3])
    163   1.1  takemura  */
    164  1.31       uch STATIC int vr_null_handler(void *, u_int32_t, u_int32_t);
    165  1.31       uch STATIC int (*vr_intr_handler[4])(void *, u_int32_t, u_int32_t) =
    166   1.1  takemura {
    167  1.31       uch 	vr_null_handler,
    168  1.31       uch 	vr_null_handler,
    169  1.31       uch 	vr_null_handler,
    170  1.31       uch 	vr_null_handler
    171   1.1  takemura };
    172  1.31       uch STATIC void *vr_intr_arg[4];
    173   1.1  takemura 
    174   1.1  takemura void
    175   1.1  takemura vr_init()
    176   1.1  takemura {
    177   1.1  takemura 	/*
    178   1.1  takemura 	 * Platform Specific Function Hooks
    179   1.1  takemura 	 */
    180  1.29       uch 	platform.cpu_idle	= vr_idle;
    181  1.31       uch 	platform.cpu_intr	= VR_INTR;
    182  1.29       uch 	platform.cons_init	= vr_cons_init;
    183  1.29       uch 	platform.fb_init	= vr_fb_init;
    184  1.29       uch 	platform.mem_init	= vr_mem_init;
    185  1.29       uch 	platform.reboot		= vr_reboot;
    186   1.1  takemura 
    187   1.9      sato #if NVRBCU > 0
    188  1.12      sato 	sprintf(cpu_name, "NEC %s rev%d.%d %d.%03dMHz",
    189   1.1  takemura 		vrbcu_vrip_getcpuname(),
    190   1.1  takemura 		vrbcu_vrip_getcpumajor(),
    191  1.10      shin 		vrbcu_vrip_getcpuminor(),
    192  1.10      shin 		vrbcu_vrip_getcpuclock() / 1000000,
    193  1.10      shin 		(vrbcu_vrip_getcpuclock() % 1000000) / 1000);
    194   1.9      sato #else
    195  1.12      sato 	sprintf(cpu_name, "NEC VR41xx");
    196   1.9      sato #endif
    197   1.4       uch }
    198   1.4       uch 
    199  1.13      shin void
    200  1.28       uch vr_mem_init(paddr_t kernend)
    201   1.4       uch {
    202  1.25     enami 
    203  1.13      shin 	mem_clusters[0].start = 0;
    204  1.13      shin 	mem_clusters[0].size = kernend;
    205  1.13      shin 	mem_cluster_cnt = 1;
    206  1.25     enami 
    207  1.13      shin 	vr_find_dram(kernend, 0x02000000);
    208  1.13      shin 	vr_find_dram(0x02000000, 0x04000000);
    209  1.13      shin 	vr_find_dram(0x04000000, 0x06000000);
    210  1.13      shin 	vr_find_dram(0x06000000, 0x08000000);
    211  1.13      shin 
    212  1.13      shin 	/* Clear currently unused D-RAM area (For reboot Windows CE clearly)*/
    213  1.13      shin 	memset((void *)(KERNBASE + 0x400), 0, KERNTEXTOFF - (KERNBASE + 0x800));
    214  1.13      shin }
    215  1.13      shin 
    216  1.13      shin void
    217  1.28       uch vr_find_dram(paddr_t addr, paddr_t end)
    218  1.13      shin {
    219  1.13      shin 	int n;
    220  1.13      shin 	caddr_t page;
    221  1.13      shin #ifdef NARLY_MEMORY_PROBE
    222  1.13      shin 	int x, i;
    223  1.13      shin #endif
    224  1.13      shin 
    225  1.25     enami #ifdef VR_FIND_DRAMLIM
    226  1.25     enami 	if (VR_FIND_DRAMLIM < end)
    227  1.25     enami 		end = VR_FIND_DRAMLIM;
    228  1.31       uch #endif /* VR_FIND_DRAMLIM */
    229  1.13      shin 	n = mem_cluster_cnt;
    230  1.13      shin 	for (; addr < end; addr += NBPG) {
    231  1.13      shin 
    232  1.13      shin 		page = (void *)MIPS_PHYS_TO_KSEG1(addr);
    233  1.13      shin 		if (badaddr(page, 4))
    234  1.13      shin 			goto bad;
    235  1.14      shin 
    236  1.14      shin 		/* stop memory probing at first memory image */
    237  1.14      shin 		if (bcmp(page, (void *)MIPS_PHYS_TO_KSEG0(0), 128) == 0)
    238  1.14      shin 			return;
    239  1.13      shin 
    240  1.13      shin 		*(volatile int *)(page+0) = 0xa5a5a5a5;
    241  1.13      shin 		*(volatile int *)(page+4) = 0x5a5a5a5a;
    242  1.13      shin 		wbflush();
    243  1.13      shin 		if (*(volatile int *)(page+0) != 0xa5a5a5a5)
    244  1.13      shin 			goto bad;
    245  1.13      shin 
    246  1.13      shin 		*(volatile int *)(page+0) = 0x5a5a5a5a;
    247  1.13      shin 		*(volatile int *)(page+4) = 0xa5a5a5a5;
    248  1.13      shin 		wbflush();
    249  1.13      shin 		if (*(volatile int *)(page+0) != 0x5a5a5a5a)
    250  1.13      shin 			goto bad;
    251  1.13      shin 
    252  1.13      shin #ifdef NARLY_MEMORY_PROBE
    253  1.13      shin 		x = random();
    254  1.13      shin 		for (i = 0; i < NBPG; i += 4)
    255  1.13      shin 			*(volatile int *)(page+i) = (x ^ i);
    256   1.4       uch 		wbflush();
    257  1.13      shin 		for (i = 0; i < NBPG; i += 4)
    258  1.13      shin 			if (*(volatile int *)(page+i) != (x ^ i))
    259  1.13      shin 				goto bad;
    260  1.13      shin 
    261  1.13      shin 		x = random();
    262  1.13      shin 		for (i = 0; i < NBPG; i += 4)
    263  1.13      shin 			*(volatile int *)(page+i) = (x ^ i);
    264  1.13      shin 		wbflush();
    265  1.13      shin 		for (i = 0; i < NBPG; i += 4)
    266  1.13      shin 			if (*(volatile int *)(page+i) != (x ^ i))
    267  1.13      shin 				goto bad;
    268  1.31       uch #endif /* NARLY_MEMORY_PROBE */
    269  1.13      shin 
    270  1.13      shin 		if (!mem_clusters[n].size)
    271  1.13      shin 			mem_clusters[n].start = addr;
    272  1.13      shin 		mem_clusters[n].size += NBPG;
    273  1.13      shin 		continue;
    274  1.13      shin 
    275  1.13      shin 	bad:
    276  1.13      shin 		if (mem_clusters[n].size)
    277  1.13      shin 			++n;
    278  1.13      shin 		continue;
    279   1.4       uch 	}
    280  1.13      shin 	if (mem_clusters[n].size)
    281  1.13      shin 		++n;
    282  1.13      shin 	mem_cluster_cnt = n;
    283   1.4       uch }
    284   1.4       uch 
    285   1.4       uch void
    286  1.28       uch vr_fb_init(caddr_t *kernend)
    287   1.4       uch {
    288   1.4       uch 	/* Nothing to do */
    289   1.1  takemura }
    290   1.1  takemura 
    291   1.1  takemura void
    292   1.1  takemura vr_cons_init()
    293   1.1  takemura {
    294  1.15  takemura #if NCOM > 0 || NHPCFB > 0 || NVRKIU > 0
    295  1.30       uch 	bus_space_tag_t iot = hpcmips_system_bus_space();
    296   1.1  takemura #endif
    297   1.1  takemura 
    298   1.1  takemura #if NCOM > 0
    299  1.18     jeffs #ifdef KGDB
    300  1.18     jeffs 	/* if KGDB is defined, always use the serial port for KGDB */
    301  1.30       uch 	if (com_vrip_cndb_attach(iot, VRIP_SIU_ADDR, 9600, VRCOM_FREQ,
    302  1.30       uch 	    (TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8, 1)) {
    303  1.18     jeffs 		printf("%s(%d): can't init kgdb's serial port",
    304  1.23     enami 		    __FILE__, __LINE__);
    305  1.18     jeffs 	}
    306  1.30       uch #else /* KGDB */
    307   1.1  takemura 	if (bootinfo->bi_cnuse & BI_CNUSE_SERIAL) {
    308   1.1  takemura 		/* Serial console */
    309  1.30       uch 		if (com_vrip_cndb_attach(iot, VRIP_SIU_ADDR, CONSPEED,
    310  1.30       uch 		    VRCOM_FREQ, (TTYDEF_CFLAG & ~(CSIZE | PARENB)) | CS8, 0)) {
    311  1.23     enami 			printf("%s(%d): can't init serial console",
    312  1.23     enami 			    __FILE__, __LINE__);
    313   1.1  takemura 		} else {
    314   1.1  takemura 			return;
    315   1.1  takemura 		}
    316   1.1  takemura 	}
    317  1.30       uch #endif /* KGDB */
    318  1.30       uch #endif /* NCOM > 0 */
    319   1.1  takemura 
    320  1.15  takemura #if NHPCFB > 0
    321  1.17       uch 	if (hpcfb_cnattach(NULL)) {
    322   1.3  takemura 		printf("%s(%d): can't init fb console", __FILE__, __LINE__);
    323   1.3  takemura 	} else {
    324   1.3  takemura 		goto find_keyboard;
    325   1.3  takemura 	}
    326  1.25     enami  find_keyboard:
    327  1.30       uch #endif /* NHPCFB > 0 */
    328   1.3  takemura 
    329  1.22      sato #if NVRKIU > 0 && VRIP_KIU_ADDR != VRIP_NO_ADDR
    330  1.30       uch 	if (vrkiu_cnattach(iot, VRIP_KIU_ADDR)) {
    331   1.3  takemura 		printf("%s(%d): can't init vrkiu as console",
    332   1.3  takemura 		       __FILE__, __LINE__);
    333   1.3  takemura 	} else {
    334   1.3  takemura 		return;
    335   1.3  takemura 	}
    336  1.30       uch #endif /* NVRKIU > 0 && VRIP_KIU_ADDR != VRIP_NO_ADDR */
    337   1.5  takemura }
    338   1.5  takemura 
    339   1.5  takemura void
    340  1.28       uch vr_reboot(int howto, char *bootstr)
    341   1.5  takemura {
    342   1.7  takemura 	/*
    343   1.7  takemura 	 * power down
    344   1.7  takemura 	 */
    345   1.7  takemura 	if ((howto & RB_POWERDOWN) == RB_POWERDOWN) {
    346   1.7  takemura 		printf("fake powerdown\n");
    347   1.7  takemura 		__asm(__CONCAT(".word	",___STRING(VR_OPCODE_HIBERNATE)));
    348   1.7  takemura 		__asm("nop");
    349   1.7  takemura 		__asm("nop");
    350   1.7  takemura 		__asm("nop");
    351   1.7  takemura 		__asm("nop");
    352   1.7  takemura 		__asm("nop");
    353   1.7  takemura 		__asm(".set reorder");
    354   1.7  takemura 		/* not reach */
    355   1.7  takemura 		vr_reboot(howto&~RB_HALT, bootstr);
    356   1.7  takemura 	}
    357   1.7  takemura 	/*
    358   1.8  takemura 	 * halt
    359   1.7  takemura 	 */
    360   1.8  takemura 	if (howto & RB_HALT) {
    361   1.8  takemura #if NVRIP > 0
    362   1.8  takemura 		_spllower(~MIPS_INT_MASK_0);
    363   1.8  takemura 		vrip_intr_suspend();
    364   1.5  takemura #else
    365   1.8  takemura 		splhigh();
    366   1.5  takemura #endif
    367   1.7  takemura 		__asm(".set noreorder");
    368   1.7  takemura 		__asm(__CONCAT(".word	",___STRING(VR_OPCODE_SUSPEND)));
    369   1.6      sato 		__asm("nop");
    370   1.6      sato 		__asm("nop");
    371   1.6      sato 		__asm("nop");
    372   1.6      sato 		__asm("nop");
    373   1.6      sato 		__asm("nop");
    374   1.7  takemura 		__asm(".set reorder");
    375   1.8  takemura #if NVRIP > 0
    376   1.8  takemura 		vrip_intr_resume();
    377   1.8  takemura #endif
    378   1.6      sato 	}
    379   1.8  takemura 	/*
    380   1.8  takemura 	 * reset
    381   1.8  takemura 	 */
    382   1.8  takemura #if NVRDSU
    383   1.8  takemura 	vrdsu_reset();
    384   1.8  takemura #else
    385   1.8  takemura 	printf("%s(%d): There is no DSU.", __FILE__, __LINE__);
    386   1.8  takemura #endif
    387   1.1  takemura }
    388   1.1  takemura 
    389  1.30       uch /*
    390  1.30       uch  * Handle interrupts.
    391  1.30       uch  */
    392  1.31       uch void
    393  1.31       uch VR_INTR(u_int32_t status, u_int32_t cause, u_int32_t pc, u_int32_t ipending)
    394  1.30       uch {
    395  1.31       uch 	uvmexp.intrs++;
    396  1.31       uch 
    397  1.31       uch 	if (ipending & MIPS_INT_MASK_5) {
    398  1.31       uch 		/*
    399  1.31       uch 		 * spl* uses MIPS_INT_MASK not MIPS3_INT_MASK. it causes
    400  1.31       uch 		 * INT5 interrupt.
    401  1.31       uch 		 */
    402  1.31       uch 		mips3_cp0_compare_write(mips3_cp0_count_read());
    403  1.31       uch 	}
    404  1.31       uch 
    405  1.31       uch 	/* for spllowersoftclock */
    406  1.31       uch 	_splset(((status & ~cause) & MIPS_HARD_INT_MASK) | MIPS_SR_INT_IE);
    407  1.31       uch 
    408  1.31       uch 	if (ipending & MIPS_INT_MASK_1) {
    409  1.31       uch 		(*vr_intr_handler[1])(vr_intr_arg[1], pc, status);
    410  1.30       uch 
    411  1.31       uch 		cause &= ~MIPS_INT_MASK_1;
    412  1.31       uch 		_splset(((status & ~cause) & MIPS_HARD_INT_MASK)
    413  1.31       uch 		    | MIPS_SR_INT_IE);
    414  1.31       uch 	}
    415  1.31       uch 
    416  1.31       uch 	if (ipending & MIPS_INT_MASK_0) {
    417  1.31       uch 		(*vr_intr_handler[0])(vr_intr_arg[0], pc, status);
    418  1.31       uch 
    419  1.31       uch 		cause &= ~MIPS_INT_MASK_0;
    420  1.31       uch 	}
    421  1.31       uch 	_splset(((status & ~cause) & MIPS_HARD_INT_MASK) | MIPS_SR_INT_IE);
    422  1.31       uch 
    423  1.31       uch 	softintr(ipending);
    424  1.30       uch }
    425  1.30       uch 
    426   1.1  takemura void *
    427  1.30       uch vr_intr_establish(int line, int (*ih_fun)(void *, u_int32_t, u_int32_t),
    428  1.28       uch     void *ih_arg)
    429   1.1  takemura {
    430  1.28       uch 
    431  1.31       uch 	KDASSERT(vr_intr_handler[line] == vr_null_handler);
    432  1.31       uch 
    433  1.31       uch 	vr_intr_handler[line] = ih_fun;
    434  1.31       uch 	vr_intr_arg[line] = ih_arg;
    435   1.1  takemura 
    436  1.31       uch 	return ((void *)line);
    437   1.1  takemura }
    438   1.1  takemura 
    439   1.1  takemura void
    440  1.28       uch vr_intr_disestablish(void *ih)
    441   1.1  takemura {
    442   1.1  takemura 	int line = (int)ih;
    443  1.28       uch 
    444  1.31       uch 	vr_intr_handler[line] = vr_null_handler;
    445  1.31       uch 	vr_intr_arg[line] = NULL;
    446   1.1  takemura }
    447   1.1  takemura 
    448   1.1  takemura int
    449  1.31       uch vr_null_handler(void *arg, u_int32_t pc, u_int32_t status)
    450   1.1  takemura {
    451  1.31       uch 
    452  1.31       uch 	printf("vr_null_handler\n");
    453  1.28       uch 
    454  1.28       uch 	return (0);
    455   1.1  takemura }
    456  1.22      sato 
    457  1.22      sato /*
    458  1.22      sato int x4181 = VR4181;
    459  1.22      sato int x4101 = VR4101;
    460  1.22      sato int x4102 = VR4102;
    461  1.22      sato int x4111 = VR4111;
    462  1.22      sato int x4121 = VR4121;
    463  1.22      sato int x4122 = VR4122;
    464  1.22      sato int xo4181 = ONLY_VR4181;
    465  1.22      sato int xo4101 = ONLY_VR4101;
    466  1.22      sato int xo4102 = ONLY_VR4102;
    467  1.22      sato int xo4111_4121 = ONLY_VR4111_4121;
    468  1.22      sato int g4101=VRGROUP_4101;
    469  1.22      sato int g4102=VRGROUP_4102;
    470  1.22      sato int g4181=VRGROUP_4181;
    471  1.22      sato int g4102_4121=VRGROUP_4102_4121;
    472  1.22      sato int g4111_4121=VRGROUP_4111_4121;
    473  1.22      sato int g4102_4122=VRGROUP_4102_4122;
    474  1.22      sato int g4111_4122=VRGROUP_4111_4122;
    475  1.22      sato int single_vrip_base=SINGLE_VRIP_BASE;
    476  1.22      sato int vrip_base_addr=VRIP_BASE_ADDR;
    477  1.22      sato */
    478