[BACK]Return to sysconreg.h CVS log [TXT][DIR] Up to [local] / sys / arch / mvme88k / dev

Annotation of sys/arch/mvme88k/dev/sysconreg.h, Revision 1.1

1.1     ! nbrk        1: /*     $OpenBSD: sysconreg.h,v 1.7 2004/07/30 19:02:06 miod Exp $ */
        !             2:
        !             3: /*
        !             4:  * Copyright (c) 2004, Miodrag Vallat.
        !             5:  * Copyright (c) 1999 Steve Murphree, Jr.
        !             6:  * All rights reserved.
        !             7:  *
        !             8:  * Redistribution and use in source and binary forms, with or without
        !             9:  * modification, are permitted provided that the following conditions
        !            10:  * are met:
        !            11:  * 1. Redistributions of source code must retain the above copyright
        !            12:  *    notice, this list of conditions and the following disclaimer.
        !            13:  * 2. Redistributions in binary form must reproduce the above copyright
        !            14:  *    notice, this list of conditions and the following disclaimer in the
        !            15:  *    documentation and/or other materials provided with the distribution.
        !            16:  *
        !            17:  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
        !            18:  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
        !            19:  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
        !            20:  * DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
        !            21:  * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
        !            22:  * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
        !            23:  * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
        !            24:  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
        !            25:  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
        !            26:  * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
        !            27:  * POSSIBILITY OF SUCH DAMAGE.
        !            28:  */
        !            29:
        !            30: /*
        !            31:  * Map syscon interrupts a la PCC2
        !            32:  */
        !            33: #define        SYSCON_VECT     0x50
        !            34: #define        SYSCON_NVEC     0x10
        !            35:
        !            36: #define SYSCV_ABRT     0x02
        !            37: #define SYSCV_SYSF     0x03
        !            38: #define SYSCV_ACF      0x04
        !            39: #define SYSCV_SCC      0x05
        !            40: #define SYSCV_TIMER4    0x06
        !            41: #define SYSCV_TIMER3    0x07
        !            42: #define SYSCV_TIMER2    0x08
        !            43: #define SYSCV_TIMER1    0x09
        !            44:
        !            45: int sysconintr_establish(int, struct intrhand *, const char *);

CVSweb