From owner-cvs-all Thu Jan 11 10: 4:45 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 8F6D137B400; Thu, 11 Jan 2001 10:04:22 -0800 (PST) Received: (from gallatin@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0BI4MP73256; Thu, 11 Jan 2001 10:04:22 -0800 (PST) (envelope-from gallatin) Message-Id: <200101111804.f0BI4MP73256@freefall.freebsd.org> From: Andrew Gallatin Date: Thu, 11 Jan 2001 10:04:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/pci apecs.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gallatin 2001/01/11 10:04:22 PST Modified files: (Branch: RELENG_4) sys/alpha/pci apecs.c Log: MFC: cleanup apecs.c - eliminate code that's been ifdef'ed out since day 1 - use a constant (APECS_PCI_CONF) for pci config space access rather than the softc. This gets us access to pci config space very early (eg when syscons is probing adapters), which will be needed for the forthcoming TGA console driver. This file has diverged substantially in -current due to the busspace rewrite that Doug did. This is somewhat of an MFC as Doug has made these changes already in -current. Tested by: "Andrew M . Miklic" Revision Changes Path 1.13.2.1 +4 -82 src/sys/alpha/pci/apecs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message