From owner-cvs-src Thu Feb 13 22:21:21 2003 Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 057FD37B405; Thu, 13 Feb 2003 22:21:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AF8043F85; Thu, 13 Feb 2003 22:21:19 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h1E6LJbv089616; Thu, 13 Feb 2003 22:21:19 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h1E6LJ6k089596; Thu, 13 Feb 2003 22:21:19 -0800 (PST) Message-Id: <200302140621.h1E6LJ6k089596@repoman.freebsd.org> From: Warner Losh Date: Thu, 13 Feb 2003 22:21:19 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/exca exca.c excareg.h excavar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-src@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2003/02/13 22:21:18 PST Modified files: sys/dev/exca exca.c excareg.h excavar.h Log: Massive overhaul of exca to help with the isa efforts: o chip_name arrays ifdef'd out. o use the OLDCARD-like get/put functions so we can support differnt types of mappings. o Write the beggings of is this a valid exca device and introduce more chipset support. # this is partially a wip, but also needed because some other cahnges I've # made require some of these changes. Revision Changes Path 1.7 +197 -55 src/sys/dev/exca/exca.c 1.3 +15 -2 src/sys/dev/exca/excareg.h 1.4 +28 -7 src/sys/dev/exca/excavar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message