From owner-freebsd-questions@FreeBSD.ORG Wed Dec 28 19:25:44 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 A374516A41F for ; Wed, 28 Dec 2005 19:25:44 +0000 (GMT) (envelope-from rseals@vdsi.net) Received: from broad.100mwh.com (broad.100mwh.com [205.214.86.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79FC343D72 for ; Wed, 28 Dec 2005 19:25:32 +0000 (GMT) (envelope-from rseals@vdsi.net) Received: from static-70-22-125-177.balt.east.verizon.net ([70.22.125.177] helo=stlmofaxtest.mbh.mhs.magellanhs.com) by broad.100mwh.com with esmtp (Exim 4.52) id 1ErgvQ-0005fB-LB for freebsd-questions@freebsd.org; Wed, 28 Dec 2005 13:25:07 -0600 From: Ray Seals To: "freebsd-questions@freebsd.org" Content-Type: text/plain Organization: Virtual Data Systems, Inc. Date: Wed, 28 Dec 2005 13:25:45 -0600 Message-Id: <1135797945.645.8.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.0.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - broad.100mwh.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - vdsi.net X-Source: X-Source-Args: X-Source-Dir: Subject: Is there a Freebsd equivalent to this Linux header file X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: rseals@vdsi.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2005 19:25:44 -0000 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?