CVSROOT: /cvs
Module name: src
Changes by: [EMAIL PROTECTED] 2008/07/16 14:03:22
Modified files:
sys/arch/alpha/alpha: api_up1000.c dec_1000a.c dec_2100_a50.c
dec_550.c dec_6600.c dec_axppci_33.c
dec_eb164.c dec_eb64plus.c dec_kn20aa.c
dec_kn300.c
sys/arch/amd64/amd64: wscons_machdep.c
sys/arch/i386/i386: wscons_machdep.c
sys/arch/sparc64/dev: pckbc_ebus.c
sys/dev/ic : pckbc.c pckbcvar.h
Log message:
Add a new parameter to pckbc_cnattach(): flags to put in the pckbc bowels.
For now, only one such flag is defined, PCKBC_CANT_TRANSLATE. It hints
pckbc that the device does not behave correctly to the ``set translation''
commands.
Set this flag if we are running on a Tadpole Ultrabook machine, which needs it.
This makes the built-in keyboard work correctly on this laptop (with the
help of the software translation pckbd diff).
tested & ok kettenis@