From owner-cvs-src-old@FreeBSD.ORG Wed Jun 24 19:30:42 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94E601065675 for ; Wed, 24 Jun 2009 19:30:42 +0000 (UTC) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 677A78FC15 for ; Wed, 24 Jun 2009 19:30:42 +0000 (UTC) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n5OJUggS048017 for ; Wed, 24 Jun 2009 19:30:42 GMT (envelope-from joerg@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n5OJUg69048016 for cvs-src-old@freebsd.org; Wed, 24 Jun 2009 19:30:42 GMT (envelope-from joerg@repoman.freebsd.org) Message-Id: <200906241930.n5OJUg69048016@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to joerg@repoman.freebsd.org using -f From: Joerg Wunsch Date: Wed, 24 Jun 2009 19:30:31 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/fdc fdc.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Jun 2009 19:30:43 -0000 joerg 2009-06-24 19:30:31 UTC FreeBSD src repository Modified files: sys/dev/fdc fdc.c Log: SVN rev 194891 on 2009-06-24 19:30:31Z by joerg With the fdc control device disappearing some 5 years ago, it is no longer useful for the FD_STYPE and FD_SOPTS ioctls to insist on being issued on a writable file descriptor. Otherwise, there's no longer a chance to set the drive type or options when a read-only medium is present in the drive, as there is no way to obtain a writable fd then. Revision Changes Path 1.322 +0 -4 src/sys/dev/fdc/fdc.c