cvs commit: src/sys/dev/sk if_sk.c

2008-08-19 Thread Pyun YongHyeon
yongari 2008-08-20 05:23:31 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/sk if_sk.c Log: SVN rev 181903 on 2008-08-20 05:23:31Z by yongari MFC r176265: Prefer NULL over integer 0 for pointer type. Revision ChangesPath

cvs commit: src/sys/dev/sk if_sk.c if_skreg.h

2008-08-19 Thread Pyun YongHyeon
yongari 2008-08-20 05:19:41 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/sk if_sk.c if_skreg.h Log: SVN rev 181902 on 2008-08-20 05:19:41Z by yongari MFC r176264: Nuke local jumbo allocator and switch to use of UMA backed page

cvs commit: src/sys/dev/sk if_sk.c

2008-02-13 Thread Pyun YongHyeon
yongari 2008-02-14 01:25:02 UTC FreeBSD src repository Modified files: sys/dev/sk if_sk.c Log: Prefer NULL over integer 0 for pointer type. Revision ChangesPath 1.141 +11 -11src/sys/dev/sk/if_sk.c ___ cvs-a

cvs commit: src/sys/dev/sk if_sk.c if_skreg.h

2008-02-13 Thread Pyun YongHyeon
yongari 2008-02-14 01:10:49 UTC FreeBSD src repository Modified files: sys/dev/sk if_sk.c if_skreg.h Log: Nuke local jumbo allocator and switch to use of UMA backed page allocator for jumbo frame. o Removed unneeded jlist lock which was used to manage jumbo bu

cvs commit: src/sys/dev/sk if_sk.c

2007-05-10 Thread Stephen McKay
mckay 2007-05-10 13:10:34 UTC FreeBSD src repository Modified files: sys/dev/sk if_sk.c Log: Make a missing or empty VPD non-fatal, as it was prior to rev 1.131. With this change, my D-Link DGE-530T rev A1 is operational again. Revision ChangesPath 1.136

cvs commit: src/sys/dev/sk if_sk.c if_skreg.h

2007-04-24 Thread Pyun YongHyeon
yongari 2007-04-25 00:24:54 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/sk if_sk.c if_skreg.h Log: MFC if_sk.c, rev. 1.135 and if_skreg.h, rev. 1.41 to RELENG_6: Use our own timer for watchdog instead of if_watchdog/if_timer inte

cvs commit: src/sys/dev/sk if_sk.c if_skreg.h

2007-04-01 Thread Pyun YongHyeon
yongari 2007-04-02 04:43:41 UTC FreeBSD src repository Modified files: sys/dev/sk if_sk.c if_skreg.h Log: Use our own timer for watchdog instead of if_watchdog/if_timer interface. Revision ChangesPath 1.135 +22 -8 src/sys/dev/sk/if_sk.c 1.41

cvs commit: src/sys/dev/sk if_sk.c

2007-04-01 Thread Pyun YongHyeon
yongari 2007-04-02 04:30:23 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/sk if_sk.c Log: MFC if_sk.c, rev. 1.129 to RELENG_6 Fix incorrect busy check for PHY write operation. While I'm here remove unnecessary return statement.

cvs commit: src/sys/dev/sk if_sk.c if_skreg.h

2007-04-01 Thread Pyun YongHyeon
yongari 2007-04-02 02:04:13 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/sk if_sk.c if_skreg.h Log: MFC if_sk.c, rev 1.132 if_skreg.h, rev 1.40 to RELENG_6 Remove incomplete Yukon II support code which was added in if_sk.c, rev 1.123

cvs commit: src/sys/dev/sk if_sk.c if_skreg.h

2006-12-13 Thread Pyun YongHyeon
yongari 2006-12-14 04:10:26 UTC FreeBSD src repository Modified files: sys/dev/sk if_sk.c if_skreg.h Log: Remove incomplete Yukon II support code which was added in if_sk.c, rev 1.123. Yukon II users should use msk(4). Revision ChangesPath 1.132 +3 -74

