Is there a Freebsd equivalent to this Linux header file

Andrew P. infofarmer at gmail.com
Wed Dec 28 11:40:57 PST 2005


On 12/28/05, Ray Seals <rseals at vdsi.net> wrote:
> I'm not a programmer, but I trying to learn a few things.  I have a
> Niagara 2261 pass through nic and I need to change it's operating mode.
> It came with the source code and header files for a command line utility
> which allows me to change operation modes on the card.  Along with the
> documentation.
>
> The card is recognized under the 'em' network driver.
>
> I have all the errors down except for one.  The error is
> 'SIOCDEVPRIVATE' undeclared (first use in this function).
>
> Doing some research I found that the linux header file sockios.h defines
> this.
>
> Is there a FreeBSD equivalent to this or am I so far out of my league
> with this question that I should probably just stop right now?
>
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
>

Have a look at /compat/linux/linux_ioctl.h


More information about the freebsd-questions mailing list