From owner-freebsd-current@FreeBSD.ORG Mon Aug 25 17:56:27 2003 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 417A516A4BF for ; Mon, 25 Aug 2003 17:56:27 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76A7043FE5 for ; Mon, 25 Aug 2003 17:56:26 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9/8.12.3) with ESMTP id h7Q0uPwN031050; Mon, 25 Aug 2003 18:56:25 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 25 Aug 2003 18:56:24 -0600 (MDT) Message-Id: <20030825.185624.107206882.imp@bsdimp.com> To: nickh@supportteam.net From: "M. Warner Losh" In-Reply-To: <001701c36b2a$424e92f0$0402a8c0@dotnet> References: <001701c36b2a$424e92f0$0402a8c0@dotnet> X-Mailer: Mew version 2.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: nge (Dlink 500-T [Gigabit Driver]) Failure on 5.1 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, 26 Aug 2003 00:56:27 -0000 In message: <001701c36b2a$424e92f0$0402a8c0@dotnet> "Nick H. - Network Operations" writes: : That occurs when I do a kldload if_nge.ko Try again. I've seen exactly this on some cardbus cards whose drivers are dynamically loaded via devd on card insertion. Sometimes I need to detach/attach the device to be able to get the memory. Warner