Date: Mon, 28 Jan 2002 22:48:38 -0800 (PST) From: Warner Losh <imp@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/exca exca.c excareg.h excavar.h Message-ID: <200201290648.g0T6mc370585@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201290648.g0T6mc370585>