From owner-cvs-src@FreeBSD.ORG Fri Aug 20 16:34:31 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D0D716A4CE; Fri, 20 Aug 2004 16:34:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1B0043D60; Fri, 20 Aug 2004 16:34:30 +0000 (GMT) (envelope-from njl@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 i7KGYULG028801; Fri, 20 Aug 2004 16:34:30 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7KGYUwD028800; Fri, 20 Aug 2004 16:34:30 GMT (envelope-from njl) Message-Id: <200408201634.i7KGYUwD028800@repoman.freebsd.org> From: Nate Lawson Date: Fri, 20 Aug 2004 16:34:30 +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_isa.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Aug 2004 16:34:31 -0000 njl 2004-08-20 16:34:30 UTC FreeBSD src repository Modified files: sys/dev/fdc fdc_isa.c Log: Remove a check that is too strict. With BIOSen that specify an IO/ctl port of 0x3f2-0x3f5,0x3f7 the ports are not 7 bytes apart. This should fix floppy probing on such systems. (We handle the case of adjusting for a start of 0x3f2 -> 0x3f0 separately, although that code should still be checked if there are still floppy problems for others.) Tested by: Sarunas Vancevicius MFC after: 3 days Revision Changes Path 1.11 +0 -4 src/sys/dev/fdc/fdc_isa.c