defopt PCKBD_LAYOUT
This commit is contained in:
parent
4b5822f4e4
commit
26609292fd
@ -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
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user