From owner-freebsd-current@FreeBSD.ORG Mon Mar 30 17:38:57 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 32EBB5FC for ; Mon, 30 Mar 2015 17:38:57 +0000 (UTC) Received: from mail-wi0-x22b.google.com (mail-wi0-x22b.google.com [IPv6:2a00:1450:400c:c05::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C66E77B2 for ; Mon, 30 Mar 2015 17:38:56 +0000 (UTC) Received: by wixm2 with SMTP id m2so92508254wix.0 for ; Mon, 30 Mar 2015 10:38:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=PFIwXVWOthY/jHwrH2WirAZdwhfNuHNbodQEfUTIUMU=; b=uJ02q84pABPzxnXjuUxF53zf/mD2yDk9S7MTeKXc8VNRLDAO8ymeRAGHUj2ojEyJjO EUvpVLpmXfTtjx1s79/OEzsp9RSjgoW623sMcLPL6k5WTzMkf7eEgMjOaOfwoL27I7Vk xzOtZ4BRLzbkjG/hSwtDRkPYTsTaBVJPbJxH5+xMM4VSWhvEb1B0xsyiMdJzph2WGBwe SPyKhzPUy+FBufOkseCXnhdF2RaR4wUlS1QSO7BhghPw3zRjwvgGhm0BIgOt8Tlfa5kq /2grUlMNq0SY68B/w3R8IZT0q55tnIEaLOFBTpYBTfbaHCNbT7NNRHuvCI3y9g5LTNBw k4Gg== X-Received: by 10.180.84.198 with SMTP id b6mr11610907wiz.25.1427737135248; Mon, 30 Mar 2015 10:38:55 -0700 (PDT) Received: from [192.168.1.6] (host121-93-dynamic.247-95-r.retail.telecomitalia.it. [95.247.93.121]) by mx.google.com with ESMTPSA id hq4sm11458489wib.0.2015.03.30.10.38.53 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 30 Mar 2015 10:38:54 -0700 (PDT) Message-ID: <55198A31.4090203@gmail.com> Date: Mon, 30 Mar 2015 19:38:57 +0200 From: bsdml User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: freebsd-current@freebsd.org. Subject: Re: T40 bootloop on CAM status: Command timeout on both 10.1 and -CURRENT References: <551748A4.1090303@gmail.com> <20150329092713.GA69272@lyxys.ka.sub.org> In-Reply-To: <20150329092713.GA69272@lyxys.ka.sub.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: wolfgang@lyxys.ka.sub.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Mar 2015 17:38:57 -0000 Hey wolfgang, thanks for getting back to me. Adding hint.ata.1.disabled="1" in /boot/device.hints indeed did the trick and allowed me to boot both 10.1 and 11-CURRENT, however this workaround has temporary solved my problem but brings up to another headache. I have planned to get a bay caddy and swap the cdrom drive with a 7.200 rpm SATA hdd, but doing this way disabling the second SATA channel I will be unable to achieve such a thing. Is there a chance that the bay caddy ATA will work without the need to disable the second ATA channel? Regards, Pietro Sammarco On 29/03/2015 11:27, Wolfgang Zenker wrote: > Hi, > > * bsdml [150329 01:34]: >> since I tried to install FreeBSD 10.1 on my recently purchased T40 I got >> stuck at this annoying bootloop that says >> "ATAPY_IDENTIFY. ACB: a1 00 00 00 00 40 00 00 00 etc etc.. CAM status: >> Command timeout". I have also tried latest 11-CURRENT snapshot and it >> did not make any difference at all, it is affected from the same exact >> bootloop. >> [..] >> It seems like there might be an issue with the CAM ATA stack that is >> clashing with the PATA controller on my T40. > I had the same problem on an ancient T42p. In my case, disabling the > second ata channel allowed me to boot. > > I added the following line to /boot/device.hints: > hint.ata.1.disabled="1" > > Wolfgang