Date: Wed, 21 Nov 2001 13:11:11 +0800 From: James Chen <YuJamC@netscape.net> To: freebsd-net@freebsd.org Subject: Problem with if_nge and netatalk Message-ID: <3BFB376F.3030005@netscape.net>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3BFB376F.3030005>
