cvs commit: src/sys/dev/usb if_zyd.c

2008-09-19 Thread Weongyo Jeong
weongyo 2008-09-19 07:40:30 UTC FreeBSD src repository Modified files: sys/dev/usb if_zyd.c Log: SVN rev 183176 on 2008-09-19 07:40:30Z by weongyo fix a another driver bug related with tsleep() during detaching that this also can be happened if we pull the USN sti

cvs commit: src/sys/dev/usb if_zyd.c

2008-09-18 Thread Weongyo Jeong
weongyo 2008-09-19 05:10:33 UTC FreeBSD src repository Modified files: sys/dev/usb if_zyd.c Log: SVN rev 183175 on 2008-09-19 05:10:33Z by weongyo clear pending callbacks when the driver try to change the state Pointed by: sam Revision ChangesPath

Re: cvs commit: src/sys/dev/usb if_zyd.c if_zydreg.h

2008-09-11 Thread Sam Leffler
Weongyo Jeong wrote: On Wed, Sep 10, 2008 at 09:01:41AM -0700, Sam Leffler wrote: Weongyo Jeong wrote: weongyo 2008-09-10 03:40:51 UTC FreeBSD src repository Modified files: sys/dev/usb if_zyd.c if_zydreg.h Log: SVN rev 182900 on 2008-09-10 03:40:51Z by weongyo

Re: cvs commit: src/sys/dev/usb if_zyd.c if_zydreg.h

2008-09-11 Thread Weongyo Jeong
On Wed, Sep 10, 2008 at 09:01:41AM -0700, Sam Leffler wrote: > Weongyo Jeong wrote: > >weongyo 2008-09-10 03:40:51 UTC > > > > FreeBSD src repository > > > > Modified files: > >sys/dev/usb if_zyd.c if_zydreg.h > > Log: > > SVN rev 182900 on 2008-09-10 03:40:51Z by weongyo > >

Re: cvs commit: src/sys/dev/usb if_zyd.c if_zydreg.h

2008-09-10 Thread Sam Leffler
Weongyo Jeong wrote: weongyo 2008-09-10 03:40:51 UTC FreeBSD src repository Modified files: sys/dev/usb if_zyd.c if_zydreg.h Log: SVN rev 182900 on 2008-09-10 03:40:51Z by weongyo rename flags and add a ZYD_FLAG_DETACHING flag to indicate we're detaching that

cvs commit: src/sys/dev/usb if_zyd.c if_zydreg.h

2008-09-09 Thread Weongyo Jeong
weongyo 2008-09-10 03:40:51 UTC FreeBSD src repository Modified files: sys/dev/usb if_zyd.c if_zydreg.h Log: SVN rev 182900 on 2008-09-10 03:40:51Z by weongyo rename flags and add a ZYD_FLAG_DETACHING flag to indicate we're detaching that when the USB is pulled ou

Re: cvs commit: src/sys/dev/usb if_zyd.c usbdevs

2008-09-05 Thread Weongyo Jeong
On Fri, Sep 05, 2008 at 02:12:09PM +0100, Gavin Atkinson wrote: > On Fri, 2008-09-05 at 11:27 +, Weongyo Jeong wrote: > > weongyo 2008-09-05 11:27:33 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/usb if_zyd.c usbdevs > > Log: > > SVN rev 1827

Re: cvs commit: src/sys/dev/usb if_zyd.c usbdevs

2008-09-05 Thread Gavin Atkinson
On Fri, 2008-09-05 at 11:27 +, Weongyo Jeong wrote: > weongyo 2008-09-05 11:27:33 UTC > > FreeBSD src repository > > Modified files: > sys/dev/usb if_zyd.c usbdevs > Log: > SVN rev 182783 on 2008-09-05 11:27:33Z by weongyo > > Add ZyXEL G-202 > > Obtained f

cvs commit: src/sys/dev/usb if_zyd.c usbdevs

2008-09-05 Thread Weongyo Jeong
weongyo 2008-09-05 11:27:33 UTC FreeBSD src repository Modified files: sys/dev/usb if_zyd.c usbdevs Log: SVN rev 182783 on 2008-09-05 11:27:33Z by weongyo Add ZyXEL G-202 Obtained from: OpenBSD Revision ChangesPath 1.19 +1 -0 src/sys/dev/

cvs commit: src/sys/dev/usb if_zyd.c

2008-05-10 Thread Weongyo Jeong
weongyo 2008-05-11 05:53:19 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/usb if_zyd.c Log: MFC: rev. 1.13 don't set sniffer mode to ON when the driver is running with the monitor mode. This solves a problem that sometimes mangled f

cvs commit: src/sys/dev/usb if_zyd.c

2008-05-10 Thread Weongyo Jeong
weongyo 2008-05-11 05:49:02 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/usb if_zyd.c Log: MFC: rev. 1.12 Fix incorrect dependencies of zyd(4). Approved by:thompsa (mentor) Revision ChangesPath 1.4.2.5 +3 -3

cvs commit: src/sys/dev/usb if_zyd.c

2008-03-16 Thread Weongyo Jeong
weongyo 2008-03-17 02:30:13 UTC FreeBSD src repository Modified files: sys/dev/usb if_zyd.c Log: don't set sniffer mode to ON when the driver is running with the monitor mode. This solves a problem that sometimes mangled frames are passed. Submitted by: Werne

cvs commit: src/sys/dev/usb if_zyd.c

2008-01-07 Thread Weongyo Jeong
weongyo 2008-01-07 11:31:55 UTC FreeBSD src repository Modified files: sys/dev/usb if_zyd.c Log: Fix incorrect dependencies of zyd(4). Approved by:thompsa (mentor) Revision ChangesPath 1.12 +3 -3 src/sys/dev/usb/if_zyd.c ___

