cvs commit: src/sys/dev/if_ndis if_ndis.c if_ndisvar.h

2008-10-03 Thread Weongyo Jeong
weongyo 2008-10-04 04:15:39 UTC FreeBSD src repository Modified files: sys/dev/if_ndis if_ndis.c if_ndisvar.h Log: SVN rev 183587 on 2008-10-04 04:15:39Z by weongyo sc-ndis_txidx should be cycle between 0 and sc-ndis_maxpkts, not NDIS_TXPKTS and don't allocate unused

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

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 Changes

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 rename flags

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

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

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 182783 on 2008-09-05

cvs commit: src/sys/net80211 ieee80211.c

2008-09-01 Thread Weongyo Jeong
weongyo 2008-09-02 04:49:35 UTC FreeBSD src repository Modified files: sys/net80211 ieee80211.c Log: SVN rev 182674 on 2008-09-02 04:49:35Z by weongyo free ifp allocated at ieee80211_vap_setup. Reviewed by:sam, thompsa Revision ChangesPath 1.54

cvs commit: src/sys/compat/ndis subr_ntoskrnl.c

2008-08-20 Thread Weongyo Jeong
weongyo 2008-08-21 05:13:55 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/compat/ndis subr_ntoskrnl.c Log: SVN rev 181954 on 2008-08-21 05:13:55Z by weongyo MFC r179423 Fix a panic that a priority value which is passed to

cvs commit: src/usr.sbin/ndiscvt inf.c

2008-08-20 Thread Weongyo Jeong
weongyo 2008-08-21 05:30:26 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) usr.sbin/ndiscvt inf.c Log: SVN rev 181955 on 2008-08-21 05:30:26Z by weongyo MFC r179855 handle .INF files for PCMCIA correctly that specify multiple entries in

cvs commit: src/usr.sbin/ndiscvt ndisgen.8

2008-08-20 Thread Weongyo Jeong
weongyo 2008-08-21 05:34:37 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) usr.sbin/ndiscvt ndisgen.8 Log: SVN rev 181956 on 2008-08-21 05:34:37Z by weongyo MFC r180730 remove reference for unexisting ndisapi(9) Revision ChangesPath

cvs commit: src/sys/compat/ndis kern_ndis.c

2008-08-20 Thread Weongyo Jeong
weongyo 2008-08-21 05:40:38 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/compat/ndis kern_ndis.c Log: SVN rev 181957 on 2008-08-21 05:40:38Z by weongyo MFC r180754 when NDIS framework try to query/set informations NDIS drivers can

cvs commit: src/share/man/man4 upgt.4 src/sys/dev/usb if_upgt.c if_upgtvar.h usbdevs src/sys/modules/upgt Makefile

2008-08-10 Thread Weongyo Jeong
weongyo 2008-08-11 03:57:31 UTC FreeBSD src repository Modified files: sys/dev/usb usbdevs Added files: share/man/man4 upgt.4 sys/dev/usb if_upgt.c if_upgtvar.h sys/modules/upgt Makefile Log: SVN rev 181575 on 2008-08-11 03:57:31Z by

cvs commit: src/sys/modules Makefile

2008-08-10 Thread Weongyo Jeong
weongyo 2008-08-11 04:46:14 UTC FreeBSD src repository Modified files: sys/modules Makefile Log: SVN rev 181578 on 2008-08-11 04:46:14Z by weongyo Connect upgt(4) to the build. Revision ChangesPath 1.584 +5 -0 src/sys/modules/Makefile

cvs commit: src/share/man/man4 Makefile

2008-08-10 Thread Weongyo Jeong
weongyo 2008-08-11 04:48:34 UTC FreeBSD src repository Modified files: share/man/man4 Makefile Log: SVN rev 181579 on 2008-08-11 04:48:34Z by weongyo Connect upgt.4 to the build. Revision ChangesPath 1.424 +1 -0 src/share/man/man4/Makefile

cvs commit: src/sys/boot/forth loader.conf

2008-08-10 Thread Weongyo Jeong
weongyo 2008-08-11 04:54:43 UTC FreeBSD src repository Modified files: sys/boot/forth loader.conf Log: SVN rev 181581 on 2008-08-11 04:54:43Z by weongyo Add an entry for the upgt(4) module. Revision ChangesPath 1.131 +1 -0

cvs commit: src/usr.sbin/sysinstall devices.c

2008-08-10 Thread Weongyo Jeong
weongyo 2008-08-11 04:58:06 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall devices.c Log: SVN rev 181582 on 2008-08-11 04:58:06Z by weongyo Add upgt(4) to the list of supported network interface. Revision ChangesPath 1.177 +1 -0

cvs commit: src/sys/compat/ndis kern_ndis.c

2008-07-23 Thread Weongyo Jeong
weongyo 2008-07-23 10:49:27 UTC FreeBSD src repository Modified files: sys/compat/ndis kern_ndis.c Log: SVN rev 180754 on 2008-07-23 10:49:27Z by weongyo when NDIS framework try to query/set informations NDIS drivers can return NDIS_STATUS_PENDING. In this case,

