From d587431d932af4a84e46edb1d7b1b93d678ebcce Mon Sep 17 00:00:00 2001 From: thompsa Date: Thu, 21 May 2009 02:26:51 +0000 Subject: Print out device attachment. --- sys/dev/usb/wlan/if_uath.c | 1 + sys/dev/usb/wlan/if_upgt.c | 1 + 2 files changed, 2 insertions(+) (limited to 'sys/dev/usb') diff --git a/sys/dev/usb/wlan/if_uath.c b/sys/dev/usb/wlan/if_uath.c index 0403193..34acd52 100644 --- a/sys/dev/usb/wlan/if_uath.c +++ b/sys/dev/usb/wlan/if_uath.c @@ -355,6 +355,7 @@ uath_attach(device_t dev) #ifdef UATH_DEBUG sc->sc_debug = uath_debug; #endif + device_set_usb2_desc(dev); /* * Only post-firmware devices here. diff --git a/sys/dev/usb/wlan/if_upgt.c b/sys/dev/usb/wlan/if_upgt.c index b82d90d..0a7d0a4 100644 --- a/sys/dev/usb/wlan/if_upgt.c +++ b/sys/dev/usb/wlan/if_upgt.c @@ -257,6 +257,7 @@ upgt_attach(device_t dev) #ifdef UPGT_DEBUG sc->sc_debug = upgt_debug; #endif + device_set_usb2_desc(dev); mtx_init(&sc->sc_mtx, device_get_nameunit(sc->sc_dev), MTX_NETWORK_LOCK, MTX_DEF); -- cgit v1.1