summaryrefslogtreecommitdiff
path: root/sys/arch/i386/i386/genassym.cf
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/i386/i386/genassym.cf')
-rw-r--r--sys/arch/i386/i386/genassym.cf20
1 files changed, 1 insertions, 19 deletions
diff --git a/sys/arch/i386/i386/genassym.cf b/sys/arch/i386/i386/genassym.cf
index 80760498058..977f15831da 100644
--- a/sys/arch/i386/i386/genassym.cf
+++ b/sys/arch/i386/i386/genassym.cf
@@ -1,4 +1,4 @@
-# $OpenBSD: genassym.cf,v 1.2 1997/09/21 04:27:54 mickey Exp $
+# $OpenBSD: genassym.cf,v 1.3 1997/09/29 03:42:26 mickey Exp $
#
# Copyright (c) 1982, 1990 The Regents of the University of California.
# All rights reserved.
@@ -49,16 +49,6 @@ include <machine/trap.h>
include <machine/pmap.h>
include <machine/vmparam.h>
-include "apm.h"
-if NAPM > 0
-include <machine/apmvar.h>
-endif
-
-include "bios.h"
-if NBIOS > 0
-include <machine/biosvar.h>
-endif
-
if COMPAT_SVR4 > 0
include <compat/svr4/svr4_ucontext.h>
endif
@@ -167,11 +157,3 @@ define IH_COUNT offsetof(struct intrhand, ih_count)
define IH_NEXT offsetof(struct intrhand, ih_next)
endif
-# Advanced Power Management information
-if NAPM > 0
-define APM_CALL offsetof(struct apm_connect_info, apm_entrypt)
-define APMREG_AX offsetof(struct apmregs, ax)
-define APMREG_BX offsetof(struct apmregs, bx)
-define APMREG_CX offsetof(struct apmregs, cx)
-define APMREG_DX offsetof(struct apmregs, dx)
-endif