From owner-cvs-all Mon Jan 6 14:12:59 2003 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 9676437B401; Mon, 6 Jan 2003 14:12:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E71143EC5; Mon, 6 Jan 2003 14:12:58 -0800 (PST) (envelope-from tmm@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 h06MCwfh038246; Mon, 6 Jan 2003 14:12:58 -0800 (PST) (envelope-from tmm@repoman.freebsd.org) Received: (from tmm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h06MCwqA038245; Mon, 6 Jan 2003 14:12:58 -0800 (PST) Message-Id: <200301062212.h06MCwqA038245@repoman.freebsd.org> From: Thomas Moestl Date: Mon, 6 Jan 2003 14:12:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/hme if_hme.c if_hmereg.h if_hmevar.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 2003/01/06 14:12:57 PST Modified files: sys/dev/hme if_hme.c if_hmereg.h if_hmevar.h Log: Convert to use bus_dmamap_load_mbuf(); decouple software TX descriptors from the hardware descriptors to avoid the overhead of having a DMA map for each of them. Bump the number of hardware descriptors to 128, and use half as many software descriptors for now. Some minor cleanups. Revision Changes Path 1.8 +124 -201 src/sys/dev/hme/if_hme.c 1.4 +3 -0 src/sys/dev/hme/if_hmereg.h 1.3 +23 -16 src/sys/dev/hme/if_hmevar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message