From owner-freebsd-questions@FreeBSD.ORG Wed Jun 15 14:26:29 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 7325C16A41C for ; Wed, 15 Jun 2005 14:26:29 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from mail.efacilitas.de (efacilitas.de [213.133.110.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32A2E43D49 for ; Wed, 15 Jun 2005 14:26:29 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from eurystheus.local (port-212-202-169-37.dynamic.qsc.de [212.202.169.37]) by mail.efacilitas.de (Postfix) with ESMTP id 4AE20123973; Wed, 15 Jun 2005 16:24:53 +0200 (CEST) Received: from localhost (eurystheus.local [192.168.1.67]) by eurystheus.local (Postfix) with ESMTP id 74FB012B135; Wed, 15 Jun 2005 16:25:04 +0200 (CEST) Received: from eurystheus.local ([192.168.1.67]) by localhost (eurystheus.locaL [192.168.1.67]) (amavisd-new, port 10024) with ESMTP id 01253-03; Wed, 15 Jun 2005 16:24:56 +0200 (CEST) Received: from [192.168.1.67] (eurystheus.local [192.168.1.67]) by eurystheus.local (Postfix) with ESMTP id 2844D12B033; Wed, 15 Jun 2005 16:24:56 +0200 (CEST) Message-ID: <42B03A37.9080904@cs.tu-berlin.de> Date: Wed, 15 Jun 2005 16:24:55 +0200 From: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050517 X-Accept-Language: en-us, en MIME-Version: 1.0 To: JM References: <42B02ACC.2090705@speakeasy.net> <42B03395.3030301@cs.tu-berlin.de> <42B035FB.9030108@speakeasy.net> In-Reply-To: <42B035FB.9030108@speakeasy.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: amavisd-new at example.com Cc: freebsd-questions@freebsd.org Subject: Re: disabling ata devices X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jun 2005 14:26:29 -0000 JM wrote: > from dmesg -a: > ... > ad0: 19077MB [38760/16/63] at ata0-master UDMA33 > acd0: CDROM at ata0-slave UDMA33 > Mounting root from ufs:/dev/ad0s1a > ... > > when probing acd0 the system waits for about 10-20 seconds. [...] Are you really sure that your CD-ROM drive is the originator of the problem, i.e. it works fine if you unplug your drive physically? Björn