kernel build failure amd64

Ade Lovett ade at FreeBSD.org
Wed Jan 12 17:19:28 PST 2005


Christopher Vance wrote:
> The only file mentioning KB_CONF_NO_PROBE_TEST in any version appears
> to be src/sys/dev/kbd/atkbd.c, with no definition anywhere.

Your src/ tree is not up to date, or has been otherwise mangled.

The commit that added KB_CONF_NO_PROBE_TEST touched two files:

[ade at nail:/sys/dev/kbd] 2% grep KB_CONF_NO_PROBE_TEST *

atkbd.c:        if (!(flags & KB_CONF_NO_PROBE_TEST))
atkbdreg.h:#define      KB_CONF_NO_PROBE_TEST   (1 << 3) /* don't test 
keyboard during probe */

-aDe



More information about the freebsd-stable mailing list