summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_mosreg.h
diff options
context:
space:
mode:
authorJacob Meuser <jakemsr@cvs.openbsd.org>2010-12-06 04:41:41 +0000
committerJacob Meuser <jakemsr@cvs.openbsd.org>2010-12-06 04:41:41 +0000
commit586226f2be8916cb9799bd7c4c47749b6f386d52 (patch)
tree0345ca9864b3287f60b7d747fc92d9727488e4fb /sys/dev/usb/if_mosreg.h
parentc771dfeb92ac7c03200839673dde83bd36b2ec0e (diff)
* replace per-driver dying and/or other state variables with use of
usbd_deactivete() and usbd_is_dying() * use usbd_deactivate() in activate()/DEACTIVATE * convert a few more direct checks of the associated bus' dying flag with usbd_is_dying()
Diffstat (limited to 'sys/dev/usb/if_mosreg.h')
-rw-r--r--sys/dev/usb/if_mosreg.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/usb/if_mosreg.h b/sys/dev/usb/if_mosreg.h
index 5b873689420..34b51161ac6 100644
--- a/sys/dev/usb/if_mosreg.h
+++ b/sys/dev/usb/if_mosreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_mosreg.h,v 1.3 2008/11/22 09:46:12 deraadt Exp $ */
+/* $OpenBSD: if_mosreg.h,v 1.4 2010/12/06 04:41:39 jakemsr Exp $ */
/*
* Copyright (c) 2008 Johann Christian Rode <jcrode@gmx.net>
@@ -183,8 +183,6 @@ struct mos_softc {
struct timeout mos_stat_ch;
int mos_refcnt;
- char mos_dying;
- char mos_attached;
int mos_link;
unsigned char mos_ipgs[2];