Subject: CVS commit: [netbsd-3] src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 09/13/2005 20:51:22
Module Name:	src
Committed By:	tron
Date:		Tue Sep 13 20:51:22 UTC 2005

Modified Files:
	src/sys/dev/pci [netbsd-3]: if_sk.c

Log Message:
Pull up following revision(s) (requested by xtraeme in ticket #765):
	sys/dev/pci/if_sk.c: revision 1.16
Fix from OpenBSD:
rev 1.56:
Don't initialize the card (and start an autonegotiation!) every time
the IP address changes. Makes 'dhclient sk0' invocations way faster
and more consistant. i.e. one DHCPREQUEST elicts the DHCPACK.
Fix from FreeBSD:
rev 1.109:
Solve "No PHY found" problem for more Yukon Lite variants.
These changes fixed the problem on my sk(4) trying to get an IP
via dhclient(8).


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.14.2.1 src/sys/dev/pci/if_sk.c

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