public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* ISA core vs. ISA card support
@ 2001-12-28  0:44 Eric S. Raymond
  2001-12-28  1:15 ` Alan Cox
  0 siblings, 1 reply; 5+ messages in thread
From: Eric S. Raymond @ 2001-12-28  0:44 UTC (permalink / raw)
  To: Linux Kernel List

Because the CML2 coodebase is basically buttoned down at this point,
I'm now trying to do a little forward design -- looking for rulebase
cleanups that will get much harder to do once the CML2 rulebase is
dispersed to the care of four-dozen maintainers.

Top of my list is maybe doing something about the ISA config symbol.
There is a declaration in my arch/i386 rules file that looks like this:

# There are PCI-only machines out there, but as of 2.4.0-test1 I'm told
# nobody has tested the kernel with an x86 lacking ISA.  Giacomo Catenazzi
# believes that some motherboard chips use the ISA support code anyway even
# if you don't have an ISA bus.
require X86 implies ISA==y

This is a real problem, because it means that people configuring for 
PCI-only X86 machines (an increasingly common case) are going to see a
whole boatload of ISA-card questions irrelevant to them.  I'd like to
fix this *before* changing it everywhere might imply a turf war, thank you.

There are a couple of ways I could address this in the rulebase. The best
course depends on facts I don't know.  Like, have kernels more recent than
2.4.0-test1 been built without ISA and tested on PCI-only machines?  If
this is known to work reliably, I can remove the above rule and life will
be simpler and happier.

If not, then I need to tghink about splitting the config symbol into ISA 
and ISA_SLOTS and hacking all of the present driver-visibility predicates
to use the latter, with an implication like this

require ISA_SLOTS implies ISA==y
-- 
		<a href="http://www.tuxedo.org/~esr/">Eric S. Raymond</a>

It would be thought a hard government that should tax its people one tenth 
part.	-- Benjamin Franklin

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2001-12-28  1:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-12-28  0:44 ISA core vs. ISA card support Eric S. Raymond
2001-12-28  1:15 ` Alan Cox
2001-12-28  1:02   ` Eric S. Raymond
2001-12-28  1:29     ` Alan Cox
2001-12-28  1:37       ` Eric S. Raymond

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox