Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Nov 2000 12:48:54 -0800 (PST)
From:      Julian Elischer <julian@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/lmc if_lmc.c
Message-ID:  <200011212048.MAA60419@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200011212048.MAA60419>