svn commit: r223537 - head/sys/dev/usb/wlan

Kevin Lo kevlo at FreeBSD.org
Sun Jun 26 09:07:41 UTC 2011


On Sat, 2011-06-25 at 20:55 +0200, Hans Petter Selasky wrote:
> On Saturday 25 June 2011 20:51:38 Hans Petter Selasky wrote:
> > On Saturday 25 June 2011 20:43:59 Hans Petter Selasky wrote:
> > > On Saturday 25 June 2011 20:26:19 Gavin Atkinson wrote:
> > > > On Sat, 25 Jun 2011, Hans Petter Selasky wrote:
> 
> > 
> > Hi,
> > 
> > I see a minor bug here:
> > 
> > %grep -r ACCTON /sys/dev/usb/wlan/if_zyd.c
> >         ZYD_ZD1211B_DEV(ACCTON, SMCWUSBG_NF),
> >         ZYD_ZD1211B_DEV(ACCTON, SMCWUSBG),
> >         ZYD_ZD1211B_DEV(ACCTON, ZD1211B),
> > 
> > %grep -r ACCTON /sys/dev/usb/wlan/if_uath.c
> >         UATH_DEV(ACCTON,                SMCWUSBG),
> >         UATH_DEV(ACCTON,                SMCWUSBTG2),
> > 
> > Which one of these drivers support the SMCWUSBG ?
> > 
> > --HPS
> 
> Hi Gavin,
> 
> Can you figure this out, which ID actually belongs to which driver and fix 
> this in:
> 
> if_zyd.c, if_uath.c and uath.conf
> 
> ?

Accton's SMCWUSBG_NF belongs to zyd(4). I should mention I fixed the
panic(r220087) with that device.

> --HPS

	Kevin



More information about the svn-src-all mailing list