From: Andi Kleen <ak@muc.de>
To: Martin Dalecki <dalecki@evision-ventures.com>
Cc: Andi Kleen <ak@muc.de>, linux-kernel@vger.kernel.org
Subject: Re: PATCH & call for help: Marking ISA only drivers
Date: Fri, 10 May 2002 00:46:15 +0200 [thread overview]
Message-ID: <20020510004615.A1327@averell> (raw)
In-Reply-To: <20020509203719.A3746@averell> <3CDAD35A.6070900@evision-ventures.com>
On Thu, May 09, 2002 at 09:51:54PM +0200, Martin Dalecki wrote:
> Uz.ytkownik Andi Kleen napisa?:
> >Hallo,
> >
> >This patch tries to make most ISA only drivers dependent on CONFIG_ISA.
>
> If only for the fact that it allows you to don't look at archaic
> hardware configuration options makes it a good idea I think.
And often the old drivers do not work anymore anyways...
> >The motivation is that it is a lot of work to get old drivers to compile
> >meaningfully (at least without warnings, not even testing them) on x86-64
> >and a lot of them are obviously not 64bit safe. As it is very unlikely
> >that x86-64 boxes will ever have ISA slots[1] one simple way for that
> >is just removing the old ISA drivers from the configuration.
> >
> >BTW I think CONFIG_ISA would be an useful configuration option for
> >i386 too - at least most modern PCs do not come with ISA slots anymore.
>
> Plase add mcd and mcdx - CD-ROM drivers. Both of them required
> an special "controller" card, which was indeed ISA based.
I removed the complete drivers/cdrom directory for x86-64 now, as it seems to
contain no PCI code at all. For i386 it can be made dependent on CONFIG_ISA.
Also I did this change for the IDE configuration (assuming that there
are no boxes with no ISA but a VLB slot). I hope this covers all
ISA/VLB only adapters for IDE.
You may want to incorporate it.
-Andi
--- linux/drivers/ide/Config.in-o Mon May 6 13:11:47 2002
+++ linux/drivers/ide/Config.in Thu May 9 20:42:45 2002
@@ -131,7 +131,8 @@
EXT_DIRECT CONFIG_IDE_EXT_DIRECT" 8xx_PCCARD
fi
- bool ' Other IDE chipset support' CONFIG_IDE_CHIPSETS
+ # assume no ISA -> also no VLB
+ dep_bool ' Other ISA/VLB IDE chipset support' CONFIG_IDE_CHIPSETS CONFIG_ISA
if [ "$CONFIG_IDE_CHIPSETS" = "y" ]; then
comment 'Note: most of these also require special kernel boot parameters'
bool ' ALI M14xx support' CONFIG_BLK_DEV_ALI14XX
next prev parent reply other threads:[~2002-05-09 22:46 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-05-09 18:37 PATCH & call for help: Marking ISA only drivers Andi Kleen
2002-05-09 18:47 ` William Stearns
2002-05-09 20:08 ` CML2 [was Re: PATCH & call for help: Marking ISA only drivers] Tomas Szepe
2002-05-09 20:22 ` Dave Jones
2002-05-09 20:23 ` Alexander Viro
2002-05-09 20:31 ` Tomas Szepe
2002-05-09 20:49 ` toon
2002-05-10 8:30 ` Sean Hunter
2002-05-10 23:56 ` Andrew Rodland
2002-05-10 2:37 ` jeff millar
2002-05-09 19:51 ` PATCH & call for help: Marking ISA only drivers Martin Dalecki
2002-05-09 22:46 ` Andi Kleen [this message]
2002-05-09 20:33 ` Alan Cox
2002-05-09 22:50 ` Andi Kleen
2002-05-09 23:18 ` Alan Cox
2002-05-09 23:11 ` Andi Kleen
2002-05-10 0:18 ` Alan Cox
2002-05-10 4:45 ` Martin Dalecki
-- strict thread matches above, loose matches on Subject: below --
2002-05-10 3:59 Peter Samuelson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20020510004615.A1327@averell \
--to=ak@muc.de \
--cc=dalecki@evision-ventures.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.