[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <07AFF12D81984B438F6986A677F18C32@realtek.com.tw>
Date: Thu, 15 Aug 2013 14:09:31 +0800
From: hayeswang <hayeswang@...ltek.com>
To: 'Peter Wu' <lekensteyn@...il.com>,
'Francois Romieu' <romieu@...zoreil.com>
CC: <netdev@...r.kernel.org>, 'nic_swsd' <nic_swsd@...ltek.com>
Subject: RE: [PATCH] r8169: remember WOL preferences on driver load
Peter Wu [mailto:lekensteyn@...il.com]
> Sent: Wednesday, August 14, 2013 8:57 PM
> To: Francois Romieu
> Cc: netdev@...r.kernel.org; nic_swsd; Hayeswang
> Subject: Re: [PATCH] r8169: remember WOL preferences on driver load
>
> On Tuesday 13 August 2013 23:28:43 Francois Romieu wrote:
> > > The r8168 vendor driver used to write to both Config1 and
> Config5, but
> > > in recent versions, this is commented out. Here we keep
> writing PMEnable
> > > to Config1 because there may be older chips where
> PMEnable is not sticky.
> >
> > <sneak regression paranoia>
> > Please include the bits you want to keep in the "&" mask.
> > </sneak regression paranoia>
>
> I previously tried:
>
> RTL_W8(Config5, RTL_R8(Config5) & (BWF | MWF | UWF |
> LanWake | PMEStatus));
I think this way is better and safe.
> but then I realized that the Realtek r8168 vendor driver does
> not touch this
> register on load. The bits not included in the above mask are
> 2, 3 and 7. On
> most datasheets for recent hardware, these are marked reserved.
Some settings would be in rtl8168_hw_start() for different chips.
We sure only correct bit would be enabled.
The simple way is to clear bit 2, 3 and 7 for all chips. Or set desired
bit which you want.
Best Regards,
Hayes
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists