lkml.org 
[lkml]   [2010]   [Dec]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: Issue with firewire from 2.6.35.9 to 2.6.36.1
On Dec 07 Clemens Ladisch wrote:
> Stefan Richter wrote:
> > I wonder which of our options is preferable:
> > - Change fw-ohci from MSI blacklisting to whitelisting. Agere FW643
> > rev 07 is the only chip that can be whitelisted.
> > - Simply drop MSI support altogether.

Blacklisting is also still an option if we extend the table by a
revision field:
match = ... && (ohci_quirks[i].revision == ANY_REVISION ||
dev->revision <= ohci_quirks[i].revision) && ...;
If we ever need an dev->revision >= ohci_quirks[i].revision match, the
"break after first match" rule can be put to use or more tricks be
added.

> That depends on whether the maintainer can afford the effort of
> maintaining the whitelist.

I heard the maintainer is an FW643-E owner. Maybe he accepts the
maintenance burden for personal gain (less MMIO reads than with shared
IRQs). He might get fed up when new 1394 controllers with working MSI
support start to appear on the market in a monthly rhythm or so.

Blacklist maintenance OTOH would be worse for all concerned, since
evidently not every MSI related bug is so easy to identify like with
JMB38x and VT6315. Even such simple cases will become more problematic
as more time goes by since the 2.6.36 release. Though with the current
rate of OHCI 1394 product releases, blacklisting seems not to be a big
deal either.
--
Stefan Richter
-=====-==-=- ==-- --===
http://arcgraph.de/sr/


\
 
 \ /
  Last update: 2010-12-07 15:07    [W:0.054 / U:4.108 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site