Make IRQ shareable for the cardbus case too.

This commit is contained in:
Warner Losh 2003-04-28 18:50:59 +00:00
parent 9ddb795450
commit 5878ce2cec

View File

@ -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)