cvs commit: src/sys/pci if_sk.c
Bjoern A. Zeeb
bz at FreeBSD.org
Thu Mar 17 06:18:59 PST 2005
bz 2005-03-17 14:18:58 UTC
FreeBSD src repository
Modified files:
sys/pci if_sk.c
Log:
* When adding/deleting multicast addresses, only whack the address filter
if the interface is marked RUNNING.
Obtained from: NetBSD if_sk.c rev. 1.12
* 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 elicits the DHCPACK.
Obtained from: OpenBSD if_sk.c rev. 1.56
* Additional locking changes in sk_ioctl.
PR: kern/61296 should see improvements by the last two.
Approved by: rwatson (mentor)
MFC after: 5 days
Revision Changes Path
1.99 +15 -6 src/sys/pci/if_sk.c
More information about the cvs-src
mailing list