From owner-freebsd-hackers Wed Oct 13 0:14:37 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by hub.freebsd.org (Postfix) with ESMTP id 8BDF814E79; Wed, 13 Oct 1999 00:14:27 -0700 (PDT) (envelope-from doconnor@gsoft.com.au) Received: from cain.gsoft.com.au (doconnor@cain [203.38.152.97]) by cain.gsoft.com.au (8.8.8/8.8.8) with ESMTP id QAA21463; Wed, 13 Oct 1999 16:44:07 +0930 (CST) (envelope-from doconnor@gsoft.com.au) Message-ID: X-Mailer: XFMail 1.3.1 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Wed, 13 Oct 1999 16:44:07 +0930 (CST) From: "Daniel O'Connor" To: visi0n Subject: RE: Isa Ether Devices (ne2000) Cc: freebsd-hackers@freebsd.org, freebsd-net@FreeBSD.ORG Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 12-Oct-99 visi0n wrote: > Hi, Im studying the network part of the kernel and trying to found > where's the function which do the interruption in the ne2000 isa card when > a packet is in the "wire", and what function of the kernel initialize the > ne2000 isa card. Look in /usr/src/sys/i386/isa/if_ed.c You might want to look at something less complex like the fxp driver (/usr/src/sys/pci/if_fxp.c). It has less cruft about PCMCIA and other junk. --- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message