From owner-freebsd-stable Wed Oct 23 14: 1:18 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E58C837B401; Wed, 23 Oct 2002 14:01:15 -0700 (PDT) Received: from obsidian.sentex.ca (obsidian.sentex.ca [64.7.128.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B7A443E65; Wed, 23 Oct 2002 14:01:15 -0700 (PDT) (envelope-from mike@sentex.net) Received: from simian.sentex.net (pyroxene.sentex.ca [199.212.134.18]) by obsidian.sentex.ca (8.12.6/8.12.6) with ESMTP id g9NL16Tt026143; Wed, 23 Oct 2002 17:01:06 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <5.1.1.6.0.20021023170004.05d0e3d8@marble.sentex.ca> X-Sender: mdtpop@marble.sentex.ca X-Mailer: QUALCOMM Windows Eudora Version 5.1.1 Date: Wed, 23 Oct 2002 17:02:30 -0400 To: ian j hart From: Mike Tancsa Subject: Re: cvs commit: src/sys/dev/mii acphy.c Cc: Semen Ustimenko , stable@FreeBSD.ORG In-Reply-To: <3DB70901.2F3FC6F9@ntlworld.com> References: <5.1.1.6.0.20021023112517.05e18a38@marble.sentex.ca> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: By Sentex Communications (obsidian/20020517) X-Spam-Status: No, hits=-8.0 required=5.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_00_01, TO_BE_REMOVED_REPLY version=2.41 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Actually, on my other box I just test it works fine. The only difference is that its an onboard realtek as opposed to an external version. I will try and see if it "follows" the card so to speak tomorrow as it works fine on my fxp card. ---Mike At 09:39 PM 23/10/2002 +0100, ian j hart wrote: >Mike Tancsa wrote: > > > > Hi, > > I noticed that on 2 boxes which were 4.7RC-1 going to stable as of this > > morning, do not work with DHCP assigned addresses. > > > > The nic is > > > > rl0: port 0xdc00-0xdcff mem > > 0xe1c10000-0xe1c100ff irq 12 at device 9.0 on pci0 > > rl0: Ethernet address: 00:50:fc:56:8a:7c > > miibus0: on rl0 > > rlphy0: on miibus0 > > rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto > > > > (i.e. /etc/rc.conf has ifconfig_rl0="DHCP") > > > > I doubled checked to make sure /etc was properly updated and it seems to be > > the case. > > > > I know with the realteks I have used, until an IP address is given to them > > to "up" the interface, they see the link as being down. Not even sure if > > the commit below has anything to do with it but thought I would start here > > as it seems to be possibly related. > > > > Can anyone confirm that DHCP assigned addresses are working for you on > > STABLE as of today or yesterday ? > > > > ---Mike > > > > At 02:20 PM 21/10/2002 -0700, Semen Ustimenko wrote: > > >semenu 2002/10/21 14:20:19 PDT > > > > > > Modified files: (Branch: RELENG_4) > > > sys/dev/mii acphy.c > > > Log: > > > MFC v1.8: MII_TICK needs not restart autonegotiation, the chip behaves > > > pretty well by itself. Slightly rearrange the code to make diff to > > > -current smaller. > > > > > > Revision Changes Path > > > 1.2.2.2 +20 -46 src/sys/dev/mii/acphy.c > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > > >with "unsubscribe cvs-all" in the body of the message > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-stable" in the body of the message > >Works for me(TM). > >%ifconfig >rl0: flags=8843 mtu 1500 > inet6 fe80::200:b4ff:fe91:c482%rl0 prefixlen 64 scopeid 0x1 > inet 192.168.0.3 netmask 0xffff0000 broadcast 192.168.255.255 > ether 00:00:b4:91:c4:82 > media: Ethernet autoselect (100baseTX ) > status: active > >Is this the same problem as "rl media detect failure during boot"? > >-- >ian j hart > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message