From owner-freebsd-current@FreeBSD.ORG Mon May 17 13:14:29 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 32E8716A4CE for ; Mon, 17 May 2004 13:14:29 -0700 (PDT) Received: from cserv62.csub.edu (cserv62.csub.edu [136.168.10.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id A67EB43D2D for ; Mon, 17 May 2004 13:14:28 -0700 (PDT) (envelope-from rjackson@cserv62.csub.edu) Received: from cserv62.csub.edu (localhost [127.0.0.1]) by cserv62.csub.edu (8.12.9/8.12.9) with ESMTP id i4HKEISS015122; Mon, 17 May 2004 13:14:28 -0700 (PDT) (envelope-from rjackson@cserv62.csub.edu) Received: (from rjackson@localhost) by cserv62.csub.edu (8.12.9/8.12.9/Submit) id i4HKEHbd015121; Mon, 17 May 2004 13:14:17 -0700 (PDT) (envelope-from rjackson) Date: Mon, 17 May 2004 13:14:17 -0700 From: Russell Jackson To: John Angelmo Message-ID: <20040517201417.GA88080@cserv62.csub.edu> Mail-Followup-To: Russell Jackson , John Angelmo , freebsd-current@freebsd.org References: <40A10AC8.6080406@veidit.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <40A10AC8.6080406@veidit.net> User-Agent: Mutt/1.4.1i cc: freebsd-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: Mon, 17 May 2004 20:14:29 -0000 On Tue, May 11, 2004 at 07:18:00PM +0200, 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 > > > /John > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" Re won't even attach on my laptop unless I hack out the diag() function. Even after that it does the random watch dog timeout trick. Somebody suggested that it may have to do with mbufs not being allocated correctly. I've looked at the code, but don't have the experience with hardware drivers to figure it out. I've reported this problem on more than one occation. The maintainer doesn't seem interested. He's probably too busy working on something else. -- Russell A. Jackson (rjackson@cserv62.csub.edu)