Re: ISAPNP :driver not recognized when compiled in kernel

2001-03-14 Thread Brian Gerst
[EMAIL PROTECTED] wrote: > > Hello, >I have a basic question. Can we build a PnP ISA driver in kernel > with ISAPNP kernel option enabled so that kernel PnP does the job of > allocating the resources for the driver. The problem being that the > /etc/isapnp.conf should be executed befo

Re: ISAPNP :driver not recognized when compiled in kernel

2001-03-14 Thread Christoph Hellwig
In article <[EMAIL PROTECTED]> you wrote: > Hello, >I have a basic question. Can we build a PnP ISA driver in kernel > with ISAPNP kernel option enabled so that kernel PnP does the job of > allocating the resources for the driver. Yes you can. Look at drivers/sound/ad1816.c or driver

Re: ISAPNP :driver not recognized when compiled in kernel

2001-03-14 Thread Tony Nugent
On Wed Mar 14 2001 at 18:35, [EMAIL PROTECTED] wrote: > module. I read somewhere that ISAPNP drivers with ISAPNP enabled in kernel > should only be build as modules so that we can keep the order of execution > . Is this true.? Have any one of you tried this . I'd believe what you have read. The