From owner-freebsd-mobile@FreeBSD.ORG Wed Feb 23 21:28:18 2005 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0CD816A4CE for ; Wed, 23 Feb 2005 21:28:18 +0000 (GMT) Received: from marvin.muc.de (marvin.muc.de [193.149.48.2]) by mx1.FreeBSD.org (Postfix) with SMTP id 9DDF043D48 for ; Wed, 23 Feb 2005 21:28:17 +0000 (GMT) (envelope-from 520067528081-0001@t-online.de) Received: (qmail 52723 invoked by alias); 23 Feb 2005 21:28:16 -0000 Delivered-To: mods-muc-lists-freebsd-mobile@moderators.muc.de Received: (qmail 52716 invoked from network); 23 Feb 2005 21:28:16 -0000 Received: from mailout06.sul.t-online.com (194.25.134.19) by marvin.muc.de with SMTP; 23 Feb 2005 21:28:16 -0000 Received: from imh00.t-online.com by mailout06.sul.t-online.com with esmtp id 1D443L-0003tF-00; Wed, 23 Feb 2005 22:28:15 +0100 Received: from news.t-online.com by imh00.t-online.com with esmtp id 1D443L-00049t-00; Wed, 23 Feb 2005 22:28:15 +0100 Received: from news by news.t-online.com with local id 1D443L-0002Ic-00; Wed, 23 Feb 2005 22:28:15 +0100 To: muc-lists-freebsd-mobile@moderators.muc.de Path: news.t-online.com!not-for-mail From: Ingo Guse Newsgroups: muc.lists.freebsd.mobile Date: Wed, 23 Feb 2005 22:28:30 +0100 Organization: T-Online Lines: 7 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: news.t-online.com 1109194095 05 8841 foMUrb36CTEx4te 050223 21:28:15 X-Complaints-To: usenet-abuse@t-online.de X-ID: SIw1fsZJgezaCWI2ahbjWQRWVl3NWbZL+tYhXrMgHizq38CWMllBsG User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en X-Mailman-Approved-At: Thu, 24 Feb 2005 14:18:39 +0000 Subject: ata search during boot X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Feb 2005 21:28:18 -0000 I installed FBSD5.3 sucessfully on Toshiba-SatelliteM30 notebook.WLan and X with NVidia-driver 1280x800 works fine. When the kernel boots, it searches for slave-drives on ata0 and 1. As there isn“t one, that causes delay during boot. How can I prevent the kernel to look for slave drives? I think something with loader.conf and/or device.hints, but I cannot find relevant items in the docs. Any suggestions? Thanks.