History log of /netbsd-src/sys/dev/pckbport/files.pckbport (Results 1 – 10 of 10)
Revision Date Author Comments
# 62fb7856 22-Jul-2019 nakayama <nakayama@NetBSD.org>

hvkbd requires pckbd_keydesctab in wskbdmap_mfii.c.


# 014b6d5a 13-Aug-2017 christos <christos@NetBSD.org>

PR/52483: Ryo ONODERA: Add support for ALPS PS/2 pointing devices


# 3d6f16cb 07-Sep-2011 jakllsch <jakllsch@NetBSD.org>

options PMS_DISABLE_POWERHOOK has been obsolete for a while now,
remove what little still remains of it.


# 3e8db259 14-Dec-2008 jmcneill <jmcneill@NetBSD.org>

Add Elantech multi-touch driver.


# d879c836 06-Jan-2008 christos <christos@NetBSD.org>

defflag one moe variable.


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# 5b6d2a57 04-May-2005 augustss <augustss@NetBSD.org>

Make an new option PCKBD_CNATTACH_MAY_FAIL. When this option is set and no
keyboard is detected the pckbd keyboard is not used as the console.

Previously the pckbd keyboard was used as the console

Make an new option PCKBD_CNATTACH_MAY_FAIL. When this option is set and no
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.

show more ...


# 2d0fc26c 18-Jan-2005 scw <scw@NetBSD.org>

Address PR kern/28990 by making Synaptics Touchpad support contingent
on "options PMS_SYNAPTICS_TOUCHPAD" in the kernel config file. See
the PR for details on why this is necessary.

While here, deff

Address PR kern/28990 by making Synaptics Touchpad support contingent
on "options PMS_SYNAPTICS_TOUCHPAD" in the kernel config file. See
the PR for details on why this is necessary.

While here, defflag PMS_DISABLE_POWERHOOK.

show more ...


# 81e1a623 24-Dec-2004 christos <christos@NetBSD.org>

PR/28774: Kentaro A. Kurahone: Add synaptics touchpad driver


# dff5222d 13-Mar-2004 bjh21 <bjh21@NetBSD.org>

Abstract the interface between pckbc(4), and the pckbd(4) and pms(4)
drivers that attach to it. This allows for other host interface chips
that use the same keyboards and mice, such as the ones in t

Abstract the interface between pckbc(4), and the pckbd(4) and pms(4)
drivers that attach to it. This allows for other host interface chips
that use the same keyboards and mice, such as the ones in the ARM
IOMD20, ARM7500, and SA-1111. The PC-compatible driver is still
called pckbc(4), and the new abstraction layer is "pckbport", so the
child devices have moved from sys/dev/pckbc to sys/dev/pckbport, which
also contains some code shared between all host controllers. To avoid
incompatibility, pckbdreg.h is still installed in
/usr/include/dev/pckbc.

In theory, this shouldn't cause any behavioural changes in the drivers
concerned. Thy just use rather more function pointers than before. Tested
on i386 and (with a new host driver) acorn32. Compiled on several other
affected architectures.

show more ...