diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-08-14 15:56:03 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-08-14 15:56:03 +0000 |
commit | 36168e0c0a3fa926f246b660ba6601488c1a02fb (patch) | |
tree | 0386123e8c25a66ab815a4b7727839934f2abefc /sys/dev/pckbc/files.pckbc | |
parent | ae27946c0e74d5cec3d1def58ae50b39cfcd1f12 (diff) |
Add an attribute to the keyboard devices which can produce the keys the
wskbd hotkey thread knows about, and make this code conditional on this
attribute. No functional change, simply smaller kernels on a few platforms.
Diffstat (limited to 'sys/dev/pckbc/files.pckbc')
-rw-r--r-- | sys/dev/pckbc/files.pckbc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pckbc/files.pckbc b/sys/dev/pckbc/files.pckbc index 5dc437b2673..4c60d9b9b42 100644 --- a/sys/dev/pckbc/files.pckbc +++ b/sys/dev/pckbc/files.pckbc @@ -1,8 +1,8 @@ -# $OpenBSD: files.pckbc,v 1.4 2005/03/08 20:00:25 tdeval Exp $ +# $OpenBSD: files.pckbc,v 1.5 2006/08/14 15:55:59 miod Exp $ # $NetBSD: files.pckbc,v 1.6 1999/01/23 16:05:56 drochner Exp $ # devices attached at pckbc, for use with wscons -device pckbd: wskbddev +device pckbd: wskbddev, wskbd_hotkey attach pckbd at pckbc file dev/pckbc/pckbd.c pckbd needs-flag file dev/pckbc/wskbdmap_mfii.c pckbd |