From 35a23b78568ee667168457fec0ae30f8da68c744 Mon Sep 17 00:00:00 2001 From: jtk Date: Tue, 14 Oct 1997 03:55:51 +0000 Subject: [PATCH] add bioscall attribute and bioscall.s/apmcall.s files --- sys/arch/i386/conf/files.i386 | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/sys/arch/i386/conf/files.i386 b/sys/arch/i386/conf/files.i386 index 7041de5ce339..eddaebb1d0f8 100644 --- a/sys/arch/i386/conf/files.i386 +++ b/sys/arch/i386/conf/files.i386 @@ -1,4 +1,4 @@ -# $NetBSD: files.i386,v 1.88 1997/09/11 23:06:34 mycroft Exp $ +# $NetBSD: files.i386,v 1.89 1997/10/14 03:55:51 jtk Exp $ # # new style config file for i386 architecture # @@ -54,6 +54,11 @@ device mainbus: isabus, eisabus, pcibus, mainbus attach mainbus at root file arch/i386/i386/mainbus.c mainbus +# attribute used to bring in BIOS trampoline code for real-mode probing +# of certain devices/BIOS features +define bioscall +file arch/i386/i386/bioscall.s bioscall needs-flag + #device mca at root {...} # @@ -171,9 +176,10 @@ file arch/i386/isa/joy_isapnp.c joy_isapnp # # Advanced Power Management support (APM) -device apm +device apm: bioscall attach apm at mainbus file arch/i386/i386/apm.c apm needs-count +file arch/i386/i386/apmcall.s apm # # Compatibility modules