cvs commit: src/sys/dev/sk if_sk.c

2006-08-16 Thread Pyun YongHyeon
yongari 2006-08-17 00:03:58 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/sk if_sk.c Log: MFC if_sk.c, 1.130 to RELENG_6: Fix invalid reference of mbuf chains. Use proper pointer dereference to inform modified mbuf chains to ca

cvs commit: src/sys/dev/sk if_sk.c

2006-08-11 Thread Pyun YongHyeon
yongari 2006-08-12 01:24:37 UTC FreeBSD src repository Modified files: sys/dev/sk if_sk.c Log: Fix invalid reference of mbuf chains. Use proper pointer dereference to inform modified mbuf chains to caller. In collaboration with: glebius Revision Changes

cvs commit: src/sys/dev/sk if_sk.c if_skreg.h

2006-08-01 Thread Pyun YongHyeon
yongari 2006-08-02 04:27:31 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/sk if_sk.c if_skreg.h Log: MFC: if_sk.c, 1.128 if_skreg.h, 1.38 to RELENG_6 Add device ID for second generation D-Link DGE-530T. Revision ChangesPath

cvs commit: src/sys/dev/sk if_sk.c

2006-08-01 Thread Pyun YongHyeon
yongari 2006-08-02 02:37:00 UTC FreeBSD src repository Modified files: sys/dev/sk if_sk.c Log: Fix incorrect busy check for PHY write operation. While I'm here remove unnecessary return statement. Revision ChangesPath 1.129 +2 -4 src/sys/dev/sk/if

cvs commit: src/sys/dev/sk if_sk.c if_skreg.h

2006-07-26 Thread Pyun YongHyeon
yongari 2006-07-27 05:06:44 UTC FreeBSD src repository Modified files: sys/dev/sk if_sk.c if_skreg.h Log: Add device ID for second generation D-Link DGE-530T. PR: kern/99903 Revision ChangesPath 1.128 +8 -2 src/sys/dev/sk/if_sk.c 1.38

cvs commit: src/sys/dev/sk if_sk.c if_skreg.h

2006-07-18 Thread Pyun YongHyeon
yongari 2006-07-19 04:12:59 UTC FreeBSD src repository Modified files: sys/dev/sk if_sk.c if_skreg.h Log: Convert sk(4) to use the new bus_alloc_resources() API and bus_{read,write}_* macros. Submitted by: Antoine Brodin Reviewed by:imp (initial version)

cvs commit: src/sys/dev/sk if_sk.c

2006-07-12 Thread Pyun YongHyeon
yongari 2006-07-13 01:57:52 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/sk if_sk.c Log: MFC if_sk.c, 1.126 to RELENG_6: Fix typo in comment. Revision ChangesPath 1.125.2.3 +2 -2 src/sys/dev/sk/if_sk.c __

cvs commit: src/sys/dev/sk if_sk.c

2006-07-04 Thread Pyun YongHyeon
yongari 2006-07-05 04:56:50 UTC FreeBSD src repository Modified files: sys/dev/sk if_sk.c Log: Fix typo in comment. Submitted by: brad AT OpenBSD DOT org Revision ChangesPath 1.126 +2 -2 src/sys/dev/sk/if_sk.c

Re: cvs commit: src/sys/dev/sk if_sk.c if_skreg.h xmaciireg.h yukonreg.h

2006-06-12 Thread Konstantin Belousov
On Tue, Jun 13, 2006 at 12:41:28PM +0900, Pyun YongHyeon wrote: > On Tue, Jun 13, 2006 at 06:14:46AM +0300, Kostik Belousov wrote: > > skc0: [GIANT-LOCKED] > > ^ Is it right ? > > Maybe debug.mpsafenet=0 due to the instability of the driver? Yes, I have IPSEC in the kernel

