From owner-cvs-all Tue Jan 23 15:22:41 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 A330A37B698; Tue, 23 Jan 2001 15:22:20 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NNMJ905739; Tue, 23 Jan 2001 15:22:19 -0800 (PST) (envelope-from mjacob) Message-Id: <200101232322.f0NNMJ905739@freefall.freebsd.org> From: Matt Jacob Date: Tue, 23 Jan 2001 15:22:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_fxp.c if_fxpvar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2001/01/23 15:22:19 PST Modified files: sys/pci if_fxp.c if_fxpvar.h Log: Allow fxp to configure in I/O space if the user wants it and specifies an override as a loader settable variable (fxp_iomap). fxp_iomap is a bitmap of fxp units that should be configured to use PCI I/O space in stead of PCI Memory space. Reviewed by: Kees Jan Koster , dg@freebsd.org Revision Changes Path 1.103 +41 -11 src/sys/pci/if_fxp.c 1.14 +3 -1 src/sys/pci/if_fxpvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message