mux 2003/06/26 07:28:35 PDT FreeBSD src repository Modified files: sys/dev/ep if_ep.c Log: Make if_ep_start() look a bit more like other if_start() functions, by calling the first mbuf in the chain m0 and fixing a few nearby style bugs, mostly s/0/NULL/. Revision Changes Path 1.116 +13 -18 src/sys/dev/ep/if_ep.c