From owner-freebsd-current@FreeBSD.ORG Thu Aug 19 14:13:12 2004 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 B964216A4CE for ; Thu, 19 Aug 2004 14:13:12 +0000 (GMT) Received: from smtp.hispeed.ch (mxout.hispeed.ch [62.2.95.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E7DD43D1D for ; Thu, 19 Aug 2004 14:13:12 +0000 (GMT) (envelope-from hampi@rootshell.be) Received: from gicco.homeip.net (80-218-73-163.dclient.hispeed.ch [80.218.73.163])i7JEDAwE024221 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Thu, 19 Aug 2004 16:13:11 +0200 Received: from localhost.here (idefix@gicco.homeip.net [127.0.0.1]) by gicco.homeip.net (8.12.8p2/8.12.8) with ESMTP id i7JEDAZQ000788 for ; Thu, 19 Aug 2004 16:13:10 +0200 (CEST) (envelope-from hampi@rootshell.be) Received: (from idefix@localhost) by localhost.here (8.12.8p2/8.12.8/Submit) id i7JEDAJg000787 for current@freebsd.org; Thu, 19 Aug 2004 16:13:10 +0200 (CEST) X-Authentication-Warning: localhost.here: idefix set sender to hampi@rootshell.be using -f Date: Thu, 19 Aug 2004 16:13:10 +0200 From: Hanspeter Roth To: current@freebsd.org Message-ID: <20040819141310.GA756@gicco.homeip.net> Mail-Followup-To: current@freebsd.org References: <18767.1092922987@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <18767.1092922987@critter.freebsd.dk> User-Agent: Mutt/1.4.1i Subject: Re: [REVIEW/TEST] Rewritten floppy driver. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: current@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Aug 2004 14:13:12 -0000 On Aug 19 at 15:43, Poul-Henning Kamp spoke: > > Please review and test this patch: > > http://phk.freebsd.dk/patch/fdc.patch Does it handle a write protected floppy that is attempted to be mounted writable correctly? If a write protected floppy is attempted to be mounted writable and a write will be attempted on the floppy doesn't it prevent all other mounted filesystems from being unmounted? -Hanspeter