Date: Thu, 21 May 2009 02:26:51 +0000 (UTC) From: Andrew Thompson <thompsa@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r192511 - head/sys/dev/usb/wlan Message-ID: <200905210226.n4L2QpeD051723@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: thompsa Date: Thu May 21 02:26:51 2009 New Revision: 192511 URL: http://svn.freebsd.org/changeset/base/192511 Log: Print out device attachment. Modified: head/sys/dev/usb/wlan/if_uath.c head/sys/dev/usb/wlan/if_upgt.c Modified: head/sys/dev/usb/wlan/if_uath.c ============================================================================== --- head/sys/dev/usb/wlan/if_uath.c Thu May 21 02:25:32 2009 (r192510) +++ head/sys/dev/usb/wlan/if_uath.c Thu May 21 02:26:51 2009 (r192511) @@ -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. Modified: head/sys/dev/usb/wlan/if_upgt.c ============================================================================== --- head/sys/dev/usb/wlan/if_upgt.c Thu May 21 02:25:32 2009 (r192510) +++ head/sys/dev/usb/wlan/if_upgt.c Thu May 21 02:26:51 2009 (r192511) @@ -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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905210226.n4L2QpeD051723>