diff options
Diffstat (limited to 'src/device')
-rw-r--r-- | src/device/pnp_device.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/device/pnp_device.c b/src/device/pnp_device.c index afe6948a3a..259d449752 100644 --- a/src/device/pnp_device.c +++ b/src/device/pnp_device.c @@ -249,6 +249,8 @@ static void get_resources(struct device *dev, struct pnp_info *info) pnp_get_ioresource(dev, PNP_IDX_IO2, info->io2); if (info->flags & PNP_IO3) pnp_get_ioresource(dev, PNP_IDX_IO3, info->io3); + if (info->flags & PNP_IO4) + pnp_get_ioresource(dev, PNP_IDX_IO4, info->io4); if (info->flags & PNP_IRQ0) { resource = new_resource(dev, PNP_IDX_IRQ0); |