From owner-freebsd-hackers Mon Mar 27 9:53:49 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from etinc.com (et-gw.etinc.com [207.252.1.2]) by hub.freebsd.org (Postfix) with ESMTP id E784837B60F; Mon, 27 Mar 2000 09:53:37 -0800 (PST) (envelope-from dennis@etinc.com) Received: from dbsys (dbsys.etinc.com [207.252.1.18]) by etinc.com (8.9.3/8.9.3) with SMTP id MAA18212; Mon, 27 Mar 2000 12:54:06 -0500 (EST) Message-Id: <200003271754.MAA18212@etinc.com> X-Sender: dennis@etinc.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0 Date: Mon, 27 Mar 2000 12:49:46 -0500 To: Essenz Consulting , msmith@FreeBSD.ORG From: Dennis Subject: Re: Onboard Intel NIC Cc: freebsd-hackers@FreeBSD.ORG In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've asked about this several times and was beaten silly by Wes Peters and Co. . It seems that they dont like to be bothered by the thousands of people suffering from a driver that is not up to date (linux and netbsd were fixed months ago)......they are way too busy working on 5.0 or something else that about 1% of their user base is using to be bothered by routine driver maintenance. While the card "works" you wont be able to set media-related features..so you really do need the fix. I've successfully fixed our version and its working nicely.....I've forwarded the info to DG so hopefully it will be patched soon. DB At 11:08 AM 3/27/00 -0500, Essenz Consulting wrote: >Mike, > >I am sorry I was so jumpy with the description of my problem. Let me >elaborate some more. I have two NIC's, a PCI Card Intel PRO/100 and an >onboard Intel PRO/100. The onboard NIC is giving the following kernel >error: > >/kernel: fxp1: warning: unsupported PHY, type = 17, addr = 2 > >Yes, the card itself is still working, it actually works fine, but every >minute this error comes up. Since this is a firewall box, I dont want >hundreds of these errors in my log every day. > >I did a little investigating, I am no where near as knowledgable as soom >of the freebsd people, but I looked at the if_fxp.c driver src and saw >that PHY Media refered to the Media of your LAN. (simplex, duplex, >10Mbit, 100Mbit) In any case, this is a signifacant bug to be worked out. >David Greenman sent me an email with a little snipit of code to add the to >fxp src, I will try that today. He also voiced his opinion about trying to >fix this issue with onboard networking, because those supermicro boards >are rolling out quickly. > >Getting back to my idea of this problem being with media type, I did >ifconfig -a and got the following: > >fxp0: flags=8843 mtu 1500 > inet 216.243.128.21 netmask 0xffffff80 broadcast 216.243.128.127 > ether 00:90:27:b0:39:9d > media: autoselect (100baseTX ) status: active > supported media: autoselect 100baseTX 100baseTX > 10baseT/UTP 10baseT/UTP >fxp1: flags=8806 mtu 1500 > inet 216.243.129.1 netmask 0xffffff00 broadcast 216.243.129.255 > ether 00:30:48:10:0a:2d > media: manual > supported media: manual > >Obviously, they do not match. For starters I dont even know how to set >these to be the same media. I tryed ifconfig fxp1 media 100BaseTX, but >that was met with the error: SIOCSIFMEDIA: Device not configured. > >Again, any help on this would be great. > >John > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-hackers" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message