|
|
1.1 ! root 1: /* ! 2: * Mach Operating System ! 3: * Copyright (c) 1991,1990,1989 Carnegie Mellon University ! 4: * All Rights Reserved. ! 5: * ! 6: * Permission to use, copy, modify and distribute this software and its ! 7: * documentation is hereby granted, provided that both the copyright ! 8: * notice and this permission notice appear in all copies of the ! 9: * software, derivative works or modified versions, and any portions ! 10: * thereof, and that both notices appear in supporting documentation. ! 11: * ! 12: * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" ! 13: * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR ! 14: * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. ! 15: * ! 16: * Carnegie Mellon requests users of this software to return to ! 17: * ! 18: * Software Distribution Coordinator or [email protected] ! 19: * School of Computer Science ! 20: * Carnegie Mellon University ! 21: * Pittsburgh PA 15213-3890 ! 22: * ! 23: * any improvements or extensions that they make and grant Carnegie Mellon ! 24: * the rights to redistribute these changes. ! 25: */ ! 26: /* ! 27: Copyright (c) 1988,1989 Prime Computer, Inc. Natick, MA 01760 ! 28: All Rights Reserved. ! 29: ! 30: Permission to use, copy, modify, and distribute this ! 31: software and its documentation for any purpose and ! 32: without fee is hereby granted, provided that the above ! 33: copyright notice appears in all copies and that both the ! 34: copyright notice and this permission notice appear in ! 35: supporting documentation, and that the name of Prime ! 36: Computer, Inc. not be used in advertising or publicity ! 37: pertaining to distribution of the software without ! 38: specific, written prior permission. ! 39: ! 40: THIS SOFTWARE IS PROVIDED "AS IS", AND PRIME COMPUTER, ! 41: INC. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS ! 42: SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF ! 43: MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN ! 44: NO EVENT SHALL PRIME COMPUTER, INC. BE LIABLE FOR ANY ! 45: SPECIAL, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY ! 46: DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR ! 47: PROFITS, WHETHER IN ACTION OF CONTRACT, NEGLIGENCE, OR ! 48: OTHER TORTIOUS ACTION, ARISING OUR OF OR IN CONNECTION ! 49: WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ! 50: */ ! 51: ! 52: ! 53: #define SPL0 0 ! 54: #define SPL1 1 ! 55: #define SPL2 2 ! 56: #define SPL3 3 ! 57: #define SPL4 4 ! 58: #define SPL5 5 ! 59: #define SPL6 6 ! 60: ! 61: #define SPLPP 5 ! 62: #define SPLTTY 6 ! 63: #define SPLNI 6 ! 64: ! 65: #define IPLHI 8 ! 66: #define SPL7 IPLHI ! 67: #define SPLHI IPLHI ! 68: ! 69: #ifndef ASSEMBLER ! 70: extern int (*ivect[])(); ! 71: extern int iunit[]; ! 72: extern unsigned char intpri[]; ! 73: #endif ASSEMBLER ! 74:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.