11.3Smaxv/*	$NetBSD: redef.h,v 1.3 2020/05/23 08:25:32 maxv Exp $	*/
21.1Smaxv
31.1Smaxv/*
41.3Smaxv * Copyright (c) 2017-2020 The NetBSD Foundation, Inc. All rights reserved.
51.1Smaxv *
61.1Smaxv * This code is derived from software contributed to The NetBSD Foundation
71.1Smaxv * by Maxime Villard.
81.1Smaxv *
91.1Smaxv * Redistribution and use in source and binary forms, with or without
101.1Smaxv * modification, are permitted provided that the following conditions
111.1Smaxv * are met:
121.1Smaxv * 1. Redistributions of source code must retain the above copyright
131.1Smaxv *    notice, this list of conditions and the following disclaimer.
141.1Smaxv * 2. Redistributions in binary form must reproduce the above copyright
151.1Smaxv *    notice, this list of conditions and the following disclaimer in the
161.1Smaxv *    documentation and/or other materials provided with the distribution.
171.1Smaxv *
181.1Smaxv * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
191.1Smaxv * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
201.1Smaxv * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
211.1Smaxv * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
221.1Smaxv * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
231.1Smaxv * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
241.1Smaxv * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
251.1Smaxv * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
261.1Smaxv * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
271.1Smaxv * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
281.1Smaxv * POSSIBILITY OF SUCH DAMAGE.
291.1Smaxv */
301.1Smaxv
311.1Smaxv#define PAGE_SIZE 4096
321.1Smaxv
331.1Smaxv/* --------------------------------------------------------------------------
341.1Smaxv * *** dev/isa/isareg.h *****************************************************
351.1Smaxv * -------------------------------------------------------------------------- */
361.1Smaxv
371.1Smaxv#define	IOM_BEGIN	0x0a0000		/* Start of I/O Memory "hole" */
381.1Smaxv#define	IOM_END		0x100000		/* End of I/O Memory "hole" */
391.1Smaxv#define	IOM_SIZE	(IOM_END - IOM_BEGIN)
401.1Smaxv
411.1Smaxv/* --------------------------------------------------------------------------
421.1Smaxv * *** amd64/genassym.cf ****************************************************
431.1Smaxv * -------------------------------------------------------------------------- */
441.1Smaxv
451.1Smaxv#define PDE_SIZE 8
461.2Smaxv#define FRAMESIZE 240
47