From owner-freebsd-hackers Sat Jan 10 19:16:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA00596 for hackers-outgoing; Sat, 10 Jan 1998 19:16:51 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from implode.root.com (implode.root.com [198.145.90.17]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA00417 for ; Sat, 10 Jan 1998 19:15:59 -0800 (PST) (envelope-from root@implode.root.com) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.5/8.8.5) with ESMTP id NAA21796; Sat, 10 Jan 1998 13:51:40 -0800 (PST) Message-Id: <199801102151.NAA21796@implode.root.com> To: Andreas Engel cc: hackers@FreeBSD.ORG Subject: Re: Fxp0 problem In-reply-to: Your message of "Sat, 10 Jan 1998 10:03:36 +0300." <34B71D48.660B8CB3@cylink.net> From: David Greenman Reply-To: dg@root.com Date: Sat, 10 Jan 1998 13:51:40 -0800 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk >i got the same problem in 2.2.5 Please be precise and careful when saying things like that. The 82555 PHY (type = 7) is supported in 2.2.5. If you are getting an "unsupported" message, then the "type=" portion will be different. I will need to know what it says precisely as well as which PHY chip you have on your card before I can fix it. > .... anyway... i need to use 2.2.2 >because of another driver ... is it possible to use the current driver >in 2.2.2 without getting this problem and what is the advantage of >the new driver ... i now some unnice effects > >net.inet.ip.intr_queue_drops: 19418 <--------- > >and i hope i can solve this problem. That's a different and unrelated problem. To fix that, change IFQ_MAXLEN defined in /sys/net/if.h to 128. A better solution needs to be thought-up for that, but this will suffice for now. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project