From owner-cvs-all Thu Jan 25 2:51:59 2001 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 421A337B400; Thu, 25 Jan 2001 02:51:42 -0800 (PST) Received: (from nsouch@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PApgF01366; Thu, 25 Jan 2001 02:51:42 -0800 (PST) (envelope-from nsouch) Message-Id: <200101251051.f0PApgF01366@freefall.freebsd.org> From: Nicolas Souchu Date: Thu, 25 Jan 2001 02:51:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa ppc.c ppcreg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nsouch 2001/01/25 02:51:42 PST Modified files: sys/isa ppc.c ppcreg.h Log: Consider that the chipset may be in ECP mode (from BIOS settings) even if mode PS/2 is forced with bootflags. As a matter of fact, chipsets needs some extra configuration for accessing PS/2 mode from ECP. The current patch is only relevant for generic chipsets since specific code is supposed to deal with this during detection. Revision Changes Path 1.33 +36 -36 src/sys/isa/ppc.c 1.14 +3 -2 src/sys/isa/ppcreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message