aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce M Simpson <bms@FreeBSD.org>2004-07-09 00:12:41 +0000
committerBruce M Simpson <bms@FreeBSD.org>2004-07-09 00:12:41 +0000
commitee06f01331c83356bb49b38005a6fa5d5c59784c (patch)
tree22086165e6b55923887c71a368a328757c61c2f4
parentc73a317e981ffb8e004b9bcf788aa359b1915d62 (diff)
Notes
-rw-r--r--sys/dev/vr/if_vrreg.h1
-rw-r--r--sys/pci/if_vrreg.h1
2 files changed, 2 insertions, 0 deletions
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