From owner-freebsd-questions Mon Oct 21 8:10:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF7F937B401 for ; Mon, 21 Oct 2002 08:10:13 -0700 (PDT) Received: from web11205.mail.yahoo.com (web11205.mail.yahoo.com [216.136.131.187]) by mx1.FreeBSD.org (Postfix) with SMTP id 99B0D43E3B for ; Mon, 21 Oct 2002 08:10:13 -0700 (PDT) (envelope-from roti_343@yahoo.com) Message-ID: <20021021151011.72188.qmail@web11205.mail.yahoo.com> Received: from [141.85.0.72] by web11205.mail.yahoo.com via HTTP; Mon, 21 Oct 2002 08:10:11 PDT Date: Mon, 21 Oct 2002 08:10:11 -0700 (PDT) From: Rotaru Razvan Subject: After compiliing the kernel.... To: freebsd-questions@freebsd.org 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 Hello, On FreeBSD 4.7 I recompiled the kernel. Basicly all I did was to remove devices and options that were regarding hardware I do not have (i.e. SCSI controllers, tape drives, USB controllers etc.). Now everything works fine, except some error messages i get when booting. As I have figured it out, the errors are simply there because the kernel does not support them anymore. How can I do it to stop the system from looking for those devices? Here is a sample of dmesg after booting: config> di pcic0 No such device: pcic0 Invalid command or syntax. Type '?' for help config> di sn0 config> di lnc0 ... ... config> di bt0 No such device bt0 Invalid command or syntax. Type '?' for help config> di aic0 No such device bt0 Invalid command or syntax. Type '?' for help ...and so on... :) Regards, Razvan __________________________________________________ Do you Yahoo!? Y! Web Hosting - Let the expert host your web site http://webhosting.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message