From owner-freebsd-questions Tue Feb 12 14:46:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lists.blarg.net (lists.blarg.net [206.124.128.17]) by hub.freebsd.org (Postfix) with ESMTP id B4AEF37B405 for ; Tue, 12 Feb 2002 14:46:13 -0800 (PST) Received: from thig.blarg.net (thig.blarg.net [206.124.128.18]) by lists.blarg.net (Postfix) with ESMTP id 62D4BBC8D; Tue, 12 Feb 2002 14:46:13 -0800 (PST) Received: from localhost.localdomain ([206.124.139.115]) by thig.blarg.net (8.9.3/8.9.3) with ESMTP id OAA06963; Tue, 12 Feb 2002 14:46:13 -0800 Received: (from jojo@localhost) by localhost.localdomain (8.11.6/8.11.3) id g1CMl1u23593; Tue, 12 Feb 2002 14:47:01 -0800 (PST) (envelope-from swear@blarg.net) To: Pekka Samuli Laine Cc: "'freebsd-questions@FreeBSD.ORG'" Subject: Re: Strange messages during boot process References: <01C1B425.54CB8C20@212-246-4-106.catv.tpo.fi> From: swear@blarg.net (Gary W. Swearingen) Date: 12 Feb 2002 14:47:00 -0800 In-Reply-To: <01C1B425.54CB8C20@212-246-4-106.catv.tpo.fi> Message-ID: <2ezo2etj17.o2e@localhost.localdomain> Lines: 18 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Pekka Samuli Laine writes: > During boot process I see these lines on the screen: > > ... > config> di pcic0 > No such device: pcic0 > Invalid command or syntax. Type `?' for help. ... > Is it safe just to remove these 'di'-commands from kernel.conf? > Or should I leave them there? Why are they there in the first > place because those commands seem not to work? It's as safe as your editing. The things are only useful for devices that are compiled into the kernel but which you want to disable. The commands have trouble disabling device code that is not in the kernel. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message