diff --git a/sys/dev/vr/if_vrreg.h b/sys/dev/vr/if_vrreg.h index 5cf3bb2036ea..2c3bb4553345 100644 --- a/sys/dev/vr/if_vrreg.h +++ b/sys/dev/vr/if_vrreg.h @@ -468,6 +468,7 @@ struct vr_softc { struct vr_chain_data vr_cdata; struct callout_handle vr_stat_ch; struct mtx vr_mtx; + int suspended; /* if 1, sleeping/detaching */ #ifdef DEVICE_POLLING int rxcycles; #endif diff --git a/sys/pci/if_vrreg.h b/sys/pci/if_vrreg.h index 5cf3bb2036ea..2c3bb4553345 100644 --- a/sys/pci/if_vrreg.h +++ b/sys/pci/if_vrreg.h @@ -468,6 +468,7 @@ struct vr_softc { struct vr_chain_data vr_cdata; struct callout_handle vr_stat_ch; struct mtx vr_mtx; + int suspended; /* if 1, sleeping/detaching */ #ifdef DEVICE_POLLING int rxcycles; #endif