From owner-freebsd-current@FreeBSD.ORG Fri Sep 12 16:43:26 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C19916A4BF for ; Fri, 12 Sep 2003 16:43:26 -0700 (PDT) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7958D43FDD for ; Fri, 12 Sep 2003 16:43:25 -0700 (PDT) (envelope-from bleez@comcast.net) Received: from gravy.homeunix.net ([68.81.196.221]) by comcast.net (rwcrmhc11) with ESMTP id <2003091223432401300kcu14e>; Fri, 12 Sep 2003 23:43:24 +0000 Received: from gravy.homeunix.net (gravy.homeunix.net [192.168.1.2]) by gravy.homeunix.net (8.12.9/8.12.9) with ESMTP id h8CNhNQt000583 for ; Fri, 12 Sep 2003 19:43:23 -0400 (EDT) (envelope-from bleez@comcast.net) Date: Fri, 12 Sep 2003 19:43:23 -0400 (EDT) From: Bryan Liesner To: freebsd-current@freebsd.org Message-ID: <20030912193206.U567@gravy.homeunix.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: ATAng - delay probing for non-existent drive X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.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: Fri, 12 Sep 2003 23:43:26 -0000 The last change to ata-lowlevel (rev 1.11) causes a 10-15 second delay probing for a drive that's not there: atapci0: port 0xa000-0xa00f,0xa400-0xa403, 0xa800-0xa807,0xb000-0xb003,0xb400-0xb407 mem 0xed000000-0xed003fff irq 5 at device 15.0 on pci0 atapci0: [MPSAFE] ata2: at 0xb400 on atapci0 ata2: [MPSAFE] hangs here for about 15 seconds ata3: at 0xa800 on atapci0 ata3: [MPSAFE] I have a single drive on ata2. Reverting back to 1.10 stops the delay. -Bryan