Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 08/31/1999 17:32:43
Module Name:	syssrc
Committed By:	thorpej
Date:		Wed Sep  1 00:32:42 UTC 1999

Modified Files:
	syssrc/sys/conf: files
	syssrc/sys/dev/pci: files.pci
Added Files:
	syssrc/sys/dev/ic: tulip.c tulipreg.h tulipvar.h
	syssrc/sys/dev/pci: if_tlp_pci.c

Log Message:
This is the long-awaited "new Tulip driver", a complete, from-scratch
rewrite of the driver for the DECchip 21x4x Ethernet chips, and a variety
of clones.

Currently, the driver supports the Winbond 89C840F (this works pretty
well), and the Lite-On PNIC (e.g. NetGear PCI boards), however Lite-On
support may be broken [I may simply have a busted test board].

Eventually, support for the Macronix and ASIX chips will filter into
this driver, and then, slowly, support for the genuine DEC chips,
and maybe even the DE-425 EISA model.


To generate a diff of this commit:
cvs rdiff -r1.313 -r1.314 syssrc/sys/conf/files
cvs rdiff -r0 -r1.1 syssrc/sys/dev/ic/tulip.c syssrc/sys/dev/ic/tulipreg.h \
    syssrc/sys/dev/ic/tulipvar.h
cvs rdiff -r1.60 -r1.61 syssrc/sys/dev/pci/files.pci
cvs rdiff -r0 -r1.1 syssrc/sys/dev/pci/if_tlp_pci.c

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