Date: Mon, 18 May 2009 22:10:45 -0700 From: Andrew Thompson <thompsa@FreeBSD.org> To: Sam Leffler <sam@freebsd.org>, Lucius Windschuh <lwindschuh@googlemail.com>, current@freebsd.org Cc: Hans Petter Selasky <hselasky@c2i.net> Subject: Re: HEADSUP: uath(4) has been committed. Message-ID: <20090519051045.GD78829@citylink.fud.org.nz> In-Reply-To: <20090519050132.GE42412@weongyo.cdnetworks.kr> References: <20090407022956.GA71377@weongyo.cdnetworks.kr> <90a5caac0905161502x3771072n22d58111a235de24@mail.gmail.com> <4A0F419A.2020700@freebsd.org> <20090519050132.GE42412@weongyo.cdnetworks.kr>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, May 19, 2009 at 02:01:32PM +0900, Weongyo Jeong wrote: > > > > > BTW: Could you add a message declaring the device when it is plugged in? > > > Something like "uath0: <TRENDnet TEW-504UB wireless LAN adaptor> on usbus?" > > > and "uath0: ether aa:bb:cc:dd:ee:ff"? > > > > I thought it did this but perhaps not; we can try to add it. > > IIRC in the previous USB1, it printed a message like > > uath0: <TRENDnet TEW-504UB wireless LAN adaptor> on usbus? > > whenever a device is attached even if the device source doesn't print > it but it's not now in USB2. I have no ideas it's a intention or a > regression of USB2. This is because USB2 sets the quiet flag on the device (for better or worse) and relies on the driver calling device_set_usb2_desc(). I am not sure the reason for doing it this way. Andrew
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090519051045.GD78829>