From owner-freebsd-questions@FreeBSD.ORG Wed Dec 31 18:45:21 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACB8B16A4CE for ; Wed, 31 Dec 2003 18:45:21 -0800 (PST) Received: from endeavour.localnet.radiotube.org (tromso-dhcp-235-22.bluecom.no [62.101.235.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id D379043D60 for ; Wed, 31 Dec 2003 18:45:19 -0800 (PST) (envelope-from sigsegv@leakingmemory.org) Received: from [127.0.0.1] (localhost [127.0.0.1])i012jHYV065080; Thu, 1 Jan 2004 03:45:17 +0100 (CET) (envelope-from sigsegv@leakingmemory.org) From: Jan-Espen Pettersen To: Chad.Albert@myhealthcarefirst.com In-Reply-To: References: Content-Type: text/plain Message-Id: <1072925116.4333.6.camel@endeavour> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Thu, 01 Jan 2004 03:45:17 +0100 Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Problem with loading another pci driver for the same card X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: sigsegv@leakingmemory.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jan 2004 02:45:21 -0000 On Thu, 2004-01-01 at 03:09, Haidong Xia wrote: > Hello, everyone, > > If the kernel already has a pci driver for a pci card, how could I load > another loadable driver for the same card? You'll need to recompile your kernel without the driver, because you can't have two drivers attached to the same hardware device at a time. Then you may be able to load your driver.