[BACK]Return to genassym.cf CVS log [TXT][DIR] Up to [local] / sys / arch / sgi / sgi

Annotation of sys/arch/sgi/sgi/genassym.cf, Revision 1.1

1.1     ! nbrk        1: #      $OpenBSD: genassym.cf,v 1.9 2007/06/18 20:25:55 miod Exp $
        !             2: #
        !             3: # Copyright (c) 1997 Per Fogelstrom / Opsycon AB
        !             4: #
        !             5: # Redistribution and use in source and binary forms, with or without
        !             6: # modification, are permitted provided that the following conditions
        !             7: # are met:
        !             8: # 1. Redistributions of source code must retain the above copyright
        !             9: #    notice, this list of conditions and the following disclaimer.
        !            10: # 2. Redistributions in binary form must reproduce the above copyright
        !            11: #    notice, this list of conditions and the following disclaimer in the
        !            12: #    documentation and/or other materials provided with the distribution.
        !            13: #
        !            14: # THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
        !            15: # OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
        !            16: # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
        !            17: # ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
        !            18: # DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
        !            19: # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
        !            20: # OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
        !            21: # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
        !            22: # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
        !            23: # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
        !            24: # SUCH DAMAGE.
        !            25: #
        !            26:
        !            27:
        !            28: include <sys/param.h>
        !            29: include <sys/buf.h>
        !            30: include <sys/proc.h>
        !            31: include <sys/mbuf.h>
        !            32: include <sys/user.h>
        !            33:
        !            34: include <uvm/uvm.h>
        !            35:
        !            36: include <machine/cpu.h>
        !            37:
        !            38: export SONPROC
        !            39:
        !            40: struct proc
        !            41: member p_forw
        !            42: member p_back
        !            43: member p_priority
        !            44: member p_stat
        !            45: member p_addr
        !            46: #member        P_UPTE          p_md.md_upte
        !            47: member P_PC_CTRL       p_md.md_pc_ctrl
        !            48: member P_PC_COUNT      p_md.md_pc_count
        !            49: member P_WATCH_1       p_md.md_watch_1
        !            50: member P_WATCH_2       p_md.md_watch_2
        !            51: member P_WATCH_M       p_md.md_watch_m
        !            52:
        !            53: struct pcb
        !            54: member pcb_regs
        !            55: member PCB_FPREGS      pcb_regs.f0
        !            56: member pcb_context
        !            57: member pcb_onfault
        !            58: member pcb_segtab
        !            59:
        !            60: struct cpu_info
        !            61: member ci_curproc
        !            62:
        !            63: export VM_MIN_KERNEL_ADDRESS
        !            64: export SIGFPE
        !            65:
        !            66: export PMAP_SEGTABSIZE
        !            67:
        !            68: export CCA_NC
        !            69: export CCA_NONCOHERENT

CVSweb