mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Make IRQ shareable for the cardbus case too.
This commit is contained in:
parent
9ddb795450
commit
5878ce2cec
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue