1144513Simp/*-
2153230Snyan * Copyright (c) 2005 TAKAHASHI Yoshihiro.
3153230Snyan * All rights reserved.
4153230Snyan *
5153230Snyan * Redistribution and use in source and binary forms, with or without
6153230Snyan * modification, are permitted provided that the following conditions
7153230Snyan * are met:
8153230Snyan * 1. Redistributions of source code must retain the above copyright
9153230Snyan *    notice, this list of conditions and the following disclaimer.
10153230Snyan * 2. Redistributions in binary form must reproduce the above copyright
11153230Snyan *    notice, this list of conditions and the following disclaimer in the
12153230Snyan *    documentation and/or other materials provided with the distribution.
13153230Snyan *
14153230Snyan * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15153230Snyan * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16153230Snyan * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17153230Snyan * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
18153230Snyan * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19153230Snyan * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20153230Snyan * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21153230Snyan * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22153230Snyan * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23153230Snyan * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24153230Snyan * SUCH DAMAGE.
25153230Snyan *
26153230Snyan * $FreeBSD$
27144513Simp */
28144513Simp
29153230Snyan#define MACHINE		"pc98"
30153230Snyan
31144513Simp#include <i386/param.h>
32154128Simp
33154128Simp#undef __HAVE_ACPI
34