From owner-cvs-all Tue Nov 21 12:48:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 22AF937B4CF; Tue, 21 Nov 2000 12:48:55 -0800 (PST) Received: (from julian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA60419; Tue, 21 Nov 2000 12:48:55 -0800 (PST) (envelope-from julian@FreeBSD.org) Message-Id: <200011212048.MAA60419@freefall.freebsd.org> From: Julian Elischer Date: Tue, 21 Nov 2000 12:48:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/lmc if_lmc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG julian 2000/11/21 12:48:54 PST Modified files: sys/dev/lmc if_lmc.c Log: 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. Revision Changes Path 1.5 +2 -3 src/sys/dev/lmc/if_lmc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message