Problem with loading another pci driver for the same card

Jan-Espen Pettersen sigsegv at leakingmemory.org
Wed Dec 31 18:45:21 PST 2003


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.





More information about the freebsd-questions mailing list