Future-proofing in that way is a pipe dream.
You hope to predict what _errata_, what out-of-spec behavior future
hardware will have. Trying to code for such N^M possible futures will
lead to code bloat, depression, and eventually madness.
As David noted, we touch quirks.c all the time for various platform
eccentricities. Adding a new id is easy and takes two seconds. The
same ease of change applies to any driver-local list of ids, too.
Anyway, I think a better question to ask is: should we bloat up every
driver testing for platform quirks found on a minority of platforms?
Moreover, "it doesn't work" type errata is typically fixed in future
chip generations -- making any such generic test /less/ valuable,
because of the lower likelihood that IBM will continue to release this
buggy hardware for decades.
We have an existing "this bridge and MSI don't get along" list. Adding
an id is a one-line patch.
Jeff
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html