Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 04/20/2006 17:08:20
Module Name:	src
Committed By:	christos
Date:		Thu Apr 20 17:08:20 UTC 2006

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

Log Message:
Put back the code that avoids matching the lmc card. As pointed out by David
Boggs, it does not matter if the lmc driver routine returns 100 for the match,
because if the lmc driver is loaded via an LKM after boot, the other drivers
would have claimed the card already.


To generate a diff of this commit:
cvs rdiff -r1.118 -r1.119 src/sys/dev/pci/if_de.c
cvs rdiff -r1.88 -r1.89 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.