Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-2] src/sys/dev/qbus
Module Name: src
Committed By: he
Date: Sun Jan 30 13:06:42 UTC 2005
Modified Files:
src/sys/dev/qbus [netbsd-2]: if_qt.c
Log Message:
Pull up revision 1.5 (requested by thorpej in ticket #942):
In qtinit(), don't skip initialization if the interface is
already RUNNING. ether_ioctl() will call (*if_init)() when
flags change. Instead, do what other drivers do, and stop
the interface in this case before re-initializing.
In qtioctl(), now that qtinit() does the right thing, remove
the check for the IFF_PROMISC change.
When adding or deleting multicast addresses, only change
the address filter if the interface is marked RUNNING.
Fixes PR#37678.
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.4.6.1 src/sys/dev/qbus/if_qt.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index