From owner-freebsd-net Tue Nov 20 21:10: 9 2001 Delivered-To: freebsd-net@freebsd.org Received: from imo-m04.mx.aol.com (imo-m04.mx.aol.com [64.12.136.7]) by hub.freebsd.org (Postfix) with ESMTP id BE13C37B416 for ; Tue, 20 Nov 2001 21:10:07 -0800 (PST) Received: from YuJamC@netscape.net by imo-m04.mx.aol.com (mail_out_v31_r1.9.) id n.19.2607589 (16213) for ; Wed, 21 Nov 2001 00:09:59 -0500 (EST) Received: from netscape.net (dns1.synology.com [210.58.106.131]) by air-in01.mx.aol.com (v82.22) with ESMTP id MAILININ11-1121000959; Wed, 21 Nov 2001 00:09:59 -0500 Message-ID: <3BFB376F.3030005@netscape.net> Date: Wed, 21 Nov 2001 13:11:11 +0800 From: James Chen User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2 X-Accept-Language: en-us MIME-Version: 1.0 To: freebsd-net@freebsd.org Subject: Problem with if_nge and netatalk Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Mailer: Unknown (No Version) Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Dear all: I encounter a problem that I cannot receive AppleTalk packets with NS gigabit NIC. I use the netatalk and it does work with Intel's 82544. I find that the driver (if_nge.c) would drop the packets at line 1370. if(!(rxstat & NGE_CMDSTS_PKT_OK)) { ifp->if_ierrors++; nge_newbuf(sc, cur_rx, m); continue; } However, it doesn't happen for TCP/IP packets. Do I have to disable some function on the chip? Thanks, James To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message