From owner-freebsd-hackers@FreeBSD.ORG Thu Jan 29 22:45:20 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 011D916A4CE for ; Thu, 29 Jan 2004 22:45:20 -0800 (PST) Received: from spider.deepcore.dk (cpe.atm2-0-53484.0x50a6c9a6.abnxx9.customer.tele.dk [80.166.201.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A27A43D45 for ; Thu, 29 Jan 2004 22:45:17 -0800 (PST) (envelope-from sos@DeepCore.dk) Received: from DeepCore.dk (sos.deepcore.dk [194.192.25.130]) by spider.deepcore.dk (8.12.10/8.12.10) with ESMTP id i0U6hOCm067293; Fri, 30 Jan 2004 07:43:24 +0100 (CET) (envelope-from sos@DeepCore.dk) Message-ID: <4019FD5C.80003@DeepCore.dk> Date: Fri, 30 Jan 2004 07:44:44 +0100 From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6b) Gecko/20040126 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Sean Hamilton References: <200310060710.h967ApF0040748@spider.deepcore.dk> <001001c3e6e5$d1dda910$0300000a@slugabed.org> In-Reply-To: <001001c3e6e5$d1dda910$0300000a@slugabed.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-mail-scanned: by DeepCore Virus & Spam killer v1.3 X-Mailman-Approved-At: Fri, 30 Jan 2004 05:35:54 -0800 cc: hackers@freebsd.org cc: Soren Schmidt Subject: Re: VT8237 serial-ATA support, Promise ATA stalls, GEOM noise X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jan 2004 06:45:20 -0000 Sean Hamilton wrote: > "Soren Schmidt" wrote: > | It seems Sean Hamilton wrote: > | | I have two Asus boards (A7V8X and A7V) which have in common a > | | Promise ATA controller. Both of these boards hang up for about a > | | minute during the boot of 5.1-RELEASE, and emit messages about ad* > | | devices being reset -- I cannot paste them verbatim as they seem > | | to have been omitted from my dmesg. In the case of the A7V8X, the > | | controller is unused and disabled in the BIOS. Has this been > | | rectified for 5.2? > | > | Should not happen on -current. > > Upgraded to 5.2-RELEASE and it is still happening. The problem seems to be > the Promise controller, not the bridge IDE. The board is an Asus A7V8X, > controller "PDC20376". The hang comes before it prints "ata4: at 0xec800000" > as well as ata5. I can provide a root shell or serial console to Soren if > this hardware is not already available. These are not "hangs" these are "pauses" and happens because the kernel thinks there are devices on these channels (are there ? no dmesg provided) and waits for the 31secs the spec calls for. Now, I have one of those exact Promise controllers and there it works butifully, so your setup has to be special or wrong in some way since you see the delays (again no dmesg or anything provided so I cant tell) -- -Søren