Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: source-changes
Date: 09/11/2005 23:49:39
Module Name:	src
Committed By:	xtraeme
Date:		Sun Sep 11 23:49:39 UTC 2005

Modified Files:
	src/sys/dev/pci: if_sk.c

Log Message:
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.15 -r1.16 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.