Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 12/06/2005 18:37:57
Module Name:	src
Committed By:	christos
Date:		Tue Dec  6 18:37:57 UTC 2005

Modified Files:
	src/sys/dev/pci: if_de.c if_tlp_pci.c

Log Message:
Remove the "don't match lmc cards" test, because the lmc driver returns a
match of 100 which will supersede the de and tlp match if present. If not
present, then these two drivers will fail to match an mii. Thanks to thorpej
for the explanation.


To generate a diff of this commit:
cvs rdiff -r1.116 -r1.117 src/sys/dev/pci/if_de.c
cvs rdiff -r1.83 -r1.84 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.