freebsd-nq/sys/dev/kbd
Maxim Sobolev 7ca67a6885 Make previous commit actually working by replacing TUNABLE_INT() with
TUNABLE_INT_FETCH(). Apparently keyboard init is performed earlier
in the boot process than fetching all static tunables.

MFC after:	1 day
2005-04-07 18:18:17 +00:00
..
atkbd.c plug memory leak 2005-02-26 18:55:53 +00:00
atkbdc.c Make previous commit actually working by replacing TUNABLE_INT() with 2005-04-07 18:18:17 +00:00
atkbdcreg.h
atkbdreg.h Add a new flag to the atkbd(4) driver to disable testing the keyboard 2004-12-15 23:00:47 +00:00
kbd.c #include fcntl.h not vnode.h. Check O_NONBLOCK not IO_NDELAY. 2004-12-22 17:29:02 +00:00
kbdreg.h Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
kbdtables.h