summaryrefslogtreecommitdiff
path: root/sys/dev/ic/pckbc.c
AgeCommit message (Collapse)Author
2007-01-31oops. now is the miodski version of the diff (;Michael Shalayeff
2007-01-31run a timeout (calling intr handler) to recover from in buffer oflows that ↵Michael Shalayeff
make no ints; w/ help from miod@ and ok miod@
2006-05-08silence a debug message; from kili@outback.escape.de; ok miodTheo de Raadt
2005-12-29go via pckbc_enqeue_cmd() in pckbd_enable() if on; fixes PR 4615Martin Reindl
ok miod@, mickey@
2005-08-06while checking for an aux port, if we timeout waiting for our testjoshua stein
data to echo back, send KBC_AUXWRITE and send the test again required to find the aux port on the oqo model 01 ok mickey@ and miod@
2004-11-02Remove __HAVE_NWSCONS and related remnants of pre-wscons days; no functionalMiod Vallat
change.
2004-04-02remove terms 3 & 4 for drochner@NetBSD.org; as seen on netbsd listsTheo de Raadt
2003-10-21typos from Tom Cosgrove;Jason McIntyre
Tom: I did not commit a couple of your changes. i did not include some punctuation fixes (full stops, etc.) mnemorable -> mnemonic: i decided memorable was probably better instrunctions -> instruction: i kept the plural
2003-03-13Initialize the timeout for the non-console case of PS2 keyboard. FixesDale Rahn
a panic on alpha with serial console. ok miod@
2002-06-09Handle out of memory gracefully. ok miod@Thomas Nordin
2002-04-30Correctly handle old controllers with a relaxed aux port behaviour.Miod Vallat
This allows the mouse port to become available on AlphaStation machines, as well as on some older x86 machines. From NetBSD. Tested by various people on alpha and i386, no regression discovered.
2002-03-14First round of __P removal in sysTodd C. Miller
2001-04-14Instead of using KBC_AUXTEST, probe the aux port with KBC_AUXECHO, which isAaron Campbell
what Linux does; from NetBSD. This apparently fixes problems with old chipsets that handle the test command differently, leading to a non-working keyboard. This patch was tested by many people successfully.
2000-11-13Machine-independent PC-like keyboard driver; from NetBSD. XXX - Not usedAaron Campbell
anywhere quite yet, but useful to have these files in the tree while we work towards wscons for i386 and alpha.