From owner-freebsd-stable@FreeBSD.ORG Sun Jul 24 05:05:16 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F81416A41F for ; Sun, 24 Jul 2005 05:05:16 +0000 (GMT) (envelope-from gmenhennitt@optusnet.com.au) Received: from mail19.syd.optusnet.com.au (mail19.syd.optusnet.com.au [211.29.132.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E37443D45 for ; Sun, 24 Jul 2005 05:05:15 +0000 (GMT) (envelope-from gmenhennitt@optusnet.com.au) Received: from [203.2.73.8] (c210-49-171-192.mckinn1.vic.optusnet.com.au [210.49.171.192]) by mail19.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id j6O55DFs012643; Sun, 24 Jul 2005 15:05:13 +1000 Message-ID: <42E320EE.9030400@optusnet.com.au> Date: Sun, 24 Jul 2005 15:02:38 +1000 From: Graham Menhennitt User-Agent: Mozilla Thunderbird 1.0.5 (Windows/20050711) X-Accept-Language: en-us, en MIME-Version: 1.0 To: apach3s@yahoo.com References: <20050724045426.79894.qmail@web51310.mail.yahoo.com> In-Reply-To: <20050724045426.79894.qmail@web51310.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: My Seagate Baraccuda doesnt PROBE on version 5.x X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jul 2005 05:05:16 -0000 James wrote: >I was using version 4.x of freeBSD and it works fine. In a >following days, I decide to change on version 5.4. During on >booting process and detecting hardwares, in a bit of portion my >two (2) Seagate 40G Baraccuda ( Primary Master and Secondary >Master) was not been successfully detected and I dont know why. >This what display on the screen. > >For 5.x Version >------- >ata0-slave: FAILURE - ATAP_IDENTIFY timed out >ata0-slave: FAILURE - ATAP_IDENTIFY timed out > > James, Have a look at PR kern/79332 . I don't get exactly the same messages as you do but it looks fairly similar. Try building a custom kernel with one of the patches from there and see if it fixes your problem. Cheers, Graham