From owner-freebsd-current@FreeBSD.ORG Tue Dec 2 10:49:32 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 D91BB16A4CE for ; Tue, 2 Dec 2003 10:49:32 -0800 (PST) Received: from ms-smtp-02-eri0.socal.rr.com (ms-smtp-02-qfe0.socal.rr.com [66.75.162.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B2F343FEA for ; Tue, 2 Dec 2003 10:49:27 -0800 (PST) (envelope-from sean@mcneil.com) Received: from blue.mcneil.com (cpe-66-75-176-109.socal.rr.com [66.75.176.109])hB2InQiF009477; Tue, 2 Dec 2003 10:49:26 -0800 (PST) Received: from [66.75.176.109] (mcneil.com [66.75.176.109]) by blue.mcneil.com (8.12.10/8.12.10) with ESMTP id hB2InILk003537; Tue, 2 Dec 2003 10:49:25 -0800 (PST) (envelope-from sean@mcneil.com) From: Sean McNeil To: Bruce Evans In-Reply-To: <20031203000843.F11596@gamplex.bde.org> References: <1070365714.956.6.camel@blue.mcneil.com> <20031203000843.F11596@gamplex.bde.org> Content-Type: text/plain Organization: Sean McNeil Consulting Message-Id: <1070390958.3524.0.camel@blue.mcneil.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Tue, 02 Dec 2003 10:49:18 -0800 Content-Transfer-Encoding: 7bit X-DCC-Servercave-Metrics: blue.mcneil.com 1183; Body=2 Fuz1=2 Fuz2=2 cc: freebsd-current@FreeBSD.org Subject: Re: System hangs solid with ATAPICAM 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: Tue, 02 Dec 2003 18:49:33 -0000 I saw that message about rev.1.23 of ata_lowlevel.c. I had this problem prior to that change. On Tue, 2003-12-02 at 05:12, Bruce Evans wrote: > On Tue, 2 Dec 2003, Sean McNeil wrote: > > > I've tried over several weeks to get ATAPICAM to work for me. I've > > tried with and without acpi (compiled in or disabled via. boot). I've > > tried turning on all debug. I've tried a few misc. thigs. All leave my > > Did you try backing out rev.1.23 of ata_lowlevel.c? > > > system hanging after the GEOM initialization without any indication of > > debug output. The only clue I have is that it sounds like my zip-100 > > was accessed right before the hang. > > That's interesting. The bug avoided by backing out rev.1.23 of > ata-lowlevel.c is obviously system dependent. I only see it on a > system that has a zip100. > > Bruce