From owner-cvs-all Mon Jun 3 2:17: 9 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 45FEB37B405; Mon, 3 Jun 2002 02:16:52 -0700 (PDT) Received: (from mdodd@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g539GqX04190; Mon, 3 Jun 2002 02:16:52 -0700 (PDT) (envelope-from mdodd) Message-Id: <200206030916.g539GqX04190@freefall.freebsd.org> From: "Matthew N. Dodd" Date: Mon, 3 Jun 2002 02:16:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules Makefile src/sys/modules/hea Makefile src/sys/conf files src/sys/dev/hea eni.c eni.h eni_buffer.c hea_freebsd.c hea_freebsd.h hea_pci.c 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 mdodd 2002/06/03 02:16:52 PDT Modified files: sys/dev/hea eni.c eni.h eni_buffer.c Added files: sys/dev/hea hea_freebsd.c hea_freebsd.h hea_pci.c Log: Quick and dirty convert to newbus. (Eventually 'eni.c' should go away.) Module loads and unloads properly. Thanks to Richard Hodges for donating the hardware to allow me to work on this driver. Revision Changes Path 1.20 +25 -14 src/sys/dev/hea/eni.c 1.4 +2 -4 src/sys/dev/hea/eni.h 1.13 +4 -1 src/sys/dev/hea/eni_buffer.c 1.1 +357 -0 src/sys/dev/hea/hea_freebsd.c (new) 1.1 +59 -0 src/sys/dev/hea/hea_freebsd.h (new) 1.1 +224 -0 src/sys/dev/hea/hea_pci.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message