Subject: Re: Pci's cfdriver cd_ndevs incoherency
To: yannick montulet <yannick.montulet@epitech.net>
From: Charles M. Hannum <root@ihack.net>
List: tech-kern
Date: 03/05/2001 16:54:11
On Mon, Mar 05, 2001 at 11:56:01PM +0000, yannick montulet wrote:
>
...
> 	No of devices = 4
> 	device ptr is 0xc04a0f00
> 	device ptr is 0xc04a0e80
> 	device ptr is 0x0
> 	device ptr is 0x0
...
> Is it normal that cd_ndevs says 4 and that the cd_devs[2] and cd_devs[3] are
> NULL pointers ?

Yes, that's perfectly normal.  cd_ndevs is just the size of the array,
nothing more.