Report memory and I/O ranges even if they are not the first reported resources by PCI device

svn path=/trunk/; revision=15344
This commit is contained in:
Hervé Poussineau 2005-05-16 15:56:01 +00:00
parent b5f744a25a
commit 4cb90117fa

View file

@ -433,7 +433,7 @@ PdoQueryResourceRequirements(
if (Length == 0)
{
DPRINT("Unused address register\n");
break;
continue;
}
/* Set preferred descriptor */
@ -522,7 +522,7 @@ PdoQueryResourceRequirements(
if (Length == 0)
{
DPRINT("Unused address register\n");
break;
continue;
}
/* Set preferred descriptor */
@ -722,7 +722,7 @@ PdoQueryResources(
if (Length == 0)
{
DPRINT("Unused address register\n");
break;
continue;
}
if (Flags & PCI_ADDRESS_IO_SPACE)
@ -776,7 +776,7 @@ PdoQueryResources(
if (Length == 0)
{
DPRINT("Unused address register\n");
break;
continue;
}
if (Flags & PCI_ADDRESS_IO_SPACE)