From owner-cvs-all Mon Jan 28 22:49:16 2002 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 CCB1C37B481; Mon, 28 Jan 2002 22:48:38 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0T6mc370585; Mon, 28 Jan 2002 22:48:38 -0800 (PST) (envelope-from imp) Message-Id: <200201290648.g0T6mc370585@freefall.freebsd.org> From: Warner Losh Date: Mon, 28 Jan 2002 22:48:38 -0800 (PST) To: cvs-committers@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-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/01/28 22:48:38 PST Added files: sys/dev/exca exca.c excareg.h excavar.h Log: First draft of common code between pccbb and pcic drivers for talking to ExCA register sets. These registers exist in both ISA and PCI devices in a couple different ways, and this will provide a common base for future building. This code is a rehash of the pccbb 16-bit code, which was a rehash of the pcic code, which was a rehash of the netbsd i82365 code. More hashing to come. Revision Changes Path 1.1 +617 -0 src/sys/dev/exca/exca.c (new) 1.1 +421 -0 src/sys/dev/exca/excareg.h (new) 1.1 +117 -0 src/sys/dev/exca/excavar.h (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message