summaryrefslogtreecommitdiff
path: root/sys/arch/i386/isa/pcvt/pcvt_kbd.c
AgeCommit message (Expand)Author
2000-02-28Don't let scrollback happen if scr_offset == 0.Aaron Campbell
2000-02-27Fix a minor off-by-one error.Aaron Campbell
2000-01-18Change so unmodified function key presses are passed to the application. MatchAaron Campbell
1999-11-27Shorten printf() strings, KNF, and fix a braino in a switch() statement.Aaron Campbell
1999-11-25Whoops, didn't mean to step on espie's toes. Also restore some commentsAaron Campbell
1999-11-25Remove the keyboard mouse emulator, HP emulation mode, and PCVT_SHOWKEYSAaron Campbell
1999-11-20ioctl arguments are u_long.Marc Espie
1999-10-07Yes, I think I've finally decided how I think scrollback should behave.Aaron Campbell
1999-10-05Add a missing check from last commit.Aaron Campbell
1999-10-04Minor calculation tweaks.Aaron Campbell
1999-09-27Fix a display nit in scrollback code.Aaron Campbell
1999-09-21Whoops, forgot to adjust a comparison when fixing the off-by-one error.Aaron Campbell
1999-09-08Remove PCVT_SCROLLBACK option and make it on by default.Aaron Campbell
1999-09-06Add scrollback support to the pcvt (i386 only) console driver.Aaron Campbell
1999-07-06for CTRL-ALT-DEL, send SIGUSR1 to initprocTheo de Raadt
1998-09-06Better keyboard timing code mostly from FreeBSDNiklas Hallqvist
1998-08-09Wait for ACK's back from the kbd controller when setting typematic rate.Todd C. Miller
1998-07-12Fix for the new fast PII-400 machines. This makes them work, and does notTobias Weingartner
1998-06-30In pccngetc, check that dev is not NODEV [NetBSD]Todd C. Miller
1998-06-25Kill PCVT_NETBSD and PCVT_FREEBSD. We no longer have to modify pcvtTodd C. Miller
1998-02-22GCC 2.8 WallNiklas Hallqvist
1998-02-05rename ddb.panic_ddb, and add ddb.console. Now you can stop console ddb entryTheo de Raadt
1998-01-11scanset probing like pccons does; vons@usa.netTheo de Raadt
1997-07-25Typo (from NetBSD #2622)Tobias Weingartner
1997-05-30add koi8 supportMichael Shalayeff
1996-09-06remove keyboard randomness supply.Michael Shalayeff
1996-08-29rnd -> randomTheo de Raadt
1996-06-16pcvt doesn not recognize IBM Thinkpad keyboards; netbsd pr#2468; jhawk@mit.eduTheo de Raadt
1996-05-25syncTheo de Raadt
1996-05-07sync with 0504; prototype changesTheo de Raadt
1996-04-18Merge of NetBSD 960317Niklas Hallqvist
1996-03-29Initial commit of random source driver.Michael Shalayeff
1996-03-19Merging w/ NetBSD 021796.Michael Shalayeff
1995-10-18initial import of NetBSD treeTheo de Raadt