freebsd-skq/sys/i386/isa/pcvt
bde 2d072e5f9d Fixed the type of timeout functions and removed casts that hid the
type mismatches.  There was no problem in practice (at least on 386's).

Don't cast NULL in calls to timeout functions.  pcvt is fully prototyped
and doesn't support K&R.

Timeout functions take args of type `void *', so use magic numbers of
type `void *' for UPDATE_* to reduce the danger of wrong conversions.

Removed FreeBSD-pre-1.1-related TIMEOUT_FUNC_T macro.  It was especially
bogus for the pre-1.1 case.
1997-04-20 16:38:22 +00:00
..
pcvt_conf.h Fix many long-standing bugs and problems with pcvt, namely: 1996-08-10 22:14:36 +00:00
pcvt_drv.c Fixed the type of timeout functions and removed casts that hid the 1997-04-20 16:38:22 +00:00
pcvt_ext.c Use the same IOPL check as in syscons. 1997-04-14 15:54:39 +00:00
pcvt_hdr.h Fixed the type of timeout functions and removed casts that hid the 1997-04-20 16:38:22 +00:00
pcvt_kbd.c Fixed the type of timeout functions and removed casts that hid the 1997-04-20 16:38:22 +00:00
pcvt_kbd.h When I hit [Ctrl]+8, appeared 9 instead of 8. It may not be critical but 1996-08-01 22:38:30 +00:00
pcvt_out.c Fix a bogon in pcvt that caused a characterset designation to not take 1997-03-07 08:56:00 +00:00
pcvt_sup.c Fixed the type of timeout functions and removed casts that hid the 1997-04-20 16:38:22 +00:00
pcvt_tbl.h Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
pcvt_vtf.c Fix a bogon in pcvt that caused a characterset designation to not take 1997-03-07 08:56:00 +00:00