diff options
| author | Conrad Meyer <cem@FreeBSD.org> | 2016-04-26 20:06:35 +0000 |
|---|---|---|
| committer | Conrad Meyer <cem@FreeBSD.org> | 2016-04-26 20:06:35 +0000 |
| commit | 517960dc84ec6d92ff26a1061075f86091201721 (patch) | |
| tree | 51df056eb1c27ef372b3823d3915eb716cc0115d /sys/dev | |
| parent | aa90aec2703c8c85e4109f6714bea675b29fcf75 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c index 273ab4b1edd3..532351ea31ed 100644 --- a/sys/dev/pci/pci.c +++ b/sys/dev/pci/pci.c @@ -3691,6 +3691,7 @@ pci_add_resources_ea(device_t bus, device_t dev, int alloc_iov) case PCIM_EA_P_MEM_PREFETCH: case PCIM_EA_P_VF_MEM_PREFETCH: flags = RF_PREFETCHABLE; + /* FALLTHROUGH */ case PCIM_EA_P_VF_MEM: case PCIM_EA_P_MEM: type = SYS_RES_MEMORY; |
