From owner-cvs-all Tue Jan 2 13:29: 9 2001 From owner-cvs-all@FreeBSD.ORG Tue Jan 2 13:29:07 2001 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EAD2D37B400; Tue, 2 Jan 2001 13:29:06 -0800 (PST) Received: (from nsouch@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f02LT6n04418; Tue, 2 Jan 2001 13:29:06 -0800 (PST) (envelope-from nsouch) Message-Id: <200101022129.f02LT6n04418@freefall.freebsd.org> From: Nicolas Souchu Date: Tue, 2 Jan 2001 13:29:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ppbus immio.c vpoio.c vpoio.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nsouch 2001/01/02 13:29:06 PST Modified files: sys/dev/ppbus immio.c vpoio.c vpoio.h Log: Cleanup and improve mode detection. Now, you should get what you actually want according to the modes set with the ppc(4) flags. Especially, it should fix some problems with mode detection of parallel chipsets configured to EPP but which have timing troubles with the drives. In such a case, the driver should now fall back to slower modes (PS2, NIBBLE). Revision Changes Path 1.14 +42 -62 src/sys/dev/ppbus/immio.c 1.14 +52 -124 src/sys/dev/ppbus/vpoio.c 1.5 +8 -1 src/sys/dev/ppbus/vpoio.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message