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
-
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/