Subject: Re: Testers needed for pnpbios code
To: None <jchacon@genuity.net>
From: Bernd Ernesti <netbsd@arresum.inka.de>
List: port-i386
Date: 10/30/2000 07:56:28
On Mon Oct 30 05:20:53 2000, jchacon@genuity.net wrote:
[..]
> >fdc0 at pnpbios0 index 4 (PNP0700)
> >fdc0: unable to map CTL I/O space
> 
> Aww hell. I typo'd (good thing I asked for testers).
> 
> Change the line that reads
> 
> if (aa->resc->numio == 0)
> 
> to
> 
> if (aa->resc->numio == 1)
> 
> in
> 
> sys/arch/i386/pnpbios/fdc_pnpbios.c
> 
> Then let me know how it works.

fdc0 at pnpbios0 index 4 (PNP0700)
fdc0: io 3f2-3f5, irq 6, dma 2
fd0 at fdc0 drive 0: 1.44MB, 80 cyl, 2 head, 18 sec

And it works.

Where I am not sure if I like this kind of kludge.

Bernd