From owner-freebsd-stable Wed Oct 23 8:50:42 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 1F48B37B401; Wed, 23 Oct 2002 08:50:41 -0700 (PDT) Received: from obsidian.sentex.ca (obsidian.sentex.ca [64.7.128.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68B0843E6A; Wed, 23 Oct 2002 08:50:40 -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 g9NFoWTt001610; Wed, 23 Oct 2002 11:50:32 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <5.1.1.6.0.20021023112517.05e18a38@marble.sentex.ca> X-Sender: mdtpop@marble.sentex.ca X-Mailer: QUALCOMM Windows Eudora Version 5.1.1 Date: Wed, 23 Oct 2002 11:52:21 -0400 To: Semen Ustimenko From: Mike Tancsa Subject: Re: cvs commit: src/sys/dev/mii acphy.c Cc: stable@FreeBSD.ORG In-Reply-To: <200210212120.g9LLKJm6034999@repoman.freebsd.org> 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=-5.3 required=5.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,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 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