Re: cvs commit: src/sys/dev/sk if_sk.c if_skreg.h xmaciireg.h yukonreg.h

2006-06-12 Thread Pyun YongHyeon
On Tue, Jun 13, 2006 at 06:14:46AM +0300, Kostik Belousov wrote: > On Tue, Jun 13, 2006 at 02:11:53AM +, Pyun YongHyeon wrote: > > yongari 2006-06-13 02:11:53 UTC > > > > FreeBSD src repository > > > > Modified files:(Branch: RELENG_6) > > sys/dev/sk if_sk

Re: cvs commit: src/sys/dev/sk if_sk.c if_skreg.h xmaciireg.h yukonreg.h

2006-06-12 Thread Kostik Belousov
On Tue, Jun 13, 2006 at 02:11:53AM +, Pyun YongHyeon wrote: > yongari 2006-06-13 02:11:53 UTC > > FreeBSD src repository > > Modified files:(Branch: RELENG_6) > sys/dev/sk if_sk.c if_skreg.h xmaciireg.h yukonreg.h > Log: > Sync with HEAD. >- bus_dma(9),

cvs commit: src/sys/dev/sk if_sk.c if_skreg.h xmaciireg.h yukonreg.h

2006-06-12 Thread Pyun YongHyeon
yongari 2006-06-13 02:11:53 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/sk if_sk.c if_skreg.h xmaciireg.h yukonreg.h Log: Sync with HEAD. - bus_dma(9), MPSAFE conversion - rework PHY setup - fix false watchdog timeout Revis

cvs commit: src/sys/dev/sk if_sk.c