cvs commit: src/usr.sbin/ndiscvt ndisgen.8

2008-07-22 Thread Weongyo Jeong
weongyo 2008-07-23 05:50:17 UTC FreeBSD src repository Modified files: usr.sbin/ndiscvt ndisgen.8 Log: SVN rev 180730 on 2008-07-23 05:50:17Z by weongyo remove reference for unexisting ndisapi(9) Revision ChangesPath 1.4 +1 -2

cvs commit: src/share/man/man4 zyd.4

2008-07-10 Thread Weongyo Jeong
weongyo 2008-07-10 08:44:02 UTC FreeBSD src repository Modified files: share/man/man4 zyd.4 Log: SVN rev 180419 on 2008-07-10 08:44:02Z by weongyo the driver don't support AD-HOC mode currently. Revision ChangesPath 1.5 +1 -2

cvs commit: src/share/man/man4 malo.4

2008-07-07 Thread Weongyo Jeong
weongyo 2008-07-08 04:15:07 UTC FreeBSD src repository Modified files: share/man/man4 malo.4 Log: SVN rev 180363 on 2008-07-08 04:15:07Z by weongyo remove a useless example. Pointed by: imp Revision ChangesPath 1.6 +0 -6

cvs commit: src/share/man/man4 malo.4

2008-07-06 Thread Weongyo Jeong
weongyo 2008-07-07 02:39:39 UTC FreeBSD src repository Modified files: share/man/man4 malo.4 Log: SVN rev 180335 on 2008-07-07 02:39:39Z by weongyo correct device name errors and wrong informations that currently malo(4) don't support ad-hoc mode and there's no a

cvs commit: src/usr.sbin/ndiscvt inf.c

2008-06-18 Thread Weongyo Jeong
weongyo 2008-06-18 06:35:37 UTC FreeBSD src repository Modified files: usr.sbin/ndiscvt inf.c Log: SVN rev 179855 on 2008-06-18 06:35:37Z by weongyo handle .INF files for PCMCIA correctly that specify multiple entries in their [Manufacturer] sections and prevent a

cvs commit: src/sys/compat/ndis subr_ndis.c

2008-06-11 Thread Weongyo Jeong
weongyo 2008-06-11 07:55:07 UTC FreeBSD src repository Modified files: sys/compat/ndis subr_ndis.c Log: SVN rev 179720 on 2008-06-11 07:55:07Z by weongyo fix a page fault that it occurred during ifp is NULL. This bug happens when NDIS driver's initialization is

cvs commit: src/sys/compat/ndis subr_ntoskrnl.c

2008-05-30 Thread Weongyo Jeong
weongyo 2008-05-30 06:31:55 UTC FreeBSD src repository Modified files: sys/compat/ndis subr_ntoskrnl.c Log: Fix a panic that a priority value which is passed to cv_broadcastpri(9) can be 0. We don't ignore a `increment' argument but at least we keep a priority value

cvs commit: src/sys/dev/if_ndis if_ndis.c

2008-05-30 Thread Weongyo Jeong
weongyo 2008-05-30 07:17:51 UTC FreeBSD src repository Modified files: sys/dev/if_ndis if_ndis.c Log: Fix a panic that it's occurred when NDIS init handler returned a error by unknown reasons. In this case, sc-ifp is still NULL so it will cause a page fault during

cvs commit: src/sys/compat/ndis subr_ndis.c

2008-05-14 Thread Weongyo Jeong
weongyo 2008-05-15 04:29:28 UTC FreeBSD src repository Modified files: sys/compat/ndis subr_ndis.c Log: Fix a panic when it occurred during initializing the ndis driver because it try to read network address through ifnet structure which is NULL until the ndis driver's

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-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

cvs commit: src/sys/modules Makefile

2008-05-08 Thread Weongyo Jeong
weongyo 2008-05-09 02:20:39 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/modules Makefile Log: MFC: rev. 1.560 Add malo driver to the build Approved by:thompsa (mentor) RevisionChangesPath 1.540.2.13 +1 -0

cvs commit: src/share/man/man4 Makefile

2008-05-08 Thread Weongyo Jeong
weongyo 2008-05-09 02:23:11 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) share/man/man4 Makefile Log: MFC: rev. 1.413 Connect malo.4 to the build. Approved by:thompsa (mentor) RevisionChangesPath 1.393.2.11 +1 -0

cvs commit: src/share/man/man4 malo.4 src/sys/dev/malo if_malo.c if_malo.h if_malo_pci.c if_malohal.c if_malohal.h if_maloioctl.h src/sys/modules/malo Makefile

2008-05-04 Thread Weongyo Jeong
weongyo 2008-05-04 06:43:34 UTC FreeBSD src repository Added files: (Branch: RELENG_7) share/man/man4 malo.4 sys/dev/malo if_malo.c if_malo.h if_malo_pci.c if_malohal.c if_malohal.h if_maloioctl.h sys/modules/malo

