1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00
freebsd/sys/dev/lmc
Julian Elischer 93cded6e45 Devices that are running at splimp MUST use ng_queue_data()
instead of ng_send_data().
The latter could lead to running the IP stack at splimp
instead of splnet, (among other problems) (that MAY be safe
but I wouldn't count on it).

Noticed while preparing a new set of netgraph stuff.
2000-11-21 20:48:54 +00:00
..
if_lmc_common.c
if_lmc_fbsd3.c
if_lmc_media.c
if_lmc.c Devices that are running at splimp MUST use ng_queue_data() 2000-11-21 20:48:54 +00:00
if_lmcioctl.h
if_lmcvar.h