From owner-freebsd-questions Tue Feb 6 12:47: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from vimfuego.saarinen.org (saarinen.org [203.79.82.14]) by hub.freebsd.org (Postfix) with ESMTP id A2F0A37B67D for ; Tue, 6 Feb 2001 12:46:42 -0800 (PST) Received: from vimfuego.saarinen.org ([192.168.1.1] ident=foobar) by vimfuego.saarinen.org with esmtp (Exim 3.20 #1) id 14QF0S-0007fU-00; Wed, 07 Feb 2001 09:46:32 +1300 Date: Wed, 7 Feb 2001 09:46:28 +1300 (NZDT) From: Juha Saarinen To: "R. Muradin" Cc: "freebsd-questions@FreeBSD.org" Subject: Re: isa errors In-Reply-To: <000a01c0907b$3b10ae60$0401010a@a2000.nl.a2000.nl> Message-ID: X-S: Always MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Do you have: device isa in your kernel conf file? Don't uncomment the '?' lines -- that's not where the problem lies. -- Regards, Juha PGP fingerprint: B7E1 CC52 5FCA 9756 B502 10C8 4CD8 B066 12F3 9544 On Tue, 6 Feb 2001, R. Muradin wrote: > This is a very simple example of how things go wrong: > > # Floppy drives > device fdc0 at isa? port IO_FD1 irq 6 drq 2 > device fd0 at fdc0 drive 0 > device fd1 at fdc0 drive 1 > > /usr/sbin/config has trouble with the '?' I guess: > > config: line 64: no isa's to wildcard > > > But nothing is mentioned about wildcards at http://www.freebsd.org/handbook/kernelconfig-config.html > > Do i need to comment out all occurences of 'isa?' ? > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message