Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev/qbus



Module Name:    src
Committed By:   thorpej
Date:           Sat Oct 30 23:45:10 UTC 2004

Modified Files:
        src/sys/dev/qbus: if_qt.c

Log Message:
- qtinit(): Don't skip initialization if we're already marked 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.
- qtioctl(): Now that qtinit() does the right thing, remove the check
  for IFF_PROMISC change.

  When adding/deleting multicast addresses, only whack the address
  filter if the interface is marked RUNNING.

  Fixes kern/27678.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 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