From owner-freebsd-current@FreeBSD.ORG Thu Dec 4 11:36:56 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 740A016A4CF for ; Thu, 4 Dec 2003 11:36:56 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BD0F43FCB for ; Thu, 4 Dec 2003 11:36:55 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id hB4JamAT000536; Thu, 4 Dec 2003 12:36:54 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 04 Dec 2003 12:36:35 -0700 (MST) Message-Id: <20031204.123635.85363565.imp@bsdimp.com> To: wertejuk@mwcis.com From: "M. Warner Losh" In-Reply-To: <20031204184512.GA30676@maeko.hayai.de> References: <200311280333.hAS3XkeF016528@gw.catspoiler.org> <20031127.220311.38782698.imp@bsdimp.com> <20031204184512.GA30676@maeko.hayai.de> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: current@freebsd.org Subject: Re: panic inserting CF card. 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: Thu, 04 Dec 2003 19:36:56 -0000 In message: <20031204184512.GA30676@maeko.hayai.de> Marco Wertejuk writes: : | I have patches in my tree that prevent the panic. However, they : | prevent the panic by not dividing by zero, rather than fixing the : | underlying problem. : : Sorens latest commits fix the panic when booting with a CF : card inserted and the card is readable again. /me too! Warner