Subject: Re: Testers needed for pnpbios code
To: Bernd Ernesti <netbsd@arresum.inka.de>
From: None <jchacon@genuity.net>
List: tech-kern
Date: 10/29/2000 23:20:53
>
>pnpbios0: getting info for index 4
>PNP0700 (static): type 0x01 subtype 0x02 dpi 0x00 attr 0x0003:
>PNP0700: allocated config scan:
>	tag irq flags 01 mask 0040
>	tag dma flags 00 mask 04
>	tag io flags 01 min 03f2 max 03f2 align 0x00 len 0x04
>	tag end cksum 00
>	possible config scan:
>	tag end cksum 00
>	compat id scan:
>	tag end cksum 00
>PNP0700 (dynamic): type 0x01 subtype 0x02 dpi 0x00 attr 0x0003:
>PNP0700: allocated config scan:
>	tag irq flags 01 mask 0040
>	tag dma flags 00 mask 04
>	tag io flags 01 min 03f2 max 03f2 align 0x00 len 0x04

Ok, only finding 1 range.

>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.

Thanks

James