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

Annotation of sys/arch/mvme88k/include/conf.h, Revision 1.1

1.1     ! nbrk        1: /*     $OpenBSD: conf.h,v 1.4 2006/04/27 20:13:44 miod Exp $   */
        !             2: /*
        !             3:  * Copyright (c) 2002, Miodrag Vallat.
        !             4:  * All rights reserved.
        !             5:  *
        !             6:  * Permission to redistribute, use, copy, and modify this software
        !             7:  * is hereby granted without fee, provided that the following
        !             8:  * conditions are met:
        !             9:  *
        !            10:  * 1. This entire notice is included in all source code copies of any
        !            11:  *    software which is or includes a copy or modification of this
        !            12:  *    software.
        !            13:  * 2. The name of the author may not be used to endorse or promote
        !            14:  *    products derived from this software without specific prior
        !            15:  *    written permission.
        !            16:  *
        !            17:  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
        !            18:  * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
        !            19:  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
        !            20:  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
        !            21:  * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
        !            22:  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
        !            23:  * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
        !            24:  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
        !            25:  * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
        !            26:  * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
        !            27:  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
        !            28:  */
        !            29:
        !            30: #include <sys/conf.h>
        !            31:
        !            32: #define        mmread  mmrw
        !            33: #define        mmwrite mmrw
        !            34: cdev_decl(mm);
        !            35:
        !            36: cdev_decl(vmel);
        !            37: cdev_decl(vmes);
        !            38:
        !            39: cdev_decl(nvram);
        !            40:
        !            41: #define        sramread  sramrw
        !            42: #define        sramwrite sramrw
        !            43: cdev_decl(sram);
        !            44:
        !            45: cdev_decl(bugtty);
        !            46: cdev_decl(cl);
        !            47: cdev_decl(dart);
        !            48: cdev_decl(vx);

CVSweb