From owner-freebsd-stable@FreeBSD.ORG Tue Jul 26 13:47:36 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F29816A41F for ; Tue, 26 Jul 2005 13:47:36 +0000 (GMT) (envelope-from howells@kde.org) Received: from mail.devrandom.org.uk (devrandom.plus.com [81.174.255.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70F0243D45 for ; Tue, 26 Jul 2005 13:47:35 +0000 (GMT) (envelope-from howells@kde.org) Received: from localhost (localhost [127.0.0.1]) by mail.devrandom.org.uk (Postfix) with ESMTP id 57C5179CE2 for ; Tue, 26 Jul 2005 14:47:29 +0100 (BST) Received: from mail.devrandom.org.uk ([127.0.0.1]) by localhost (mail.devrandom.org.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 66696-04 for ; Tue, 26 Jul 2005 14:47:28 +0100 (BST) Received: from webmail.devrandom.org.uk (frodo.devrandom.org.uk [81.174.255.33]) by mail.devrandom.org.uk (Postfix) with ESMTP id 5EC0F79CFD for ; Tue, 26 Jul 2005 14:47:28 +0100 (BST) Received: from 192.168.1.190 (SquirrelMail authenticated user chris@chrishowells.co.uk) by webmail.devrandom.org.uk with HTTP; Tue, 26 Jul 2005 14:47:28 +0100 (BST) Message-ID: <2294.192.168.1.190.1122385648.squirrel@webmail.devrandom.org.uk> In-Reply-To: <6.2.1.2.0.20050726092241.055c2620@64.7.153.2> References: <4309.192.168.1.190.1122341800.squirrel@webmail.devrandom.org.uk> <20050726021340.5410A2073@towerrecords.minidns.net> <1904.192.168.1.190.1122383968.squirrel@webmail.devrandom.org.uk> <6.2.1.2.0.20050726092241.055c2620@64.7.153.2> Date: Tue, 26 Jul 2005 14:47:28 +0100 (BST) From: "Chris Howells" To: freebsd-stable@freebsd.org User-Agent: SquirrelMail/1.4.4 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: amavisd-new at devrandom.org.uk Subject: Re: em(4) stops passing data X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jul 2005 13:47:36 -0000 On Tue, July 26, 2005 2:23 pm, Mike Tancsa said: > If possible, try the version of the em driver that is in RELENG_6 or > CURRENT. Not sure why the intel people didnt MFC it, but it supposedly > has > a number of bug fixes. That driver seems to have too many changes to easily be backported onto RELENG_5. [1] I have however already tried the latest version of the driver (3.1.10) from the Intel web site also without success. -- Cheers, Chris Howells -- howells@kde.org Web: http://www.kde.org.uk, PGP ID: 0x33795A2C KDE/Qt Developer: http://www.kde.org [1]: /usr/src/sys/dev/em/if_em.c: In function `em_detach': /usr/src/sys/dev/em/if_em.c:538: warning: implicit declaration of function `if_free' /usr/src/sys/dev/em/if_em.c:538: warning: nested extern declaration of `if_free' /usr/src/sys/dev/em/if_em.c: In function `em_init_locked': /usr/src/sys/dev/em/if_em.c:844: warning: implicit declaration of function `IFP2ENADDR' /usr/src/sys/dev/em/if_em.c:844: warning: nested extern declaration of `IFP2ENADDR' /usr/src/sys/dev/em/if_em.c:845: warning: passing arg 1 of `bcopy' makes pointer from integer without a cast /usr/src/sys/dev/em/if_em.c: In function `em_print_link_status': /usr/src/sys/dev/em/if_em.c:1684: warning: implicit declaration of function `if_link_state_change' /usr/src/sys/dev/em/if_em.c:1684: warning: nested extern declaration of `if_link_state_change' /usr/src/sys/dev/em/if_em.c:1693: warning: nested extern declaration of `if_link_state_change' /usr/src/sys/dev/em/if_em.c:1684: warning: redundant redeclaration of 'if_link_state_change' /usr/src/sys/dev/em/if_em.c:1684: warning: previous implicit declaration of 'if_link_state_change' was here /usr/src/sys/dev/em/if_em.c: In function `em_setup_interface': /usr/src/sys/dev/em/if_em.c:1932: warning: implicit declaration of function `if_alloc' /usr/src/sys/dev/em/if_em.c:1932: warning: nested extern declaration of `if_alloc' /usr/src/sys/dev/em/if_em.c:1932: warning: assignment makes pointer from integer without a cast *** Error code 1