Re: svn commit: r304584 - head/sys/dev/alc

2016-08-21 Thread YongHyeon PYUN
On Mon, Aug 22, 2016 at 03:28:06AM +, Pyun YongHyeon wrote: > Author: yongari > Date: Mon Aug 22 03:28:06 2016 > New Revision: 304584 > URL: https://svnweb.freebsd.org/changeset/base/304584 > > Log: > Add a missing change in r304575. > > Noticed by: jhb Actually it was pointed out by m

Re: svn commit: r304439 - head/sys/dev/usb/net

2016-08-19 Thread YongHyeon PYUN
On Fri, Aug 19, 2016 at 12:39:58PM +0200, Hans Petter Selasky wrote: > On 08/19/16 11:22, YongHyeon PYUN wrote: > >On Fri, Aug 19, 2016 at 11:11:56AM +0200, Hans Petter Selasky wrote: > >>On 08/19/16 10:55, YongHyeon PYUN wrote: > >>>I think the order is right but i

Re: svn commit: r304439 - head/sys/dev/usb/net

2016-08-19 Thread YongHyeon PYUN
On Fri, Aug 19, 2016 at 11:11:56AM +0200, Hans Petter Selasky wrote: > On 08/19/16 10:55, YongHyeon PYUN wrote: > >I think the order is right but it was not tested on big-endian > >systems. > > Hi, > > I'm pretty sure the ifdef is wrong, because you write th

Re: svn commit: r304439 - head/sys/dev/usb/net

2016-08-19 Thread YongHyeon PYUN
On Fri, Aug 19, 2016 at 10:50:47AM +0200, Hans Petter Selasky wrote: > On 08/19/16 02:50, Pyun YongHyeon wrote: > >Modified: head/sys/dev/usb/net/if_axgereg.h > >== > >--- head/sys/dev/usb/net/if_axgereg.hFri Aug 19

Re: svn commit: r304326 - head/sys/dev/usb/net

2016-08-18 Thread YongHyeon PYUN
On Thu, Aug 18, 2016 at 04:44:29PM +, Bjoern A. Zeeb wrote: > On 18 Aug 2016, at 5:07, Pyun YongHyeon wrote: > > >Author: yongari > >Date: Thu Aug 18 05:07:02 2016 > >New Revision: 304326 > >URL: https://svnweb.freebsd.org/changeset/base/304326 > > [...] > >+struct axge_frame_txhdr { > >+#if

Re: svn commit: r266974 - in head/sys: dev/dc dev/fxp dev/mii dev/netmap kern net

2014-06-02 Thread Yonghyeon PYUN
On Mon, Jun 02, 2014 at 11:42:10AM -0700, Marcel Moolenaar wrote: > > On Jun 2, 2014, at 11:27 AM, Adrian Chadd wrote: > > > .. and actually, bikeshedding for a moment, would we be able to move a > > lot of these accessor methods over to inlines? Would that break the > > Juniper way of doing thi

Re: svn commit: r263957 - in head/sys: dev/age dev/alc dev/ale dev/bce dev/bge dev/fxp dev/jme dev/msk dev/nfe dev/sge pci

2014-03-30 Thread Yonghyeon PYUN
On Mon, Mar 31, 2014 at 01:25:35PM +0900, Yonghyeon PYUN wrote: > On Sun, Mar 30, 2014 at 09:00:59PM -0700, John-Mark Gurney wrote: > > Pyun YongHyeon wrote this message on Mon, Mar 31, 2014 at 01:54 +: > > > Author: yongari > > > Date: Mon Mar 31 01:54:59 2014

Re: svn commit: r263957 - in head/sys: dev/age dev/alc dev/ale dev/bce dev/bge dev/fxp dev/jme dev/msk dev/nfe dev/sge pci

2014-03-30 Thread Yonghyeon PYUN
On Sun, Mar 30, 2014 at 09:00:59PM -0700, John-Mark Gurney wrote: > Pyun YongHyeon wrote this message on Mon, Mar 31, 2014 at 01:54 +: > > Author: yongari > > Date: Mon Mar 31 01:54:59 2014 > > New Revision: 263957 > > URL: http://svnweb.freebsd.org/changeset/base/263957 > > > > Log: > > Inc

Re: svn commit: r260224 - head/sys/netinet

2014-01-05 Thread Yonghyeon PYUN
On Fri, Jan 03, 2014 at 11:03:12AM +, Gleb Smirnoff wrote: > Author: glebius > Date: Fri Jan 3 11:03:12 2014 > New Revision: 260224 > URL: http://svnweb.freebsd.org/changeset/base/260224 > > Log: > Make failure of ifpromisc() a non-fatal error. This makes it possible to > run carp(4) on v

