From owner-cvs-all@FreeBSD.ORG Mon Jul 5 20:56:07 2004 Return-Path: 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 5E13E16A4CE; Mon, 5 Jul 2004 20:56:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4530A43D55; Mon, 5 Jul 2004 20:56:07 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i65Ku7xR089920; Mon, 5 Jul 2004 20:56:07 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i65Ku7U0089919; Mon, 5 Jul 2004 20:56:07 GMT (envelope-from phk) Message-Id: <200407052056.i65Ku7U0089919@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 5 Jul 2004 20:56:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/fdc fdc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 05 Jul 2004 20:56:07 -0000 phk 2004-07-05 20:56:06 UTC FreeBSD src repository Modified files: sys/dev/fdc fdc.c Log: Allocate the DMA channel shareable and only aquire it while the device is open. This allows certain old and rather special dual floppy controllers to work on both channels, as long as you only have one open at a time. Revision Changes Path 1.275 +18 -15 src/sys/dev/fdc/fdc.c