From owner-freebsd-current@FreeBSD.ORG Tue Jan 22 17:39:37 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 0E31142B for ; Tue, 22 Jan 2013 17:39:37 +0000 (UTC) (envelope-from jiashiun@gmail.com) Received: from mail-oa0-f46.google.com (mail-oa0-f46.google.com [209.85.219.46]) by mx1.freebsd.org (Postfix) with ESMTP id B5503863 for ; Tue, 22 Jan 2013 17:39:35 +0000 (UTC) Received: by mail-oa0-f46.google.com with SMTP id h16so7498260oag.5 for ; Tue, 22 Jan 2013 09:39:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:from:date:message-id:subject:to :content-type; bh=HvnJ1SwgLlUe5ie7K2fUD3ofOPN+8CLBUASiqZV37Kg=; b=XlewjtctzvmtjZkWCv6am/h9Cy75rS8MuasEjkeOxKCiG+xg7ouAJKBZYHwhZj3uQe 8rwvj5oBGQr+gTiXdOOGFYVB3avGZHR6hsUPhW6YsrAAd2CnuNpS3S9q5SX2m1q6YBsa pOHjUo63Twy8sN5wBrJKsFscKFGGF+59wq3M5DhVQPiQl7iacjaIyU7wltcuygcC/Z4F jqX+h1PqD02Bs8BngRlFLL+IlsBLQK/ZB4FxOvyBPxilE9TXBAkm7+NmHMLuVV3rxbn6 qHxLMk0emeMydwlTXxK02x8ClrMhmNcJYS1G8JWC82lSzwGK5vGvVcjGkJdus7m4i0+Y XB1Q== X-Received: by 10.60.171.175 with SMTP id av15mr17297118oec.75.1358876375255; Tue, 22 Jan 2013 09:39:35 -0800 (PST) MIME-Version: 1.0 Received: by 10.76.93.105 with HTTP; Tue, 22 Jan 2013 09:39:05 -0800 (PST) From: Jia-Shiun Li Date: Wed, 23 Jan 2013 01:39:05 +0800 Message-ID: Subject: if_re not working on boot To: freebsd-current@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2013 17:39:37 -0000 Hi all, wondering if anyone else encounters the same situation. LOM Realtek RT8111F on my mainboard Asus P8H77M-LE does not appear to work on boot. Ping to any hosts has no response. But after "ifconfig re0 down up" it works fine. Looks like something was not properly initialized. verbose dmesg: http://pastebin.com/h4S38sGZ Jia-Shiun.