Subject: CVS commit: src/sys/dev
To: None <source-changes@NetBSD.org>
From: Rui Paulo <rpaulo@netbsd.org>
List: source-changes
Date: 06/23/2005 23:51:42
Module Name:	src
Committed By:	rpaulo
Date:		Thu Jun 23 23:51:42 UTC 2005

Modified Files:
	src/sys/dev/ic: tulip.c tulipreg.h tulipvar.h
	src/sys/dev/pci: if_tlp_pci.c

Log Message:
Add support for ASIX AX88140A/AX88141 chipsets using only
the 10/100 MII with inspiration from FreeBSD dc(4) driver.

Tested on i386 and macppc.

Reviewed by Jason Thorpe and ok'ed by Hubert Feyrer.


To generate a diff of this commit:
cvs rdiff -r1.136 -r1.137 src/sys/dev/ic/tulip.c
cvs rdiff -r1.30 -r1.31 src/sys/dev/ic/tulipreg.h
cvs rdiff -r1.54 -r1.55 src/sys/dev/ic/tulipvar.h
cvs rdiff -r1.79 -r1.80 src/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.