Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Feb 2008 13:17:04 +0900
From:      Pyun YongHyeon <pyunyh@gmail.com>
To:        Stefan Ehmann <shoesoft@gmx.net>
Cc:        Marcin Wisnicki <mwisnicki+freebsd@gmail.com>, freebsd-current@freebsd.org
Subject:   Re: CFT: vr(4)
Message-ID:  <20080216041704.GA7417@cdnetworks.co.kr>
In-Reply-To: <200802151509.38442.shoesoft@gmx.net>
References:  <20080204022334.GC27999@cdnetworks.co.kr> <200802051117.16262.shoesoft@gmx.net> <20080211053632.GF2317@cdnetworks.co.kr> <200802151509.38442.shoesoft@gmx.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Feb 15, 2008 at 03:09:38PM +0100, Stefan Ehmann wrote:
 > On Monday 11 February 2008 06:36:32 Pyun YongHyeon wrote:
 > > On Tue, Feb 05, 2008 at 11:17:15AM +0100, Stefan Ehmann wrote:
 > >  > On Monday 04 February 2008 20:56:54 Stefan Ehmann wrote:
 > >  > > On Monday 04 February 2008 18:47:44 Marcin Wisnicki wrote:
 > >  > > > On Mon, 04 Feb 2008 10:48:02 -0500, Mike Tancsa wrote:
 > >  > > > > At 09:23 PM 2/3/2008, Pyun YongHyeon wrote:
 > >  > > > >>Dear all,
 > >  > > > >>
 > >  > > > >>Here is overhauled vr(4) that shall address all known issues. PR
 > >  > > > >>database showed vr(4) is not stable enough under high load and
 > >  > > > >
 > >  > > > > Hi,
 > >  > > > >          Is there a RELENG_7 or 6 version of the driver to test ?
 > >  > > > > Using RELENG_7 from this morning, I get
 > >  > > >
 > >  > > > Try this:
 > >  > > >  
 > >  > > > http://wisnia21.freeshell.org/f/freebsd/if_vr-pyunyh-to-releng6.diff
 > >  > > >
 > >  > > > On RELENG7 there could be a conflict in second change that should be
 > >  > > > safe to ignore.
 > >  > >
 > >  > > Using it with the second chunk ignored.
 > >  >
 > >  > ...
 > >  >
 > >  > > vr0: <VIA VT6102 Rhine II 10/100BaseTX> port 0xa000-0xa0ff mem
 > >  > > 0xf0000000-0xf00000ff at device 18.0 on pci0
 > >  > > vr0: Quirks: 0x0
 > >  > > vr0: Revision: 0x74
 > >  > > miibus0: <MII bus> on vr0
 > >  > > vr0: Ethernet address: 00:0e:a6:40:3f:d0
 > >  > > vr0: [ITHREAD]
 > >  >
 > >  > (replying to myself)
 > >  > wake-on-LAN doesn't work for me any longer.
 > >
 > > Show me the output of 'ifconfig vr0'.
 > 
 > $ ifconfig vr0
 > vr0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
 >         options=8<VLAN_MTU>
                     ^^^^^^^^
Either you don't run CURRENT or your hardware does not support PCI
power management. Since WOL framework was not MFCed to
RELENG_7/RELENG_6 you wouldn't see WOL_UCAST and WOL_MAGIC
capability flags from ifconfig(8). Overhauled vr(4) disables WOL to
save power if WOL_UCAST/WOL_MCAST was disabled which is always
true on RELENG_7/RELENG_6.

 >         ether 00:0e:a6:40:3f:d0
 >         inet 192.168.0.10 netmask 0xffffff00 broadcast 192.168.0.255
 >         media: Ethernet autoselect (100baseTX <full-duplex>)
 >         status: active
 > 
 > -- 
 > Stefan

-- 
Regards,
Pyun YongHyeon



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080216041704.GA7417>