HardenedBSD/sys/dev
Rodney W. Grimes 02aa90d831 >From: paul@u.tvt.se (Paul Pries)
>Subject: Bad bug in kbdtables.h [FreeBSD]

I found a bug in /sys/i386/isa/kbdtables.h which contain the
different keyboard layouts for syscons.  This regards all tables exept
the Danish and US.  When compiling the kernel with any other keymapping
than Danish or none at all (US), you get an error that 'key_map' is undefined.
This is because there is a typo in the name of the struct containing
the tables, keymap intead of key_map.
1993-09-15 23:03:21 +00:00
..
ed As of this revision, all known bugs have been fixed. Some of the fixes include: 1993-09-09 07:01:23 +00:00
fdc Bruce's multifarious patches for the floppy driver (not well tested, but 1993-09-14 19:34:32 +00:00
ic
kbd >From: paul@u.tvt.se (Paul Pries) 1993-09-15 23:03:21 +00:00
sio From guido@gvr.win.tue.nl Wed Sep 8 13:34:16 1993 1993-09-10 16:59:16 +00:00
speaker
syscons