cvs commit: src/usr.sbin/sysinstall devices.c src/sys/boot/forth loader.conf

2008-04-07 Thread Weongyo Jeong
weongyo 2008-04-08 01:47:33 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall devices.c sys/boot/forth loader.conf Log: Add a couple of missing wireless NIC driver modules. Approved by:thompsa (mentor) Revision ChangesPath 1.124

cvs commit: src/share/man/man4 Makefile

2008-04-01 Thread Weongyo Jeong
weongyo 2008-04-01 07:20:04 UTC FreeBSD src repository Modified files: share/man/man4 Makefile Log: Connect malo.4 to the build. Approved by:thompsa (mentor) Revision ChangesPath 1.413 +1 -0 src/share/man/man4/Makefile

cvs commit: src/sys/dev/malo if_malohal.c

2008-03-31 Thread Weongyo Jeong
weongyo 2008-04-01 01:48:08 UTC FreeBSD src repository Modified files: sys/dev/malo if_malohal.c Log: remove warnings for 64bit aware platforms. Approved by:thompsa (mentor) Revision ChangesPath 1.2 +2 -2 src/sys/dev/malo/if_malohal.c

cvs commit: src/sys/modules Makefile

2008-03-31 Thread Weongyo Jeong
weongyo 2008-04-01 01:55:19 UTC FreeBSD src repository Modified files: sys/modules Makefile Log: Add malo driver to the build Approved by:thompsa (mentor) Revision ChangesPath 1.560 +1 -0 src/sys/modules/Makefile

cvs commit: src/sys/dev/malo if_malo.c if_malo.h if_malo_pci.c if_malohal.c if_malohal.h if_maloioctl.h src/sys/modules/malo Makefile src/share/man/man4 malo.4

2008-03-25 Thread Weongyo Jeong
weongyo 2008-03-25 06:32:33 UTC FreeBSD src repository Added files: sys/dev/malo if_maloioctl.h if_malohal.h if_malohal.c if_malo_pci.c if_malo.h if_malo.c sys/modules/malo Makefile share/man/man4 malo.4 Log: Add support for

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:

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/share/misc committers-src.dot

2008-01-01 Thread Weongyo Jeong
weongyo 2008-01-01 10:25:01 UTC FreeBSD src repository Modified files: share/misc committers-src.dot Log: Add myself and my mentor Approved by:thompsa (mentor) Revision ChangesPath 1.68 +3 -0 src/share/misc/committers-src.dot

cvs commit: src/usr.bin/calendar/calendars calendar.freebsd

2008-01-01 Thread Weongyo Jeong
weongyo 2008-01-01 10:29:22 UTC FreeBSD src repository Modified files: usr.bin/calendar/calendars calendar.freebsd Log: Add my birthday to the calendar. Approved by:thompsa (mentor) Revision ChangesPath 1.223 +1 -0

cvs commit: doc/share/pgpkeys pgpkeys-developers.sgml pgpkeys.ent weongyo.key

2008-01-01 Thread Weongyo Jeong
weongyo 2008-01-01 10:33:27 UTC FreeBSD doc repository (src committer) Modified files: share/pgpkeyspgpkeys-developers.sgml pgpkeys.ent Added files: share/pgpkeysweongyo.key Log: Add my pgp key Approved by:thompsa (mentor) Revision Changes

cvs commit: doc/en_US.ISO8859-1/share/sgml authors.ent

2007-12-27 Thread Weongyo Jeong
weongyo 2007-12-28 06:11:21 UTC FreeBSD doc repository (src committer) Modified files: en_US.ISO8859-1/share/sgml authors.ent Log: Add myself Approved by:thompsa (mentor) Revision ChangesPath 1.435 +2 -0 doc/en_US.ISO8859-1/share/sgml/authors.ent

cvs commit: www/en developers.sgml

2007-12-27 Thread Weongyo Jeong
weongyo 2007-12-28 06:16:06 UTC FreeBSD doc repository (src committer) Modified files: en developers.sgml Log: Add myself Approved by:thompsa (mentor) Revision ChangesPath 1.180 +1 -0 www/en/developers.sgml

cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.committers.sgml

2007-12-27 Thread Weongyo Jeong
weongyo 2007-12-28 06:23:18 UTC FreeBSD doc repository (src committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.committers.sgml Log: Add my entity Approved by:thompsa (mentor) Revision ChangesPath 1.214 +4 -0

cvs commit: www/share/sgml news.xml

2007-12-27 Thread Weongyo Jeong
weongyo 2007-12-28 06:32:29 UTC FreeBSD doc repository (src committer) Modified files: share/sgml news.xml Log: Announce my src commit bit. Approved by:thompsa (mentor) Revision ChangesPath 1.129 +8 -0 www/share/sgml/news.xml