From owner-freebsd-hackers Wed Mar 4 04:25:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA25280 for freebsd-hackers-outgoing; Wed, 4 Mar 1998 04:25:53 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from isvara.net (root@[130.88.148.77]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA25273 for ; Wed, 4 Mar 1998 04:25:46 -0800 (PST) (envelope-from freebsd@challenge.isvara.net) Received: from challenge.isvara.net ([130.88.66.5]) by isvara.net (8.8.7/8.8.7) with ESMTP id MAA04240 for ; Wed, 4 Mar 1998 12:24:56 GMT Message-ID: <34FD481D.B3CCB346@challenge.isvara.net> Date: Wed, 04 Mar 1998 12:25:01 +0000 From: freebsd@isvara.net X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: FreeBSD Hackers Subject: Ethernet card driver Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I'm about to write an ethernet card driver (3Com 3C905), utilizing all the features of the card (Bus master DMA transfers, etc). What calls are required to interface to the kernel (I prefer not looking at other code, and writing from scratch) ? The functions {xxinit, xxattach, ...}have quite obvious names for what they should do, but I am unsure *exactly* what should be done were. Any help would be great. Cheers, Dan _____________________________________ Daniel J Blueman BSc Computation, UMIST, Manchester Email: blue@challenge.isvara.net Web: http://www.challenge.isvara.net/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message