diff options
| author | Warner Losh <imp@FreeBSD.org> | 2003-04-28 18:50:59 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2003-04-28 18:50:59 +0000 |
| commit | 5878ce2cecb7c6919c80a833ff8a98dc948a079d (patch) | |
| tree | 4ecfe61a0239fc1256f534dd7241204ecf2a7941 | |
| parent | 9ddb7954505b5c5e18a6b0ff5404b7c442b8c293 (diff) | |
Notes
| -rw-r--r-- | sys/dev/pccbb/pccbb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/pccbb/pccbb.c b/sys/dev/pccbb/pccbb.c index 4dfce5fc63e7..7c678419e5c6 100644 --- a/sys/dev/pccbb/pccbb.c +++ b/sys/dev/pccbb/pccbb.c @@ -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) |
