5b6d2a575d
keyboard is detected the pckbd keyboard is not used as the console. Previously the pckbd keyboard was used as the console as soon as the kernel had it configured into the kernel. This is far from ideal on a machine that has no PS/2 keyboard, but a USB keyboard attached since the (non-existant) PS/2 keyboard becomes the console instead of the USB keyboard. For now this option will be off by default to be backwards compatible.
20 lines
615 B
Plaintext
20 lines
615 B
Plaintext
# $NetBSD: files.pckbport,v 1.4 2005/05/04 02:35:22 augustss Exp $
|
|
# devices attached at pckbport, for use with wscons
|
|
|
|
file dev/pckbport/pckbport.c pckbport | pckbport_machdep_cnattach
|
|
needs-flag
|
|
|
|
device pckbd: wskbddev
|
|
attach pckbd at pckbport
|
|
file dev/pckbport/pckbd.c pckbd needs-flag
|
|
file dev/pckbport/wskbdmap_mfii.c pckbd
|
|
defparam PCKBD_LAYOUT
|
|
defflag PCKBD_CNATTACH_MAY_FAIL
|
|
|
|
defflag opt_pms.h PMS_DISABLE_POWERHOOK
|
|
defflag opt_pms.h PMS_SYNAPTICS_TOUCHPAD
|
|
device pms: wsmousedev
|
|
attach pms at pckbport
|
|
file dev/pckbport/pms.c pms
|
|
file dev/pckbport/synaptics.c pms & pms_synaptics_touchpad
|