cvs commit: src/sys/dev/usb if_zyd.c

2007-12-01 Thread Kevin Lo
kevlo 2007-12-01 08:53:03 UTC FreeBSD src repository Modified files: sys/dev/usb if_zyd.c Log: ieee80211com.ic_fixed_rate holds rate instead of rate index Reviewed by: Weongyo Jeong Revision ChangesPath 1.11 +1 -1 src/sys/dev/usb/if_zyd.c ___

cvs commit: src/sys/dev/usb if_zyd.c if_zydreg.h

2007-11-30 Thread Ariff Abdullah
ariff 2007-11-30 15:39:22 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/usb if_zyd.c if_zydreg.h Log: MFC: - Remove magic number and fit max rx buffer size accurately. - Patch registers CR47 and CR157 on devices that require it.

cvs commit: src/sys/dev/usb if_zyd.c usbdevs

2007-11-27 Thread Sam Leffler
sam 2007-11-28 06:10:16 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/usb if_zyd.c usbdevs Log: MFC: add the Planex GW-US54GXS adapter Approved by:re (kensmith) Revision ChangesPath 1.4.2.3+1 -0 src/sys/de

cvs commit: src/sys/dev/usb if_zyd.c usbdevs

2007-11-22 Thread Sam Leffler
sam 2007-11-23 05:44:29 UTC FreeBSD src repository Modified files: sys/dev/usb if_zyd.c usbdevs Log: - add the Planex GW-US54GXS adapter Submitted by: Weongyo Jeong <[EMAIL PROTECTED]> Obtained from: openbsd MFC after: 3 days Revision Changes

cvs commit: src/sys/dev/usb if_zyd.c

2007-11-10 Thread Sam Leffler
sam 2007-11-11 00:23:40 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/usb if_zyd.c Log: MFC 1.7: fix a typo in rx radiotap's flags Approved by:re (gnn) Revision ChangesPath 1.4.2.2 +1 -1 src/sys/dev/usb/if_zy

cvs commit: src/sys/dev/usb if_zyd.c if_zydreg.h

2007-11-08 Thread Ariff Abdullah
ariff 2007-11-08 08:25:58 UTC FreeBSD src repository Modified files: sys/dev/usb if_zyd.c if_zydreg.h Log: - Remove magic number and fit max rx buffer size accurately. - Patch registers CR47 and CR157 on devices that require it. - Fix power calibration setting on Z

cvs commit: src/sys/dev/usb if_zyd.c

2007-11-03 Thread Sam Leffler
sam 2007-11-03 19:22:55 UTC FreeBSD src repository Modified files: sys/dev/usb if_zyd.c Log: fix a typo in rx radiotap's flags Submitted by: Weongyo Jeong Reviewed by:sam MFC after: 3 days Revision ChangesPath 1.7 +1 -1 src/

cvs commit: src/sys/dev/usb if_zyd.c

2007-10-29 Thread Sam Leffler
sam 2007-10-29 20:15:51 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/usb if_zyd.c Log: MFC 1.6: fix an incorrect setting of `retry times' in case of zd1211b Submitted by: Weongyo Jeong Approved by:re (kensmith) Revisi

cvs commit: src/sys/dev/usb if_zyd.c

2007-10-19 Thread Sam Leffler
sam 2007-10-19 16:33:31 UTC FreeBSD src repository Modified files: sys/dev/usb if_zyd.c Log: fix an incorrect setting of `retry times' in case of zd1211b, we should set the ZYD_MACB_MAX_RETRY register instead of ZYD_MAC_RETRY Submitted by: Weongyo Jeong MF

cvs commit: src/sys/dev/usb if_zyd.c usbdevs

2007-10-12 Thread Takanori Watanabe
takawata2007-10-12 08:45:55 UTC FreeBSD src repository Modified files: sys/dev/usb if_zyd.c usbdevs Log: Add another zydas device: Planex GW-US54GD (a.k.a Dempaotoko) Revision ChangesPath 1.5 +1 -0 src/sys/dev/usb/if_zyd.c 1.329 +1 -0 sr

cvs commit: src/sys/dev/usb if_zyd.c

2007-09-15 Thread Warner Losh
imp 2007-09-15 23:30:10 UTC FreeBSD src repository Modified files: sys/dev/usb if_zyd.c Log: Zyd needs be under Giant because USB is under Giant. Submitted by: Weongyo Jeong Reviewed by: sam@ Approved by: re@ (blanket) Revision ChangesPath 1.4

cvs commit: src/sys/dev/usb if_zyd.c

2007-09-06 Thread Sam Leffler
sam 2007-09-07 03:54:54 UTC FreeBSD src repository Modified files: sys/dev/usb if_zyd.c Log: - fix a bug that zyd_attach() returns 0 even if it encountered errors that can lead to a panic when the stick is yanked. - make sure that zyd_attach() returns 0 or errn

cvs commit: src/sys/dev/usb if_zyd.c

2007-09-05 Thread Sam Leffler
sam 2007-09-05 23:41:00 UTC FreeBSD src repository Modified files: sys/dev/usb if_zyd.c Log: Add missing bg scanning bits; update ic_lastdata and cancel any bg scan when there's outbound traffic. Approved by:re (blanket wireless) Revision Changes

cvs commit: src/sys/dev/usb if_zyd.c if_zydfw.h if_zydreg.h

2007-08-29 Thread Warner Losh
imp 2007-08-29 21:16:50 UTC FreeBSD src repository Added files: sys/dev/usb if_zyd.c if_zydfw.h if_zydreg.h Log: A port of the zyd driver from NetBSD by . This supports the ZyDAS ZD1211/ZD1211B USB IEEE 802.11b/g wireless network devices. Not (yet) connected to