From owner-freebsd-stable@FreeBSD.ORG Fri Sep 4 17:56:29 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2583E1065672 for ; Fri, 4 Sep 2009 17:56:29 +0000 (UTC) (envelope-from thierry@pompo.net) Received: from smtpfb1-g21.free.fr (smtpfb1-g21.free.fr [212.27.42.9]) by mx1.freebsd.org (Postfix) with ESMTP id 9239C8FC17 for ; Fri, 4 Sep 2009 17:56:26 +0000 (UTC) Received: from smtp5-g21.free.fr (smtp5-g21.free.fr [212.27.42.5]) by smtpfb1-g21.free.fr (Postfix) with ESMTP id 404957943F7 for ; Fri, 4 Sep 2009 19:38:21 +0200 (CEST) Received: from smtp5-g21.free.fr (localhost [127.0.0.1]) by smtp5-g21.free.fr (Postfix) with ESMTP id 07626D48074 for ; Fri, 4 Sep 2009 19:38:15 +0200 (CEST) Received: from graf.pompo.net (graf.pompo.net [78.225.128.39]) by smtp5-g21.free.fr (Postfix) with ESMTP id 251E3D48124 for ; Fri, 4 Sep 2009 19:38:13 +0200 (CEST) Received: by graf.pompo.net (Postfix, from userid 1001) id 4D86B11467; Fri, 4 Sep 2009 19:38:11 +0200 (CEST) Date: Fri, 4 Sep 2009 19:38:11 +0200 From: Thierry Thomas To: freebsd-stable Message-ID: <20090904173811.GA45176@graf.pompo.net> Mail-Followup-To: freebsd-stable Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc; y=\ipKMNm<1J>lv@PP~7Z<.t KjAnXLs: User-Agent: Mutt/1.4.2.3i X-Operating-System: FreeBSD 8.0-BETA3 i386 Organization: Kabbale Eros X-PGP: 0xC71405A2 Subject: ifconfig_ed0="DHCP" does not work on 8.0-BETA3 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Sep 2009 17:56:29 -0000 Hello, I have a machine with the following ethernet PCI card: ed0: port 0xdc00-0xdc1f irq 16 at device 0.0 on pci2 ed0: WARNING: using obsoleted if_watchdog interface ed0: Ethernet address: 00:50:bf:27:ba:24 ed0: [ITHREAD] It's rather an ancient card, and it worked on FreeBSD 7.2-STABLE (and several previous versions) with the line: ifconfig_ed0="DHCP" in /etc/rc.conf. I upgraded this machine to 8.0-BETA3, and ed0 does not get an IP anymore at boot time! Running `dhclient ed0' manually is working, and then everything is OK. Well, I know that this device could be deprecated, but I'm sure it is still running in many machines... If I replace it by a newer card, e.g. rl0: port 0xd800-0xd8ff mem 0xfbeffc00-0xfbeffcff irq 16 at device 0.0 on pci2 miibus1: on rl0 rlphy0: PHY 0 on miibus1 rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto rl0: Ethernet address: 00:17:3f:d2:51:4c rl0: [ITHREAD] and replacing s/ed0/rl0/ in /etc/rc.conf, everything is working. Strange, is'nt it? -- Th. Thomas.