freebsd-dev/sys/i386/isa/pcvt
Kazutaka YOKOTA eaad27d4ad Keyboard allocation/deallocation fix.
- Do not try to allocate a keyboard in pccnprobe() when probing the vt
  driver for the kernel console.  Rather, allocate a keyboard when
  initializing the vt driver in pccninit().
- Release the keyboard in pccnterm().
- Don't try to read from the keyboard, if it is not present.
1999-06-29 17:36:20 +00:00
..
pcvt_conf.h
pcvt_drv.c Keyboard allocation/deallocation fix. 1999-06-29 17:36:20 +00:00
pcvt_ext.c Suser() simplification: 1999-04-27 11:18:52 +00:00
pcvt_hdr.h Updated a comment (Crtat is no longer bogusly shared with syscons). 1999-05-12 04:59:27 +00:00
pcvt_kbd.c Keyboard allocation/deallocation fix. 1999-06-29 17:36:20 +00:00
pcvt_kbd.h Make pcvt compile and run again after find_display() is gone as part of 1999-04-20 08:45:27 +00:00
pcvt_out.c Make pcvt compile and run again after find_display() is gone as part of 1999-04-20 08:45:27 +00:00
pcvt_sup.c
pcvt_tbl.h
pcvt_vtf.c