Date: Thu, 01 Jan 2004 03:45:17 +0100 From: Jan-Espen Pettersen <sigsegv@leakingmemory.org> To: Chad.Albert@myhealthcarefirst.com Cc: freebsd-questions@freebsd.org Subject: Re: Problem with loading another pci driver for the same card Message-ID: <1072925116.4333.6.camel@endeavour> In-Reply-To: <BAY1-F30AgjTAXxup2k0000fa91@hotmail.com> References: <BAY1-F30AgjTAXxup2k0000fa91@hotmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1072925116.4333.6.camel>