xref: /netbsd-src/sys/arch/sun3/sun3x/obmem.h (revision ce099b40997c43048fb78bd578195f81d2456523)
1*ce099b40Smartin /*	$NetBSD: obmem.h,v 1.2 2008/04/28 20:23:38 martin Exp $	*/
22ad34283Sgwr 
32ad34283Sgwr /*-
42ad34283Sgwr  * Copyright (c) 1996 The NetBSD Foundation, Inc.
52ad34283Sgwr  * All rights reserved.
62ad34283Sgwr  *
72ad34283Sgwr  * This code is derived from software contributed to The NetBSD Foundation
82ad34283Sgwr  * by Adam Glass and Gordon W. Ross.
92ad34283Sgwr  *
102ad34283Sgwr  * Redistribution and use in source and binary forms, with or without
112ad34283Sgwr  * modification, are permitted provided that the following conditions
122ad34283Sgwr  * are met:
132ad34283Sgwr  * 1. Redistributions of source code must retain the above copyright
142ad34283Sgwr  *    notice, this list of conditions and the following disclaimer.
152ad34283Sgwr  * 2. Redistributions in binary form must reproduce the above copyright
162ad34283Sgwr  *    notice, this list of conditions and the following disclaimer in the
172ad34283Sgwr  *    documentation and/or other materials provided with the distribution.
182ad34283Sgwr  *
192ad34283Sgwr  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
202ad34283Sgwr  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
212ad34283Sgwr  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
222ad34283Sgwr  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
232ad34283Sgwr  * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
242ad34283Sgwr  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
252ad34283Sgwr  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
262ad34283Sgwr  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
272ad34283Sgwr  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
282ad34283Sgwr  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
292ad34283Sgwr  * POSSIBILITY OF SUCH DAMAGE.
302ad34283Sgwr  */
312ad34283Sgwr 
322ad34283Sgwr /* All physical memory is below this address. */
332ad34283Sgwr #define	OBMEM_RAM_END	0x40000000
342ad34283Sgwr 
352ad34283Sgwr #define	OBMEM_BW2_ADDR	0x50400000
362ad34283Sgwr 
37