Make IRQ shareable for the cardbus case too.
This commit is contained in:
parent
9ddb795450
commit
5878ce2cec
@ -1446,6 +1446,7 @@ cbb_cardbus_alloc_resource(device_t brdev, device_t child, int type,
|
||||
return (NULL);
|
||||
}
|
||||
start = end = tmp;
|
||||
flags |= RF_SHAREABLE;
|
||||
break;
|
||||
case SYS_RES_IOPORT:
|
||||
if (start <= cbb_start_32_io)
|
||||
|
Loading…
Reference in New Issue
Block a user