PNPACPI: add bus number support
Add support for bus number resources. This is for bridges with a range of bus numbers behind them. Previously, PNP ignored bus number resources. Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com> Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
@@ -69,8 +69,10 @@ char *pnp_resource_type_name(struct resource *res)
|
||||
return "irq";
|
||||
case IORESOURCE_DMA:
|
||||
return "dma";
|
||||
case IORESOURCE_BUS:
|
||||
return "bus";
|
||||
}
|
||||
return NULL;
|
||||
return "unknown";
|
||||
}
|
||||
|
||||
void dbg_pnp_show_resources(struct pnp_dev *dev, char *desc)
|
||||
|
Reference in New Issue
Block a user