From owner-cvs-all Tue Dec 21 0:33: 9 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BF91814F31; Tue, 21 Dec 1999 00:33:04 -0800 (PST) (envelope-from joerg@FreeBSD.org) Received: (from joerg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA25788; Tue, 21 Dec 1999 00:33:04 -0800 (PST) (envelope-from joerg@FreeBSD.org) Message-Id: <199912210833.AAA25788@freefall.freebsd.org> From: Joerg Wunsch Date: Tue, 21 Dec 1999 00:33:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 fdc.4 src/sys/isa fd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk joerg 1999/12/21 00:33:04 PST Modified files: share/man/man4 fdc.4 sys/isa fd.c Log: Add a flag to disable FIFO probing. The code seems to have a chance of misdetecting FIFO capabilities, at least on my girlfriend's Thinkpad 755, the driver doesn't work using the FIFO. While i was at it, i (partially) fixed option FCC_YE since it would no longer have compiled at all under -current. I've also made an attempt to document the device driver flags value (ab-)used internally by this option. RELENG_3 candidate, but with a slightly different patch there (will go to jkh in email). Revision Changes Path 1.16 +15 -1 src/share/man/man4/fdc.4 1.171 +4 -2 src/sys/isa/fd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message