Where does NIC driver lies in freebsd kernel ?
Lowell Gilbert
freebsd-questions-local at be-well.ilk.org
Sat Dec 27 06:06:06 PST 2003
manish gautam <manish_6983 at yahoo.co.in> writes:
> 1. Where does source code of NIC driver lies on my freebsd 4.7 kernel ?
That depends on which driver you're using.
I have an Intel Pro/100 card, so I use the fxp driver, for which the
device-specific driver is at /usr/src/sys/dev/fxp, and the miibus
generic support is at /usr/src/sys/dev/mii.
> 2. Can you please provide me some examples of implementing netgraph
> nodes ( if possible send some helpful links also )
/usr/share/examples/netgraph
More information about the freebsd-questions
mailing list