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 [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message