2006-06-07 Thread Pyun YongHyeon
yongari 2006-06-07 09:05:20 UTC FreeBSD src repository Modified files: sys/dev/sk if_sk.c Log: Fix watchdog timeout errors seen on a few systems. SK-NET GENESIS document says reading SK_ISSR should stop generating further interrupts(Since we drop a driver lock befor

Re: cvs commit: src/sys/dev/sk if_sk.c if_skreg.h

2006-05-15 Thread Greg 'groggy' Lehey
On Monday, 15 May 2006 at 12:17:37 +0200, Dag-Erling Smrgrav wrote: > Florent Thoumie <[EMAIL PROTECTED]> writes: >> On Mon, 2006-05-15 at 04:50 +, Pyun YongHyeon wrote: >>> Obtained from: OpenBSD >>> Reported by:Ganbold ganbold ! micom ( mng $ net >>> Tested by: Ganbold ganbold

Re: cvs commit: src/sys/dev/sk if_sk.c if_skreg.h

2006-05-15 Thread Ceri Davies
On Mon, May 15, 2006 at 12:17:37PM +0200, Dag-Erling Sm?rgrav wrote: > Florent Thoumie <[EMAIL PROTECTED]> writes: > > On Mon, 2006-05-15 at 04:50 +, Pyun YongHyeon wrote: > > > Obtained from: OpenBSD > > > Reported by:Ganbold ganbold ! micom ( mng $ net > > > Tested by: Ganbold

Re: cvs commit: src/sys/dev/sk if_sk.c if_skreg.h

2006-05-15 Thread Dag-Erling Smørgrav
Florent Thoumie <[EMAIL PROTECTED]> writes: > On Mon, 2006-05-15 at 04:50 +, Pyun YongHyeon wrote: > > Obtained from: OpenBSD > > Reported by:Ganbold ganbold ! micom ( mng $ net > > Tested by: Ganbold ganbold ! micom ( mng $ net > What the hell is that? :-) A stupid way of spel

Re: cvs commit: src/sys/dev/sk if_sk.c if_skreg.h

2006-05-15 Thread Florent Thoumie
On Mon, 2006-05-15 at 17:48 +0900, Pyun YongHyeon wrote: > On Mon, May 15, 2006 at 10:24:16AM +0100, Florent Thoumie wrote: > > On Mon, 2006-05-15 at 04:50 +, Pyun YongHyeon wrote: > > > > > Obtained from: OpenBSD > > > Reported by:Ganbold ganbold ! micom ( mng $ net > > > Test

Re: cvs commit: src/sys/dev/sk if_sk.c if_skreg.h

2006-05-15 Thread Pyun YongHyeon
On Mon, May 15, 2006 at 10:24:16AM +0100, Florent Thoumie wrote: > On Mon, 2006-05-15 at 04:50 +, Pyun YongHyeon wrote: > > > Obtained from: OpenBSD > > Reported by:Ganbold ganbold ! micom ( mng $ net > > Tested by: Ganbold ganbold ! micom ( mng $ net > > What the hell

Re: cvs commit: src/sys/dev/sk if_sk.c if_skreg.h

2006-05-15 Thread Florent Thoumie
On Mon, 2006-05-15 at 04:50 +, Pyun YongHyeon wrote: > Obtained from: OpenBSD > Reported by:Ganbold ganbold ! micom ( mng $ net > Tested by: Ganbold ganbold ! micom ( mng $ net What the hell is that? :-) -- Florent Thoumie [EMAIL PROTECTED] FreeBSD Committer signature.asc

cvs commit: src/sys/dev/sk if_sk.c if_skreg.h

2006-05-14 Thread Pyun YongHyeon
yongari 2006-05-15 04:50:33 UTC FreeBSD src repository Modified files: sys/dev/sk if_sk.c if_skreg.h Log: Re-wrok PHY setup, media handling and dual-port detection. With this change SysKonnect SK-9521 v2.0 and SK-9821 v2.0 adapter now works. Obtained from: Ope

Re: cvs commit: src/sys/dev/sk if_sk.c if_skreg.h

2006-05-02 Thread John Baldwin
On Monday 01 May 2006 09:08 pm, Maxim Sobolev wrote: > Maxim Sobolev wrote: > > John Baldwin wrote: > >>> BTW, I have noticed that we don't mark lapic page as noncacheable, > >>> which seemingly required by the spec. I have made small change (3 > >>> lines), but it doesn't help either. > >> > >> Yo

Re: cvs commit: src/sys/dev/sk if_sk.c if_skreg.h

2006-05-02 Thread John Baldwin
On Monday 01 May 2006 06:25 pm, Maxim Sobolev wrote: > John Baldwin wrote: > >> BTW, I have noticed that we don't mark lapic page as noncacheable, which > >> seemingly required by the spec. I have made small change (3 lines), but > >> it doesn't help either. > > > > You can also try the PAT patch w

Re: cvs commit: src/sys/dev/sk if_sk.c if_skreg.h

2006-05-01 Thread Maxim Sobolev
Maxim Sobolev wrote: John Baldwin wrote: BTW, I have noticed that we don't mark lapic page as noncacheable, which seemingly required by the spec. I have made small change (3 lines), but it doesn't help either. You can also try the PAT patch which would have the side effect of forcing the lap

Re: cvs commit: src/sys/dev/sk if_sk.c if_skreg.h

2006-05-01 Thread Maxim Sobolev
John Baldwin wrote: BTW, I have noticed that we don't mark lapic page as noncacheable, which seemingly required by the spec. I have made small change (3 lines), but it doesn't help either. You can also try the PAT patch which would have the side effect of forcing the lapic to be mapped UC as

Re: cvs commit: src/sys/dev/sk if_sk.c if_skreg.h

2006-05-01 Thread John Baldwin
On Monday 01 May 2006 15:13, Maxim Sobolev wrote: > John Baldwin wrote: > > >> BTW, can you check the following URL, it's the changes intel has made > >> to ia32 manual after releasing Core Duo. Maybe you can spot something > >> there. There are some lapic-related changes. > >> > >> http://downl

Re: cvs commit: src/sys/dev/sk if_sk.c if_skreg.h

2006-05-01 Thread Maxim Sobolev
John Baldwin wrote: BTW, can you check the following URL, it's the changes intel has made to ia32 manual after releasing Core Duo. Maybe you can spot something there. There are some lapic-related changes. http://download.intel.com/design/Pentium4/specupdt/25204616.pdf None of the APIC-relat

Re: cvs commit: src/sys/dev/sk if_sk.c if_skreg.h

2006-05-01 Thread John Baldwin
On Friday 28 April 2006 17:22, Maxim Sobolev wrote: > John Baldwin wrote: > > On Friday 28 April 2006 15:27, Maxim Sobolev wrote: > >> Nate Lawson wrote: > >>> Maxim Sobolev wrote: > > BTW, thanks for your work on the reboot issue. Oh, and are you using > Don't mention it. The other big a

cvs commit: src/sys/dev/sk if_sk.c

2006-04-30 Thread Maxim Sobolev
sobomax 2006-05-01 05:16:36 UTC FreeBSD src repository Modified files: sys/dev/sk if_sk.c Log: Don't attach to Marvell 88E805X (Yukon-II) by default, the driver is not functional yet. Requested by: bz Revision ChangesPath 1.123 +2 -0 src/sy

Re: cvs commit: src/sys/dev/sk if_sk.c if_skreg.h

2006-04-29 Thread Scott Long
Bjoern A. Zeeb wrote: On Sat, 29 Apr 2006, Maxim Sobolev wrote: Bjoern A. Zeeb wrote: On Fri, 28 Apr 2006, Maxim Sobolev wrote: Joe Marcus Clarke wrote: On Fri, 2006-04-28 at 03:17 +, Maxim Sobolev wrote: sobomax 2006-04-28 03:17:37 UTC FreeBSD src repository Modified file

Re: cvs commit: src/sys/dev/sk if_sk.c if_skreg.h

2006-04-29 Thread Bjoern A. Zeeb
On Sat, 29 Apr 2006, Maxim Sobolev wrote: Bjoern A. Zeeb wrote: On Fri, 28 Apr 2006, Maxim Sobolev wrote: Joe Marcus Clarke wrote: On Fri, 2006-04-28 at 03:17 +, Maxim Sobolev wrote: sobomax 2006-04-28 03:17:37 UTC FreeBSD src repository Modified files: sys/dev/sk

Re: cvs commit: src/sys/dev/sk if_sk.c if_skreg.h

2006-04-29 Thread Maxim Sobolev
Bjoern A. Zeeb wrote: On Fri, 28 Apr 2006, Maxim Sobolev wrote: Joe Marcus Clarke wrote: On Fri, 2006-04-28 at 03:17 +, Maxim Sobolev wrote: sobomax 2006-04-28 03:17:37 UTC FreeBSD src repository Modified files: sys/dev/sk if_sk.c if_skreg.h Log: Add some incom

Re: cvs commit: src/sys/dev/sk if_sk.c if_skreg.h

2006-04-29 Thread Bjoern A. Zeeb
On Fri, 28 Apr 2006, Maxim Sobolev wrote: Joe Marcus Clarke wrote: On Fri, 2006-04-28 at 03:17 +, Maxim Sobolev wrote: sobomax 2006-04-28 03:17:37 UTC FreeBSD src repository Modified files: sys/dev/sk if_sk.c if_skreg.h Log: Add some incomplete support for Marve

Re: cvs commit: src/sys/dev/sk if_sk.c if_skreg.h

2006-04-28 Thread Maxim Sobolev
John Baldwin wrote: On Friday 28 April 2006 15:27, Maxim Sobolev wrote: Nate Lawson wrote: Maxim Sobolev wrote: BTW, thanks for your work on the reboot issue. Oh, and are you using Don't mention it. The other big and still unresolved issue is getting SMP working. I have tried to debug it and

Re: cvs commit: src/sys/dev/sk if_sk.c if_skreg.h

2006-04-28 Thread John Baldwin
On Friday 28 April 2006 15:27, Maxim Sobolev wrote: > Nate Lawson wrote: > > Maxim Sobolev wrote: > >>> BTW, thanks for your work on the reboot issue. Oh, and are you using > >> > >> Don't mention it. The other big and still unresolved issue is getting > >> SMP working. I have tried to debug it a

Re: cvs commit: src/sys/dev/sk if_sk.c if_skreg.h

2006-04-28 Thread Maxim Sobolev
Nate Lawson wrote: Maxim Sobolev wrote: BTW, thanks for your work on the reboot issue. Oh, and are you using Don't mention it. The other big and still unresolved issue is getting SMP working. I have tried to debug it and as long as I can tell second core for some reason doesn't start at all

Re: cvs commit: src/sys/dev/sk if_sk.c if_skreg.h

2006-04-28 Thread Nate Lawson
Maxim Sobolev wrote: BTW, thanks for your work on the reboot issue. Oh, and are you using Don't mention it. The other big and still unresolved issue is getting SMP working. I have tried to debug it and as long as I can tell second core for some reason doesn't start at all. I have even attemp

Re: cvs commit: src/sys/dev/sk if_sk.c if_skreg.h

2006-04-28 Thread Maxim Sobolev
Joe Marcus Clarke wrote: On Fri, 2006-04-28 at 03:17 +, Maxim Sobolev wrote: sobomax 2006-04-28 03:17:37 UTC FreeBSD src repository Modified files: sys/dev/sk if_sk.c if_skreg.h Log: Add some incomplete support for Marvell Yukon EC controllers based on OpenBSD

Re: cvs commit: src/sys/dev/sk if_sk.c if_skreg.h

2006-04-27 Thread Pyun YongHyeon
On Thu, Apr 27, 2006 at 11:43:11PM -0400, Joe Marcus Clarke wrote: > On Fri, 2006-04-28 at 03:17 +, Maxim Sobolev wrote: > > sobomax 2006-04-28 03:17:37 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/sk if_sk.c if_skreg.h > > Log: > >

Re: cvs commit: src/sys/dev/sk if_sk.c if_skreg.h

2006-04-27 Thread Joe Marcus Clarke
On Fri, 2006-04-28 at 03:17 +, Maxim Sobolev wrote: > sobomax 2006-04-28 03:17:37 UTC > > FreeBSD src repository > > Modified files: > sys/dev/sk if_sk.c if_skreg.h > Log: > Add some incomplete support for Marvell Yukon EC controllers based on > OpenBSD changes. W

cvs commit: src/sys/dev/sk if_sk.c if_skreg.h

2006-04-27 Thread Maxim Sobolev
sobomax 2006-04-28 03:17:37 UTC FreeBSD src repository Modified files: sys/dev/sk if_sk.c if_skreg.h Log: Add some incomplete support for Marvell Yukon EC controllers based on OpenBSD changes. With these changes, PHY part of the driver becomes functional (it senses

cvs commit: src/sys/dev/sk if_sk.c if_skreg.h xmaciireg.h yukonreg.h

2006-04-26 Thread Pyun YongHyeon
yongari 2006-04-27 05:59:09 UTC FreeBSD src repository Modified files: sys/dev/sk if_sk.c if_skreg.h xmaciireg.h yukonreg.h Log: Bring busdmafied sk(4) to all architectures. - MPSAFE. No more recursive lock required. - bus_dma(9) conversion. I think it should work o

cvs commit: src/sys/dev/sk if_sk.c

2006-04-26 Thread Pyun YongHyeon
yongari 2006-04-27 04:39:58 UTC FreeBSD src repository Modified files: sys/dev/sk if_sk.c Log: Correct DRIVER_MODULE declaration. skc does attach to pci bus instead of sk. Submitted by: jmg Revision ChangesPath 1.120 +1 -1 src/sys/dev/sk/if