diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2000-06-10 02:05:57 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2000-06-10 02:05:57 +0000 |
| commit | 0d74cc4841424f71df55b63c3daf321bdb607e98 (patch) | |
| tree | 342020649cfc8e58197078838350cdef5fb7b1da | |
| parent | d36cb223696197e3921660deed7d132fc9eec571 (diff) | |
Notes
| -rw-r--r-- | sys/amd64/amd64/vm_machdep.c | 1 | ||||
| -rw-r--r-- | sys/conf/options.i386 | 1 | ||||
| -rw-r--r-- | sys/i386/i386/vm_machdep.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/sys/amd64/amd64/vm_machdep.c b/sys/amd64/amd64/vm_machdep.c index 2ef55e4cef2f..7b4030e6b528 100644 --- a/sys/amd64/amd64/vm_machdep.c +++ b/sys/amd64/amd64/vm_machdep.c @@ -46,6 +46,7 @@ #ifdef PC98 #include "opt_pc98.h" #endif +#include "opt_reset.h" #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/conf/options.i386 b/sys/conf/options.i386 index dc86078b363a..cc28b4513ae5 100644 --- a/sys/conf/options.i386 +++ b/sys/conf/options.i386 @@ -20,6 +20,7 @@ I586_PMC_GUPROF opt_i586_guprof.h WLCACHE opt_wavelan.h WLDEBUG opt_wavelan.h COMPAT_OLDISA +BROKEN_KEYBOARD_RESET opt_reset.h # Options for emulators. These should only be used at config time, so # they are handled like options for static file systems diff --git a/sys/i386/i386/vm_machdep.c b/sys/i386/i386/vm_machdep.c index 2ef55e4cef2f..7b4030e6b528 100644 --- a/sys/i386/i386/vm_machdep.c +++ b/sys/i386/i386/vm_machdep.c @@ -46,6 +46,7 @@ #ifdef PC98 #include "opt_pc98.h" #endif +#include "opt_reset.h" #include <sys/param.h> #include <sys/systm.h> |
