Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 09/13/1999 22:58:01
Module Name:	syssrc
Committed By:	thorpej
Date:		Tue Sep 14 05:58:01 UTC 1999

Modified Files:
	syssrc/sys/dev/eisa: files.eisa
Added Files:
	syssrc/sys/dev/eisa: if_tlp_eisa.c

Log Message:
EISA bus front-end for the New Tulip Driver, for the DEC DE425 EISA
board.  The DE425 is basically a DECchip 21040 on an EISA board, plus
a Cool Address Decoder Hack which maps the PCI configuration
space registers into EISA I/O space, interleaved with the Tulip CSRs,
which are spaced further apart than on the PCI versoin.

This is currently *untested* until the DE425 boards that folks have
promised me arrive.  But, it should work, since the 21040 works.


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 syssrc/sys/dev/eisa/files.eisa
cvs rdiff -r0 -r1.1 syssrc/sys/dev/eisa/if_tlp_eisa.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.