freebsd-dev/sys/dev/atkbdc
Poul-Henning Kamp fb9da1ef43 Include "opt_kbd.h" since certain structures size depend on the value
of KBDIO_DEBUG which may be defined in the kernel config (as it is in NOTES).

This kind of bug is a _really_ horribly thing as we end up with one bit
of code thinking a particular structure is 136 bytes and another that it
is only 112 bytes.

Ideally all places would remember to #include the right "opt_foo.h" file,
but I think in practice file containing the variable sized struct should
#include it explicitly as a precaution.

Detected by:	FlexeLint
2002-10-15 21:35:01 +00:00
..
atkbd_atkbdc.c
atkbd_isa.c
atkbd.c Replace various spelling with FALLTHROUGH which is lint()able 2002-08-25 13:23:09 +00:00
atkbdc_isa.c Yet another turn of workaround for psm/ACPI/PnP BIOS 2001-09-25 16:59:28 +00:00
atkbdc_subr.c Yet another turn of workaround for psm/ACPI/PnP BIOS 2001-09-25 16:59:28 +00:00
atkbdc.c de-count atkbdc. I have more extensive patches to make properly dynamic, 2002-08-19 23:58:37 +00:00
atkbdcreg.h Include "opt_kbd.h" since certain structures size depend on the value 2002-10-15 21:35:01 +00:00
atkbdreg.h
psm.c Replace various spelling with FALLTHROUGH which is lint()able 2002-08-25 13:23:09 +00:00