From owner-freebsd-current@FreeBSD.ORG Sun Jun 29 17:31:15 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AEFCF1065671 for ; Sun, 29 Jun 2008 17:31:15 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 6D66D8FC0A for ; Sun, 29 Jun 2008 17:31:15 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from [IPv6:2001:7b8:3a7:0:3428:783b:bb0b:47bd] (unknown [IPv6:2001:7b8:3a7:0:3428:783b:bb0b:47bd]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 285723C; Sun, 29 Jun 2008 19:31:14 +0200 (CEST) Message-ID: <4867C6E1.5070205@andric.com> Date: Sun, 29 Jun 2008 19:31:13 +0200 From: Dimitry Andric User-Agent: Thunderbird 2.0.0.16pre (Windows/20080628) MIME-Version: 1.0 To: Vincent Barus References: <20080607035911.GD4565@cdnetworks.co.kr> <484BC9FB.2040605@andric.com> <20080609012657.GD12521@cdnetworks.co.kr> <484D215A.7050700@andric.com> <20080609123206.GF12521@cdnetworks.co.kr> <484D25CC.9050106@andric.com> <20080610050550.GB17874@cdnetworks.co.kr> <484E9377.2050609@andric.com> <20080611005814.GA3529@cdnetworks.co.kr> <48666CD7.9020706@andric.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: Call for testers: re(4) and RTL8168C/RTL8168CP/RTL8111C/RTL8111CP X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 29 Jun 2008 17:31:15 -0000 On 2008-06-29 15:37, Vincent Barus wrote: > what happens if you load the if_re module after you logged in instead > of loading it while boot time? It was never a module, it's statically linked into the kernel (both in GENERIC and my custom kernel configuration file). I don't see what kind of difference it would make? > I get a watchdog every time with a boot time loaded if_re, so maybe > this is not affecting you too. If that is really the case, it is a bug that should be fixed, not worked around. :)