From owner-freebsd-questions@FreeBSD.ORG Wed Dec 28 19:40:56 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6C1916A41F for ; Wed, 28 Dec 2005 19:40:56 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id B10DF43D58 for ; Wed, 28 Dec 2005 19:40:44 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so1613728nzo for ; Wed, 28 Dec 2005 11:40:43 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=grqSZNJS98siZn2uZkCK8+xK/zGB11xHc0JA54pkWTqW97AAEUYme6Mk9EROT9a6zBuU5W1LGzOc1/5deeRL4h7phvriRT0yB8EuiN2ugeznQGkfjb8W+w45iJT1CI/268k4/Mcr6YFCBPgHG+PHprqFc4n16jLg3/nBq1gPsak= Received: by 10.36.68.5 with SMTP id q5mr5822453nza; Wed, 28 Dec 2005 11:40:43 -0800 (PST) Received: by 10.37.20.67 with HTTP; Wed, 28 Dec 2005 11:40:43 -0800 (PST) Message-ID: Date: Wed, 28 Dec 2005 22:40:43 +0300 From: "Andrew P." To: rseals@vdsi.net In-Reply-To: <1135797945.645.8.camel@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1135797945.645.8.camel@localhost> Cc: "freebsd-questions@freebsd.org" Subject: Re: Is there a Freebsd equivalent to this Linux header file X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2005 19:40:57 -0000 On 12/28/05, Ray Seals 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@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > Have a look at /compat/linux/linux_ioctl.h