Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/sys/arch/i386/i386 Pull up revision 1.7 (via patch, req...
details: https://anonhg.NetBSD.org/src/rev/a8b6286890fd
branches: netbsd-1-4
changeset: 469930:a8b6286890fd
user: he <he%NetBSD.org@localhost>
date: Mon Dec 20 15:56:49 1999 +0000
description:
Pull up revision 1.7 (via patch, requested by joda):
Document APM_DISABLE_INTERRUPTS, and define it as a well-known
option (defopt).
diffstat:
sys/arch/i386/i386/apmcall.s | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 3ecdd8879a36 -r a8b6286890fd sys/arch/i386/i386/apmcall.s
--- a/sys/arch/i386/i386/apmcall.s Mon Dec 20 15:56:20 1999 +0000
+++ b/sys/arch/i386/i386/apmcall.s Mon Dec 20 15:56:49 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: apmcall.s,v 1.5.4.1 1999/11/09 22:01:22 he Exp $ */
+/* $NetBSD: apmcall.s,v 1.5.4.2 1999/12/20 15:56:49 he 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
Home |
Main Index |
Thread Index |
Old Index