From owner-cvs-all Mon Feb 1 12:03:34 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA08875 for cvs-all-outgoing; Mon, 1 Feb 1999 12:03:34 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA08863; Mon, 1 Feb 1999 12:03:28 -0800 (PST) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA85007; Mon, 1 Feb 1999 12:03:28 -0800 (PST) (envelope-from phk@FreeBSD.org) Date: Mon, 1 Feb 1999 12:03:28 -0800 (PST) Message-Id: <199902012003.MAA85007@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/net if.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/02/01 12:03:28 PST Modified files: sys/net if.c Log: Print a message if the driver didn't initialize ifq_maxlen. Drivers should be updated if they get flagged by this message. (The reason this is important is because we do not have a way to catch this mistake for interfaces added after ifinit() runs.) Revision Changes Path 1.65 +5 -2 src/sys/net/if.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message