1*179b37abSmatt /* $NetBSD: param.h,v 1.5 2011/06/20 06:29:54 matt Exp $ */ 2c8ef73b7Sbriggs 3c8ef73b7Sbriggs /*- 4c8ef73b7Sbriggs * Copyright (C) 1995, 1996 Wolfgang Solfrank. 5c8ef73b7Sbriggs * Copyright (C) 1995, 1996 TooLs GmbH. 6c8ef73b7Sbriggs * All rights reserved. 7c8ef73b7Sbriggs * 8c8ef73b7Sbriggs * Redistribution and use in source and binary forms, with or without 9c8ef73b7Sbriggs * modification, are permitted provided that the following conditions 10c8ef73b7Sbriggs * are met: 11c8ef73b7Sbriggs * 1. Redistributions of source code must retain the above copyright 12c8ef73b7Sbriggs * notice, this list of conditions and the following disclaimer. 13c8ef73b7Sbriggs * 2. Redistributions in binary form must reproduce the above copyright 14c8ef73b7Sbriggs * notice, this list of conditions and the following disclaimer in the 15c8ef73b7Sbriggs * documentation and/or other materials provided with the distribution. 16c8ef73b7Sbriggs * 3. All advertising materials mentioning features or use of this software 17c8ef73b7Sbriggs * must display the following acknowledgement: 18c8ef73b7Sbriggs * This product includes software developed by TooLs GmbH. 19c8ef73b7Sbriggs * 4. The name of TooLs GmbH may not be used to endorse or promote products 20c8ef73b7Sbriggs * derived from this software without specific prior written permission. 21c8ef73b7Sbriggs * 22c8ef73b7Sbriggs * THIS SOFTWARE IS PROVIDED BY TOOLS GMBH ``AS IS'' AND ANY EXPRESS OR 23c8ef73b7Sbriggs * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 24c8ef73b7Sbriggs * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 25c8ef73b7Sbriggs * IN NO EVENT SHALL TOOLS GMBH BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 26c8ef73b7Sbriggs * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 27c8ef73b7Sbriggs * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; 28c8ef73b7Sbriggs * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 29c8ef73b7Sbriggs * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 30c8ef73b7Sbriggs * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 31c8ef73b7Sbriggs * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 32c8ef73b7Sbriggs */ 33c8ef73b7Sbriggs 34c8ef73b7Sbriggs /* 35c8ef73b7Sbriggs * Machine dependent constants for PowerPC (32-bit only currently) 36c8ef73b7Sbriggs */ 37*179b37abSmatt #if defined(_KERNEL) && !defined(_MODULE) 38c8ef73b7Sbriggs 39*179b37abSmatt #define MACHINE "sandpoint" 40*179b37abSmatt #define KERNBASE 0x3100 /* EXC_AST + 0x100 */ 41c8ef73b7Sbriggs #define __NO_FIXED_MSGBUF 42c8ef73b7Sbriggs 43*179b37abSmatt #endif /* _KERNEL && !_MODULE */ 44c8ef73b7Sbriggs 45b1db1fbaSbriggs #include <powerpc/param.h> 46