From owner-freebsd-questions@FreeBSD.ORG Tue Jan 9 09:38:31 2007 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3055616A40F for ; Tue, 9 Jan 2007 09:38:31 +0000 (UTC) (envelope-from frankstaals@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 7B0A613C45D for ; Tue, 9 Jan 2007 09:38:30 +0000 (UTC) (envelope-from frankstaals@gmx.net) Received: (qmail invoked by alias); 09 Jan 2007 09:11:49 -0000 Received: from ip176-173-59-62.adsl.versatel.nl (EHLO [192.168.2.5]) [62.59.173.176] by mail.gmx.net (mp028) with SMTP; 09 Jan 2007 10:11:49 +0100 X-Authenticated: #25365336 Message-ID: <45A35C68.1040505@gmx.net> Date: Tue, 09 Jan 2007 10:12:08 +0100 From: Frank Staals User-Agent: Thunderbird 1.5.0.8 (X11/20061119) MIME-Version: 1.0 To: questions@freebsd.org X-Y-GMX-Trusted: 0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: FreeBSD 6.1-RELEASE and nfe ? 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: Tue, 09 Jan 2007 09:38:31 -0000 Hey, I am running a FreeBSD 6.1-RELEASE machine with a MSI K8N SLI-F mainboard, it has problems with the nve driver so I searched around on the internet and found this site about the nfe driver: http://www.se.hiroshima-u.ac.jp/~shigeaki/software/freebsd-nfe.html . Allthough there were no files for 6.1-RELEASE. Are there specific files or instructions for installing on 6.1-RELEASE. I'm not too fond of upgrading my system at this point and when I tried using the 6.2-PRERELEASE files I came upon these errors during the 'make' when rebuilding my kernel: -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror ../../../dev/mii/dcphy.c cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. -I../../.. -I../../../contrib/altq -I../../../contrib/ipfilter -I../../../contrib/pf -I../../../contrib/dev/ath -I../../../contrib/dev/ath/freebsd -I../../../contrib/ngatm -I../../../dev/twa -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror ../../../dev/mii/e1000phy.c ../../../dev/mii/e1000phy.c: In function `e1000phy_attach': ../../../dev/mii/e1000phy.c:133: error: `MII_ANEGTICKS_GIGE' undeclared (first use in this function) ../../../dev/mii/e1000phy.c:133: error: (Each undeclared identifier is reported only once ../../../dev/mii/e1000phy.c:133: error: for each function it appears in.) ../../../dev/mii/e1000phy.c:136: error: `fast_ether' undeclared (first use in this function) ../../../dev/mii/e1000phy.c:137: error: `esc' undeclared (first use in this function) ../../../dev/mii/e1000phy.c:146: error: `MII_ANEGTICKS' undeclared (first use in this function) ../../../dev/mii/e1000phy.c:119: warning: unused variable `id' ../../../dev/mii/e1000phy.c: In function `e1000phy_service': ../../../dev/mii/e1000phy.c:298: warning: passing arg 1 of `e1000phy_mii_phy_auto' from incompatible pointer type ../../../dev/mii/e1000phy.c:398: warning: passing arg 1 of `e1000phy_mii_phy_auto' from incompatible pointer type ../../../dev/mii/e1000phy.c: At top level: ../../../dev/mii/e1000phy.c:484: error: conflicting types for 'e1000phy_mii_phy_auto' ../../../dev/mii/e1000phy.c:91: error: previous declaration of 'e1000phy_mii_phy_auto' was here ../../../dev/mii/e1000phy.c:484: error: conflicting types for 'e1000phy_mii_phy_auto' ../../../dev/mii/e1000phy.c:91: error: previous declaration of 'e1000phy_mii_phy_auto' was here ../../../dev/mii/e1000phy.c:91: warning: 'e1000phy_mii_phy_auto' declared `static' but never defined ../../../dev/mii/e1000phy.c:484: warning: 'e1000phy_mii_phy_auto' defined but not used *** Error code 1 Stop in /usr/src/sys/amd64/compile/PFSERVERKERNEL. root@FStaals$ I hope anyone can help me. If it is not possible to install nfe on 6.1-RELEASE would upgrading to 6-STABLE allow me to install the driver ? Regards, -- -Frank Staals