summaryrefslogtreecommitdiffstats
path: root/sys/i386/bios/apm.h
diff options
context:
space:
mode:
authormdodd <mdodd@FreeBSD.org>2003-03-25 05:19:18 +0000
committermdodd <mdodd@FreeBSD.org>2003-03-25 05:19:18 +0000
commit012abb85fbb76e777aca3b02c1b9fc912a074ca0 (patch)
tree93c1e9979515fec38506fe5d4a281800946773c4 /sys/i386/bios/apm.h
parentc66444c488172bdba9e7c233abae45f0a8efe753 (diff)
downloadFreeBSD-src-012abb85fbb76e777aca3b02c1b9fc912a074ca0.zip
FreeBSD-src-012abb85fbb76e777aca3b02c1b9fc912a074ca0.tar.gz
Merge PC98 support.
Diffstat (limited to 'sys/i386/bios/apm.h')
-rw-r--r--sys/i386/bios/apm.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/i386/bios/apm.h b/sys/i386/bios/apm.h
index 03115ab..038d7d8 100644
--- a/sys/i386/bios/apm.h
+++ b/sys/i386/bios/apm.h
@@ -23,6 +23,11 @@
/* static data */
struct apm_softc {
+#ifdef PC98
+ bus_space_tag_t sc_iot;
+ bus_space_handle_t sc_ioh;
+ struct resource *sc_res;
+#endif
int initialized, active, bios_busy;
int always_halt_cpu, slow_idle_cpu;
int disabled, disengaged;
OpenPOWER on IntegriCloud