Date: Tue, 4 May 1999 19:24:53 +0100 From: Ben Smithurst <ben@scientia.demon.co.uk> To: youlgok@ibm.net Cc: FreeBSD-Questions <freebsd-questions@freebsd.org>, questions@kr.freebsd.org Subject: Re: message while creating the build environment with config Message-ID: <19990504192453.A86754@scientia.demon.co.uk> In-Reply-To: <372EC18C.34A48F15@ibm.net> References: <372EC18C.34A48F15@ibm.net>
next in thread | previous in thread | raw e-mail | index | archive | help
youlgok@ibm.net wrote: > I got following message while I was creating the build environment with > config: > > config: line #: no isa's to wildcard > > What does this message mean? It means that the line number mentions says `device foo at isa?' or something, but there is no `controller isa0' line. You need a `controller isa0' line, and it needs to be before any references to `isa?'. -- Ben Smithurst ben@scientia.demon.co.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990504192453.A86754>