From owner-cvs-all Sun Jul 14 5: 9:52 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 5C36B37B406; Sun, 14 Jul 2002 05:09:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E57343E70; Sun, 14 Jul 2002 05:09:49 -0700 (PDT) (envelope-from tmm@FreeBSD.org) Received: from freefall.freebsd.org (tmm@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6EC9mJU099994; Sun, 14 Jul 2002 05:09:48 -0700 (PDT) (envelope-from tmm@freefall.freebsd.org) Received: (from tmm@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6EC9mLP099993; Sun, 14 Jul 2002 05:09:48 -0700 (PDT) Message-Id: <200207141209.g6EC9mLP099993@freefall.freebsd.org> From: Thomas Moestl Date: Sun, 14 Jul 2002 05:09:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/hme if_hme.c if_hmereg.h X-FreeBSD-CVS-Branch: HEAD 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 tmm 2002/07/14 05:09:48 PDT Modified files: sys/dev/hme if_hme.c if_hmereg.h Log: Miscellaneous fixes: - always reinitialize the rx descriptors, even if the mbuf is kept. This should fix the hangs on ifconfig that were observed - on an rx overflow, reinitialize the descriptor so that the interface will not hang - correct some bus_dmamap_sync() calls - correct some debug messages - some minor nits Revision Changes Path 1.5 +47 -22 src/sys/dev/hme/if_hme.c 1.3 +0 -6 src/sys/dev/hme/if_hmereg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message