From owner-cvs-all Wed Feb 27 9:35:52 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CDB7437B41A; Wed, 27 Feb 2002 09:35:48 -0800 (PST) Received: (from tmm@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1RHZmT29901; Wed, 27 Feb 2002 09:35:48 -0800 (PST) (envelope-from tmm) Message-Id: <200202271735.g1RHZmT29901@freefall.freebsd.org> From: Thomas Moestl Date: Wed, 27 Feb 2002 09:35:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/hme if_hme.c if_hme_pci.c if_hme_sbus.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 2002/02/27 09:35:48 PST Added files: sys/dev/hme if_hme.c if_hme_pci.c if_hme_sbus.c if_hmereg.h if_hmevar.h Log: Add a driver for the Sun HME PCI/SBus ethernet adaptor, which is onboard in most machines of the Sun Ultra series. This is a port of the NetBSD driver which I enhanced to make use of the gather functionality and the configurable RX buffer offset to avoid copying all received/sent packet (instead, packets will be directly DMAd from mbuf chains and into mbuf clusters now). Revision Changes Path 1.1 +1512 -0 src/sys/dev/hme/if_hme.c (new) 1.1 +196 -0 src/sys/dev/hme/if_hme_pci.c (new) 1.1 +276 -0 src/sys/dev/hme/if_hme_sbus.c (new) 1.1 +319 -0 src/sys/dev/hme/if_hmereg.h (new) 1.1 +152 -0 src/sys/dev/hme/if_hmevar.h (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message