CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/12/08 06:34:23
Modified files:
sys/arch/macppc/dev: if_bm.c if_mc.c
sys/arch/sgi/hpc: if_sq.c
sys/arch/sparc/dev: be.c hme.c if_ie.c qe.c
sys/arch/vax/if: if_de.c
sys/dev/ic : ath.c atw.c dp8390.c elink3.c gem.c hme.c
i82596.c lance.c lemac.c rtw.c smc91cxx.c
sys/dev/isa : if_ef_isapnp.c if_eg.c if_el.c if_ie.c
sys/dev/pci : if_cas.c if_de.c
sys/dev/pcmcia : if_cnw.c if_xe.c
sys/dev/sbus : be.c qe.c
Log message:
No trailers has been the default and only option for 20 years, yet some
drivers still set IFF_NOTRAILERS while others do not. Remove all usage of
the flag from the drivers which in ancient times used it (and the modern
drivers which blindly copied it from those drivers of yore).
suggested by guenther. ok mpi