Date: Thu, 01 Jan 2004 18:04:06 +0000 From: "Haidong Xia" <hdxia1@hotmail.com> To: freebsd-questions@freebsd.org Subject: Re: Problem with loading another pci driver for the same card Message-ID: <BAY1-F461TbdkSmLAzt00004ccb@hotmail.com>
next in thread | raw e-mail | index | archive | help
Hello, Do you know which configuration I should disable in the kernel to get rid of the kernel loaded driver ? I want to load my own kernel for the following card. I don't know how to disable isab in the kernel. isab0@pci0:31:0: class=0x060100 card=0x00000000 chip=0x248c8086 rev=0x02 hdr=0x00 Thank you very much. Haidong 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. _________________________________________________________________ MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://join.msn.com/?page=features/virus
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BAY1-F461TbdkSmLAzt00004ccb>