Re: PATCH & call for help: Marking ISA only drivers

Andi Kleen (ak@muc.de)
Fri, 10 May 2002 01:11:16 +0200


On Fri, May 10, 2002 at 01:18:21AM +0200, Alan Cox wrote:
> > > > +if [ "$CONFIG_ISA" = "y" ]; then
> > > > + dep_tristate 'Adaptec AHA152X/2825 support' CONFIG_SCSI_AHA152X $CONFIG_SCSI
> > >
> > > 2825 is not ISA bus
> >
> > What then ?
>
> Vesa local bus

Ok, I'm assuming that there are no boxes with no ISA slots but VLB slots.
I guess that's safe. If someone really has a weird box were that is not true
I guess they'll have to live with defining CONFIG_ISA.

In theory one could introduce an CONFIG_VLB, but I don't think it is
worth it.

> > > > +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 ?
>
> On just about anything. If you have some old (or new) random weird box
> then so long as you know the address this works. NCR5380 macrocells are
> still being used I'm afraid to say, and attached to pretty much any bus
> people can find.

Ok thanks, will change it.

-Andi
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/