summaryrefslogtreecommitdiff
path: root/sys/dev/sun/kbd_zs.c
AgeCommit message (Expand)Author
2006-03-30Use device_private().thorpej
2005-12-11merge ktrace-lwp.christos
2005-04-28Finish support for wskbd @ kbd @ zs/sab for sparc64 consoles.martin
2005-02-27nuke trailing whitespaceperry
2005-02-04de-__Pperry
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2002-10-21Clean-up kbd driver layers a bit more. Lift common code into the upper layer.uwe
2002-10-03Refactor kbd and mouse drivers so that they can use different middleuwe
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-10-01Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2001-12-09KBD_BPS => KBD_DEFAULT_BPS (sync with ms driver nomenclature).pk
2001-11-13add RCSIDslukem
2001-09-28Don't force a fixed baud rate if the parent zs driver has already determinedpk
2001-06-12receive, not recievewiz
2000-05-19Fix the sparc64 console.eeh
2000-03-30Remove register declarations.augustss
2000-03-23New callout mechanism with two major improvements over the oldthorpej
2000-03-22Make kbd_iopen/kbd_iclose internal routines; introduce kbd_cc_{open,close}pk
2000-03-19Use a somewhat more flexible method to hook up the keyboard driverpk
1999-05-14split the sun ms/kbd drivers into frontend/backend parts at the serialmrg