diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-02-15 23:45:53 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-02-15 23:45:53 +0000 |
commit | fceb24d4bbc1faaf0834b9c001f43fb4d98a9f44 (patch) | |
tree | 121388f5457e42dd7ddd8874cda67ace264e9520 /sys/dev/hil/files.hil | |
parent | 6434bd21eaa615beaa194cf38016480670e6592f (diff) |
Provide a "code" locator for hil devices. This will let people ask their
kernels to attach hilkbd0 (console keyboard) or hilms0 (main mouse) to
a specific device in the loop, by using UKC or compiling a new kernel.
Using this and the previous console changes, it is now possible on a loop
with multiple keyboards, to choose which keyboard will be the console
keyboard.
Diffstat (limited to 'sys/dev/hil/files.hil')
-rw-r--r-- | sys/dev/hil/files.hil | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/hil/files.hil b/sys/dev/hil/files.hil index c78f9155f77..36a48c9e8b2 100644 --- a/sys/dev/hil/files.hil +++ b/sys/dev/hil/files.hil @@ -1,9 +1,9 @@ -# $OpenBSD: files.hil,v 1.2 2003/02/12 01:43:31 miod Exp $ +# $OpenBSD: files.hil,v 1.3 2003/02/15 23:45:52 miod Exp $ # # Configuration file for machine-independent HIL code. # -device hil { } +device hil { code = -1 } file dev/hil/hil.c hil needs-flag device hilkbd: wskbddev |