cvs commit: src/sys/dev/an if_an.c if_anreg.h src/sys/dev/bfe if_bfe.c src/sys/dev/my if_my.c src/sys/dev/owi if_owi.c if_wivar.h src/sys/dev/re if_re.c src/sys/dev/wl if_wl.c

Nate Lawson nate at root.org
Fri Nov 14 12:21:03 PST 2003


On Fri, 14 Nov 2003, Sam Leffler wrote:
>   Modified files:
>     sys/dev/an           if_an.c if_anreg.h
>     sys/dev/bfe          if_bfe.c
>     sys/dev/my           if_my.c
>     sys/dev/owi          if_owi.c if_wivar.h
>     sys/dev/re           if_re.c
>     sys/dev/wl           if_wl.c
>     sys/pci              if_dc.c if_dcreg.h if_pcn.c if_pcnreg.h
>                          if_rl.c if_rlreg.h if_sf.c if_sfreg.h
>                          if_sis.c if_sisreg.h if_sk.c if_skreg.h
>                          if_ste.c if_stereg.h if_ti.c if_tireg.h
>                          if_tl.c if_tlreg.h if_vr.c if_vrreg.h
>                          if_wb.c if_wbreg.h if_xl.c if_xlreg.h
>   Log:
>   Drop the driver lock around calls to if_input to avoid a LOR when
>   the packets are immediately returned for sending (e.g.  when bridging
>   or packet forwarding).  There are more efficient ways to do this
>   but for now use the least intrusive approach.
>
>   Reviewed by:    imp, rwatson

FYI, I believe fxp(4) already has this fix.

-Nate


More information about the cvs-src mailing list