From owner-cvs-all Wed Nov 6 9:19: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03CCC37B401; Wed, 6 Nov 2002 09:19:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B8EC43EDE; Wed, 6 Nov 2002 09:18:56 -0800 (PST) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gA6HH5mV070559; Wed, 6 Nov 2002 09:17:05 -0800 (PST) (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gA6HH51x070558; Wed, 6 Nov 2002 09:17:05 -0800 (PST) Message-Id: <200211061717.gA6HH51x070558@repoman.freebsd.org> From: Ian Dowse Date: Wed, 6 Nov 2002 09:17:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/fxp if_fxp.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2002/11/06 09:17:04 PST Modified files: (Branch: RELENG_4) sys/dev/fxp if_fxp.c Log: MFC: 1.142; make a dependence on undefined hardware behaviour conditional on DEVICE_POLLING. This appears to fix some occasional mbuf-related crashes in the non-DEVICE_POLLING case when using the fxp driver; a solution for the DEVICE_POLLING case is on the way. Revision Changes Path 1.110.2.26 +14 -1 src/sys/dev/fxp/if_fxp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message