From owner-freebsd-hackers Tue Oct 3 3:57: 0 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 59C4237B502 for ; Tue, 3 Oct 2000 03:56:56 -0700 (PDT) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id MAA92991; Tue, 3 Oct 2000 12:56:20 +0200 (CEST) (envelope-from des@ofug.org) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: "Rink Springer" Cc: Subject: Re: Need some help developing my ethernet driver. References: <000f01c02c89$089ca840$3400000a@springer.cx> From: Dag-Erling Smorgrav Date: 03 Oct 2000 12:56:19 +0200 In-Reply-To: "Rink Springer"'s message of "Mon, 2 Oct 2000 17:54:22 +0200" Message-ID: Lines: 14 User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Rink Springer" writes: > I am currently working on a driver for the D-Link DE620 Parallel Ethernet > card driver. I used the if_el.c code as a base, for it appears to be a > relatively easy driver (my driver is called dl0 BTW, for D-Link. Anyknow > know if this conflicts somewhere?). You might want to look at src/sys/i386/isa/if_rdp.c instead. And yes, dl is available, though there's a header file called if_dl.h; if your driver needs its own header file, call it if_dlreg.h. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message