Date: Wed, 13 Oct 1999 16:44:07 +0930 (CST) From: "Daniel O'Connor" <doconnor@gsoft.com.au> To: visi0n <visi0n@aux-tech.org> Cc: freebsd-hackers@freebsd.org, freebsd-net@FreeBSD.ORG Subject: RE: Isa Ether Devices (ne2000) Message-ID: <XFMail.991013164407.doconnor@gsoft.com.au> In-Reply-To: <Pine.LNX.3.96.991012035912.483F-100000@variola.chinatown.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.991013164407.doconnor>