Re: PNP BIOS and parport_pc - dma found but not used

2001-04-20 Thread Gunther Mayer
Pavel Roskin wrote: > > Hello, Gunther! > > On Thu, 19 Apr 2001, Gunther Mayer wrote: > > > > PnPBIOS: Parport found PNPBIOS PNP0401 at io=0378,0778 irq=7 dma=-1 > >^^ culprit ! > > For some reason I'm not getting that message

Re: PNP BIOS and parport_pc - dma found but not used

2001-04-19 Thread Pavel Roskin
Hello, Gunther! On Thu, 19 Apr 2001, Gunther Mayer wrote: > > PnPBIOS: Parport found PNPBIOS PNP0401 at io=0378,0778 irq=7 dma=-1 >^^ culprit ! For some reason I'm not getting that message anymore. PnPBIOS is in the kernel, par

Re: PNP BIOS and parport_pc - dma found but not used

2001-04-19 Thread Gunther Mayer
Pavel Roskin wrote: ... > > There is another interesting line in the log that you didn't quote. The > driver actually knows about DMA 3: > > 0x378: ECP settings irq=7 dma=3 The parport code only uses DMA when told by the user, so insmod parport_pc dma=auto should to the trick. Parport

Re: PNP BIOS and parport_pc - dma found but not used

2001-04-19 Thread Gunther Mayer
Pavel Roskin wrote: > > Hello! > > I've compiled 2.4.3-ac9 with support for PNP BIOS. I understand that this > is a new feature experimental and the feedback is requested. > > The setting is BIOS is to use irq 7 and dma 3. I normally use "options > parport_pc io=0x378 irq=7 dma=3" in /etc/modul

Re: PNP BIOS and parport_pc - dma found but not used

2001-04-19 Thread Pavel Roskin
Hello, Alan! > > The setting is BIOS is to use irq 7 and dma 3. I normally use "options > > parport_pc io=0x378 irq=7 dma=3" in /etc/modules.conf, but this time I > > commented them out hoping that the driver will ask BIOS. > > > > PnPBIOS: Parport found PNPBIOS PNP0401 at io=0378,0778 irq=7 dma=

Re: PNP BIOS and parport_pc - dma found but not used

2001-04-19 Thread Alan Cox
> I've compiled 2.4.3-ac9 with support for PNP BIOS. I understand that this > is a new feature experimental and the feedback is requested. Thanks > The setting is BIOS is to use irq 7 and dma 3. I normally use "options > parport_pc io=0x378 irq=7 dma=3" in /etc/modules.conf, but this time I > co

PNP BIOS and parport_pc - dma found but not used

2001-04-18 Thread Pavel Roskin
Hello! I've compiled 2.4.3-ac9 with support for PNP BIOS. I understand that this is a new feature experimental and the feedback is requested. The setting is BIOS is to use irq 7 and dma 3. I normally use "options parport_pc io=0x378 irq=7 dma=3" in /etc/modules.conf, but this time I commented th