Re: svn commit: r242425 - head/sys/dev/ti

2012-11-01 Thread YongHyeon PYUN
On Wed, Oct 31, 2012 at 11:16:43PM -0700, Adrian Chadd wrote: > so where'd this happen? interleaved TX nowdays via if_transmit() ? > if_output after fragmentation. > > > Adrian > > On 31 October 2012 22:39, Pyun YongHyeon wrote: > > Author: yongari > > Date: Thu Nov 1 05:39:21 2012 > > New

Re: svn commit: r242161 - in head/sys: net netinet netpfil/pf

2012-10-31 Thread YongHyeon PYUN
On Wed, Oct 31, 2012 at 08:59:06AM +0100, Andre Oppermann wrote: > On 30.10.2012 03:25, YongHyeon PYUN wrote: > >On Mon, Oct 29, 2012 at 09:20:59AM +0100, Andre Oppermann wrote: > >>On 29.10.2012 22:40, YongHyeon PYUN wrote: > >>>On Mon, Oct 29, 2012 at 09:21:0

Re: svn commit: r242161 - in head/sys: net netinet netpfil/pf

2012-10-29 Thread YongHyeon PYUN
On Mon, Oct 29, 2012 at 09:20:59AM +0100, Andre Oppermann wrote: > On 29.10.2012 22:40, YongHyeon PYUN wrote: > >On Mon, Oct 29, 2012 at 09:21:00AM +0400, Gleb Smirnoff wrote: > >>On Mon, Oct 29, 2012 at 01:41:04PM -0700, YongHyeon PYUN wrote: > >>Y> On Sun, Oct 28,

Re: svn commit: r242161 - in head/sys: net netinet netpfil/pf

2012-10-28 Thread YongHyeon PYUN
On Mon, Oct 29, 2012 at 09:21:00AM +0400, Gleb Smirnoff wrote: > On Mon, Oct 29, 2012 at 01:41:04PM -0700, YongHyeon PYUN wrote: > Y> On Sun, Oct 28, 2012 at 02:01:37AM +0400, Gleb Smirnoff wrote: > Y> > On Sat, Oct 27, 2012 at 12:58:52PM +0200, Andre Oppermann wrote: > Y>

Re: svn commit: r242161 - in head/sys: net netinet netpfil/pf

2012-10-28 Thread YongHyeon PYUN
On Sun, Oct 28, 2012 at 02:01:37AM +0400, Gleb Smirnoff wrote: > On Sat, Oct 27, 2012 at 12:58:52PM +0200, Andre Oppermann wrote: > A> On 26.10.2012 23:06, Gleb Smirnoff wrote: > A> > Author: glebius > A> > Date: Fri Oct 26 21:06:33 2012 > A> > New Revision: 242161 > A> > URL: http://svn.freebsd.or

Re: svn commit: r230286 - head/sys/dev/bge

2012-01-18 Thread YongHyeon PYUN
On Wed, Jan 18, 2012 at 09:53:51AM -0500, John Baldwin wrote: > On Tuesday, January 17, 2012 5:15:33 pm Pyun YongHyeon wrote: > > Author: yongari > > Date: Tue Jan 17 22:15:33 2012 > > New Revision: 230286 > > URL: http://svn.freebsd.org/changeset/base/230286 > > > > Log: > > Introduce a tunable

Re: svn commit: r225405 - head/sys/dev/ixgbe

2011-09-05 Thread YongHyeon PYUN
On Mon, Sep 05, 2011 at 05:54:19PM +, Qing Li wrote: > Author: qingli > Date: Mon Sep 5 17:54:19 2011 > New Revision: 225405 > URL: http://svn.freebsd.org/changeset/base/225405 > > Log: > The maximum read size of incoming packets is done in 1024-byte increments. > The current code was rou

Re: svn commit: r223648 - head/sys/dev/gem

2011-07-07 Thread YongHyeon PYUN
On Thu, Jul 07, 2011 at 11:26:08AM -0500, Nathan Whitehorn wrote: > On 07/07/11 11:07, Marius Strobl wrote: > >On Thu, Jul 07, 2011 at 09:34:39AM -0500, Nathan Whitehorn wrote: > >>This breaks one of my gem devices (chip=0x0021106b) when the controller > >>is initialized from FreeBSD (netbooting wo

Re: svn commit: r220736 - head/sbin/natd

2011-04-18 Thread YongHyeon PYUN
On Mon, Apr 18, 2011 at 02:44:35PM -0700, Maxim Sobolev wrote: > On 4/18/2011 11:13 AM, Gleb Smirnoff wrote: > >This looks like a hack and better place for this hack would be shell > >scripts rather than nat daemon. > > Well, I am not sure how would you apply shell script in such case. The > prob