NetBSD/sys/dev/qbus
thorpej 559857f039 - 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.
2004-10-30 23:45:10 +00:00
..
dhu.c
dhureg.h
dl.c
dlreg.h
dz_uba.c
files.uba
if_de.c
if_dereg.h
if_dmc.c
if_dmcreg.h
if_il.c
if_il.h
if_ilreg.h
if_qe.c When adding/deleting multicast addresses, only whack the address 2004-10-30 18:08:34 +00:00
if_qereg.h
if_qt.c - qtinit(): Don't skip initialization if we're already marked RUNNING. 2004-10-30 23:45:10 +00:00
if_qtreg.h
if_uba.c
if_uba.h
qd.c
qdioctl.h
qdreg.h
qduser.h
qevent.h
qfont.c
rf.c move buffer queue related stuffs from buf.h to their own header, bufq.h. 2004-10-28 07:07:35 +00:00
rfreg.h Fix some typos in comments and panic()s. 2004-10-06 12:12:42 +00:00
rl.c move buffer queue related stuffs from buf.h to their own header, bufq.h. 2004-10-28 07:07:35 +00:00
rlreg.h
rlvar.h
ts.c move buffer queue related stuffs from buf.h to their own header, bufq.h. 2004-10-28 07:07:35 +00:00
tsreg.h
uba.c use interface attribute / locator passing versions 2004-09-08 20:13:52 +00:00
ubareg.h
ubavar.h
uda.c