defopt APM_DISABLE_INTERRUPTS

This commit is contained in:
joda 1999-12-08 16:46:32 +00:00
parent 313f5eb9cd
commit 3ae2d6605b
2 changed files with 5 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: files.i386,v 1.143 1999/11/17 07:34:15 thorpej Exp $
# $NetBSD: files.i386,v 1.144 1999/12/08 16:46:32 joda Exp $
#
# new style config file for i386 architecture
#
@ -11,7 +11,7 @@ maxusers 2 16 64
# APM options
defopt opt_apm.h APM_DISABLE APM_FORCE_64K_SEGMENTS APM_NO_IDLE
APM_NO_STANDBY APM_V10_ONLY APM_NO_V12 APMDEBUG APMDEBUG_VALUE
APM_NO_POWER_PRINT
APM_NO_POWER_PRINT APM_DISABLE_INTERRUPTS
# Processor type options.
defopt opt_cputype.h I386_CPU I486_CPU I586_CPU I686_CPU

View File

@ -1,4 +1,4 @@
/* $NetBSD: apmcall.s,v 1.6 1999/08/02 08:34:50 darrenr Exp $ */
/* $NetBSD: apmcall.s,v 1.7 1999/12/08 16:46:33 joda Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@ -41,6 +41,8 @@
#include <machine/apmvar.h>
#include <machine/bioscall.h>
#include "opt_apm.h"
/*
* int apmcall(int function, struct bioscallregs *regs):
* call the APM protected mode bios function FUNCTION for BIOS selection