From owner-freebsd-current@FreeBSD.ORG Sun Sep 7 23:32:11 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 AAAB116A4BF for ; Sun, 7 Sep 2003 23:32:11 -0700 (PDT) Received: from spider.deepcore.dk (cpe.atm2-0-56339.0x50c6aa0a.abnxx2.customer.tele.dk [80.198.170.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C4BB43FE1 for ; Sun, 7 Sep 2003 23:32:09 -0700 (PDT) (envelope-from sos@spider.deepcore.dk) Received: from spider.deepcore.dk (localhost [127.0.0.1]) by spider.deepcore.dk (8.12.9/8.12.9) with ESMTP id h886W5Io041507; Mon, 8 Sep 2003 08:32:05 +0200 (CEST) (envelope-from sos@spider.deepcore.dk) Received: (from sos@localhost) by spider.deepcore.dk (8.12.9/8.12.9/Submit) id h886W4v0041506; Mon, 8 Sep 2003 08:32:04 +0200 (CEST) From: Soren Schmidt Message-Id: <200309080632.h886W4v0041506@spider.deepcore.dk> In-Reply-To: <16219.38485.513216.274862@canoe.dclg.ca> To: David Gilbert Date: Mon, 8 Sep 2003 08:32:04 +0200 (CEST) X-Mailer: ELM [version 2.4ME+ PL99f (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=ISO-8859-1 X-mail-scanned: by DeepCore Virus & Spam killer v1.3 cc: freebsd-current@FreeBSD.ORG Subject: Re: patch for ATAng bug 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: Mon, 08 Sep 2003 06:32:11 -0000 It seems David Gilbert wrote: > I submitted kern/56572 a few minutes ago. It patches ata-disk.c to > reject a disk that has zero blocks. > > This is a good thing ... malicious or broken disks (compact flash, > whatever) shouldn't crash machines. > > But in this case, the detected ad3 doesn't exist. The machine is a > laptop with a drive on channel 0 and a DVD+R on channel 1. If the DVD > is removed, the phantom ad3 doesn't show up, either. > > ... so that issue with ATAng is unresolved. Uhm, I'm working on finding the real problem, and I'd like that to be the solution. However the above may be a good workaround for those bitten by this... -Søren