Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jan 2005 17:19:14 -0800
From:      Ade Lovett <ade@FreeBSD.org>
To:        Christopher Vance <c@nu.org>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: kernel build failure amd64
Message-ID:  <41E5CC92.2060005@FreeBSD.org>
In-Reply-To: <20050113005124.GA452@nu.org>
References:  <20050113005124.GA452@nu.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41E5CC92.2060005>