diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-02-21 17:09:09 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-02-21 17:09:09 +0000 |
commit | 021c7d76099397dc741ceddd3927981f3b13b7b7 (patch) | |
tree | bf059b1b4d85246b4ad2d5e874c28633d88963df /sys/arch/i386/conf/files.i386 | |
parent | ec50561cbc3916c5a415a251577c7ba50ca1da6e (diff) |
separate assembly thing into an own file to avoid compiler-deps.
ignore suspend reqs while suspending.
ignore suspend requests for 3 seconds holdoff period once awaken.
protect event queue manipulations w/ splhigh's.
Diffstat (limited to 'sys/arch/i386/conf/files.i386')
-rw-r--r-- | sys/arch/i386/conf/files.i386 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/files.i386 b/sys/arch/i386/conf/files.i386 index 85379746a39..8c17435b5cd 100644 --- a/sys/arch/i386/conf/files.i386 +++ b/sys/arch/i386/conf/files.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: files.i386,v 1.61 1999/11/20 11:18:59 matthieu Exp $ +# $OpenBSD: files.i386,v 1.62 2000/02/21 17:09:08 mickey Exp $ # $NetBSD: files.i386,v 1.73 1996/05/07 00:58:36 thorpej Exp $ # # new style config file for i386 architecture @@ -242,6 +242,7 @@ file arch/i386/i386/bios.c bios needs-count device apm attach apm at bios file arch/i386/i386/apm.c apm needs-count +file arch/i386/i386/apmcall.S apm # XXXX pcic here because it needs to be late. The catch: pcic needs # to be late, so devices which attach to it are attached late. But it |