diff options
Diffstat (limited to 'sys/dev/usb/if_udavreg.h')
-rw-r--r-- | sys/dev/usb/if_udavreg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/if_udavreg.h b/sys/dev/usb/if_udavreg.h index e1222104d0f..8daa20cba60 100644 --- a/sys/dev/usb/if_udavreg.h +++ b/sys/dev/usb/if_udavreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_udavreg.h,v 1.4 2006/03/07 04:41:19 krw Exp $ */ +/* $OpenBSD: if_udavreg.h,v 1.5 2007/05/06 04:08:47 krw Exp $ */ /* $NetBSD: if_udavreg.h,v 1.2 2003/09/04 15:17:39 tsutsui Exp $ */ /* $nabe: if_udavreg.h,v 1.2 2003/08/21 16:26:40 nabe Exp $ */ /* @@ -188,7 +188,7 @@ struct udav_softc { struct arpcom sc_ac; /* ethernet common */ #endif struct mii_data sc_mii; - struct lock sc_mii_lock; + struct rwlock sc_mii_lock; int sc_link; #define sc_media udav_mii.mii_media struct udav_cdata sc_cdata; |