From owner-freebsd-questions@FreeBSD.ORG Mon Nov 24 04:36:09 2003 Return-Path: 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 96EFE16A4CE for ; Mon, 24 Nov 2003 04:36:09 -0800 (PST) Received: from CITADEL.NOBULUS.COM (citadel.nobulus.com [212.97.207.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0504743FCB for ; Mon, 24 Nov 2003 04:36:08 -0800 (PST) (envelope-from iva@orange.dk) Received: from CITADEL.NOBULUS.COM (localhost [127.0.0.1]) by CITADEL.NOBULUS.COM (8.12.10/8.12.10) with ESMTP id hAOCYau5049139 for ; Mon, 24 Nov 2003 13:34:36 +0100 (CET) (envelope-from iva@CITADEL.NOBULUS.COM) Received: (from iva@localhost) by CITADEL.NOBULUS.COM (8.12.10/8.12.10/Submit) id hAOCYarV049138 for freebsd-questions@freebsd.org; Mon, 24 Nov 2003 13:34:36 +0100 (CET) (envelope-from iva) Date: Mon, 24 Nov 2003 13:34:36 +0100 From: Ilya Varlashkin To: freebsd-questions@freebsd.org Message-ID: <20031124123436.GA49106@CITADEL.NOBULUS.COM> References: <20031124124532.5a43188e.martin.vana@vslib.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031124124532.5a43188e.martin.vana@vslib.cz> X-Scanned-By: CITADEL.NOBULUS.COM Subject: Re: strange scsi devices and isa problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 12:36:09 -0000 On Mon, Nov 24, 2003 at 12:45:32PM +0100, Martin V??a wrote: > Hi, > I've got some strange things in my dmesg: [...] > config> di bt0 > No such device: bt0 > Invalid command or syntax. Type `?' for help. > config> di aic0 > No such device: aic0 > Invalid command or syntax. Type `?' for help. > config> di aha0 > No such device: aha0 > Invalid command or syntax. Type `?' for help. > config> di adv0 > No such device: adv0 > Invalid command or syntax. Type `?' for help. > config> q > > bt, aic and others seems to be some scsi devices but I don't have scsi > and I've even deleted all scsi lines from my kernel. > During installation those devices exist in generic kernel so you disabled them, your custom kernel doesn't include support for those devices. That's why loader can't find them. Just remove respective lines from loader.conf. > next thing is this: > isa0: too many dependant configs (8) > isa0: unexpected small tag 14 > pmtimer0 on isa0 > sorry can't help here. Kind regards, Ilya Varlashkin