Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Apr 1998 14:24:02 +0200
From:      Eivind Eklund <eivind@yes.no>
To:        UDDIN MOHAMMAD NAZEER <g970183@dpc.kfupm.edu.sa>, freebsd-hackers@FreeBSD.ORG
Subject:   Re: device driver of NE2000
Message-ID:  <19980402142402.48617@follo.net>
In-Reply-To: <Pine.A32.3.91.980402111246.74814B-100000@dpc107.dpc.kfupm.edu.sa>; from UDDIN MOHAMMAD NAZEER on Thu, Apr 02, 1998 at 11:16:13AM %2B0300
References:  <Pine.A32.3.91.980402111246.74814B-100000@dpc107.dpc.kfupm.edu.sa>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Apr 02, 1998 at 11:16:13AM +0300, UDDIN MOHAMMAD NAZEER wrote:
> 
> Hello,
>    Can anybody tell me in which directory this NE2000 device driver is.
>    I was searching for symbolic name ed0 etc. I possible please mention 
>    device file name, symbolic name. I want to open this and read the 
> ethernet packets received.

Look at how bpf, not ed0.  You can see an example of how to use it in
tcpdump.

The ed driver is in
	src/sys/i386/isa/if_ed.c
so you know if you should need it later.  Network interface source
code usually (always? that's a subset of usually :-) start with "if_".

Eivind.





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?19980402142402.48617>