X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=include%2Flinux%2Fpci.h;h=b1d17956a1536ff9f1e913cc6f33410f2e54cfa8;hb=1cfd2bda8c486ae0e7a8005354758ebb68172bca;hp=f26fda76b87fc66816f2fa286e97d760c545f165;hpb=3a01736e70a7d629140695ba46a901266b4460cc;p=cascardo%2Flinux.git diff --git a/include/linux/pci.h b/include/linux/pci.h index f26fda76b87f..b1d17956a153 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h @@ -270,6 +270,8 @@ struct pci_dev { unsigned int d1_support:1; /* Low power state D1 is supported */ unsigned int d2_support:1; /* Low power state D2 is supported */ unsigned int no_d1d2:1; /* Only allow D0 and D3 */ + unsigned int mmio_always_on:1; /* disallow turning off io/mem + decoding during bar sizing */ unsigned int wakeup_prepared:1; unsigned int d3_delay; /* D3->D0 transition time in ms */