From owner-freebsd-commit Thu Feb 8 13:35:14 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA00202 for freebsd-commit-outgoing; Thu, 8 Feb 1996 13:35:14 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA00191 for cvs-all-outgoing; Thu, 8 Feb 1996 13:35:04 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA00181 for cvs-sys-outgoing; Thu, 8 Feb 1996 13:35:02 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA00164 Thu, 8 Feb 1996 13:34:59 -0800 (PST) Date: Thu, 8 Feb 1996 13:34:59 -0800 (PST) From: Garrett Wollman Message-Id: <199602082134.NAA00164@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/net if.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk wollman 96/02/08 13:34:59 Modified: sys/net if.c Log: If a slow input queue was defined by the driver, initialize it. Revision Changes Path 1.28 +13 -1 src/sys/net/if.c