From owner-freebsd-stable@FreeBSD.ORG Tue Jan 13 23:06:13 2009 Return-Path: Delivered-To: freebsd-stable@FreeBSD.org Received: from [127.0.0.1] (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by hub.freebsd.org (Postfix) with ESMTP id 4709010658A4; Tue, 13 Jan 2009 23:06:13 +0000 (UTC) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-stable@FreeBSD.org Date: Tue, 13 Jan 2009 18:05:54 -0500 User-Agent: KMail/1.6.2 References: <8dfae1c10901070639x67945324jeeecfcac647d7976@mail.gmail.com> <20090113050223.GH46346@cdnetworks.co.kr> <496CB2E7.2060902@andric.com> In-Reply-To: <496CB2E7.2060902@andric.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200901131806.02868.jkim@FreeBSD.org> Cc: pyunyh@gmail.com, Dimitry Andric , eugene@donpac.ru Subject: Re: FreeBSD 7.1 Breaks re and rl Network Interface Drivers 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: Tue, 13 Jan 2009 23:06:16 -0000 On Tuesday 13 January 2009 10:27 am, Dimitry Andric wrote: > Reverting r180519 seems to solve the problem of not being able to > send any packets. It does not solve the other problem, which is > that the interfaces can take a very long time to come up at boot > time, e.g: > > Setting hostuuid: 3ee65237-8025-11dc-9ab5-003018a6f1a8. > Setting hostid: 0xaaedab9a. > Mounting local file systems:. > Setting hostname: tensor.andric.com. > [... pauses for 10 seconds here ...] > re0: link state changed to DOWN > re1: link state changed to DOWN > lo0: flags=8049 metric 0 mtu 16384 > inet6 ::1 prefixlen 128 > inet6 fe80::1%lo0 prefixlen 64 scopeid 0x4 > inet 127.0.0.1 netmask 0xff000000 > re0: flags=8843 metric 0 > mtu 1500 > options=389bUCAST,WOL_MCAST,WOL_MAGIC> ether 00:30:18:a6:f1:a8 > inet6 fe80::230:18ff:fea6:f1a8%re0 prefixlen 64 tentative > scopeid 0x1 inet 87.251.56.140 netmask 0xffffffc0 broadcast > 87.251.56.191 media: Ethernet autoselect (none) > status: no carrier > re1: flags=8843 metric 0 > mtu 1500 > options=389bUCAST,WOL_MCAST,WOL_MAGIC> ether 00:30:18:a6:f1:a9 > inet6 fe80::230:18ff:fea6:f1a9%re1 prefixlen 64 tentative > scopeid 0x2 inet 192.168.0.1 netmask 0xffffff00 broadcast > 192.168.0.255 media: Ethernet autoselect (none) > status: no carrier > [...] > > (note also the "no carrier" just after upping those interfaces) [...] Can you try one of the following patches? -CURRENT: http://people.freebsd.org/~jkim/re/re.current.diff -STABLE: http://people.freebsd.org/~jkim/re/re.stable.diff These patches contain all patches suggested by me and yongari and an additional patch, which may (or may not) decrease the initial setup time. Jung-uk Kim