From owner-freebsd-current@FreeBSD.ORG Tue May 11 13:12:31 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5109D16A4CE for ; Tue, 11 May 2004 13:12:31 -0700 (PDT) Received: from spider.deepcore.dk (cpe.atm2-0-53484.0x50a6c9a6.abnxx9.customer.tele.dk [80.166.201.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3EDD43D48 for ; Tue, 11 May 2004 13:12:29 -0700 (PDT) (envelope-from sos@DeepCore.dk) Received: from DeepCore.dk (sos.deepcore.dk [194.192.25.130]) by spider.deepcore.dk (8.12.11/8.12.10) with ESMTP id i4BKCMXw025632; Tue, 11 May 2004 22:12:27 +0200 (CEST) (envelope-from sos@DeepCore.dk) Message-ID: <40A133A7.60906@DeepCore.dk> Date: Tue, 11 May 2004 22:12:23 +0200 From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= User-Agent: Mozilla Thunderbird 0.5 (X11/20040329) X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Angelmo References: <40A10AC8.6080406@veidit.net> In-Reply-To: <40A10AC8.6080406@veidit.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-mail-scanned: by DeepCore Virus & Spam killer v1.4 cc: current@freebsd.org Subject: Re: re driver problem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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, 11 May 2004 20:12:31 -0000 John Angelmo wrote: > It seems that the re driver has some problems on my laptop > at "high" network and some cpu it simply just dies, you can't ping out, > not get a new dhcp lease or anything, a reboot seems to be the only > thing that helps... > This problem does not occur when using a WiFi card or other NICs.. > > from dmesg: > re0: Reserved 0x100 bytes for rid 0x10 type 4 at 0x9000 > re0: port 0x9000-0x90ff mem > 0xf0018800-0xf00188ff > irq 11 at device 11.0 on pci0 Thats a known problem, its been like this for ages... I hacked rl to take the card instead, works like a charm... -- -Søren