diff options
| author | drochner <drochner@NetBSD.org> | 1998-06-16 11:26:04 +0000 |
|---|---|---|
| committer | drochner <drochner@NetBSD.org> | 1998-06-16 11:26:04 +0000 |
| commit | 26609292fdf49d131cf3d6409c7baaf0c6984ece (patch) | |
| tree | 39786994831f36ec1ca77ab82816f35133bdd6d7 /sys/dev | |
| parent | 4b5822f4e4e77376be733740754a989d34f65807 (diff) | |
defopt PCKBD_LAYOUT
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pckbc/files.pckbc | 3 | ||||
| -rw-r--r-- | sys/dev/pckbc/pckbd.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/pckbc/files.pckbc b/sys/dev/pckbc/files.pckbc index 799d965ac48..3dffaf67637 100644 --- a/sys/dev/pckbc/files.pckbc +++ b/sys/dev/pckbc/files.pckbc @@ -1,9 +1,10 @@ -# $NetBSD: files.pckbc,v 1.2 1998/04/07 13:43:16 hannken Exp $ +# $NetBSD: files.pckbc,v 1.3 1998/06/16 11:26:04 drochner Exp $ # devices attached at pckbc, for use with wscons device pckbd: wskbddev attach pckbd at pckbc file dev/pckbc/pckbd.c pckbd needs-flag +defopt PCKBD_LAYOUT device psm: wsmousedev attach psm at pckbc diff --git a/sys/dev/pckbc/pckbd.c b/sys/dev/pckbc/pckbd.c index e3000caaf7a..12466fdb80a 100644 --- a/sys/dev/pckbc/pckbd.c +++ b/sys/dev/pckbc/pckbd.c @@ -1,4 +1,4 @@ -/* $NetBSD: pckbd.c,v 1.8 1998/06/11 22:15:14 drochner Exp $ */ +/* $NetBSD: pckbd.c,v 1.9 1998/06/16 11:26:04 drochner Exp $ */ /*- * Copyright (c) 1993, 1994, 1995 Charles Hannum. All rights reserved. @@ -68,6 +68,7 @@ #include "locators.h" +#include "opt_pckbd_layout.h" #include "opt_wsdisplay_compat.h" struct pckbd_internal { |
