From owner-cvs-all@FreeBSD.ORG Wed Oct 26 22:23:52 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D984F16A41F; Wed, 26 Oct 2005 22:23:52 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9191443D45; Wed, 26 Oct 2005 22:23:52 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j9QMNqiD010132; Wed, 26 Oct 2005 22:23:52 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j9QMNqxR010131; Wed, 26 Oct 2005 22:23:52 GMT (envelope-from peter) Message-Id: <200510262223.j9QMNqxR010131@repoman.freebsd.org> From: Peter Wemm Date: Wed, 26 Oct 2005 22:23:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/fdcontrol fdcontrol.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2005 22:23:53 -0000 peter 2005-10-26 22:23:52 UTC FreeBSD src repository Modified files: usr.sbin/fdcontrol fdcontrol.c Log: Make fdcontrol work again. It has been broken for a while. It tries to set the floppy controller parameters, but that requires that the device node be open in O_RDWR mode now. I think it is broken in 6.0 as well. This line looks like a stray anyway. Revision Changes Path 1.14 +0 -1 src/usr.sbin/fdcontrol/fdcontrol.c