public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Andi Kleen <ak@muc.de>
To: Alan Cox <alan@lxorguk.ukuu.org.uk>
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:50:07 +0200	[thread overview]
Message-ID: <20020510005007.B1327@averell> (raw)
In-Reply-To: <20020509203719.A3746@averell> <E175ubJ-0004T4-00@the-village.bc.nu>

On Thu, May 09, 2002 at 10:33:21PM +0200, Alan Cox wrote:
> > 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.
> 
> ISA slots != ISA devices
> 
> And ISA stuff hanging off things like chipset glue busses is everywhere
> 
> > +if [ "$CONFIG_ISA" = "y" ]; then
> > +   dep_tristate 'Adaptec AHA152X/2825 support' CONFIG_SCSI_AHA152X $CONFIG_SCSI
> 
> 2825 is not ISA bus

What then ?

> 
> > +# does not use pci dma and seems to be isa/onboard only for old machines
> > +if [ "$CONFIG_X86_64" != "y" ]; then
> > +  dep_tristate 'AM53/79C974 PCI SCSI support' CONFIG_SCSI_AM53C974 $CONFIG_SCSI $CONFIG_PCI
> > +fi
> 
> Thats PCI.

But seems to be not 64bit safe and miss pci dma support (note the CONFIG_X86_64). 

> 
> > +if [ "$CONFIG_ISA" = "y" ]; then
> > +  dep_tristate 'Generic NCR5380/53c400 SCSI support' CONFIG_SCSI_GENERIC_NCR5380 $CONFIG_SCSI
> > +  if [ "$CONFIG_SCSI_GENERIC_NCR5380" != "n" ]; then
> 
> This is used in multiple non ISA situations.

Only on ancient motherboards (I remember having it on some really old EISA
machine) and non PC devices, no ? 
I'm hoping the non PC users will add their perspective architecture again.

-Andi

  reply	other threads:[~2002-05-09 22:50 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
2002-05-09 20:33 ` Alan Cox
2002-05-09 22:50   ` Andi Kleen [this message]
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=20020510005007.B1327@averell \
    --to=ak@muc.de \
    --cc=alan@lxorguk.ukuu.org.uk \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox