Re: [2.6 patch] removed useless SCSI_GENERIC_NCR5380_MMIO

From: Christoph Hellwig
Date: Sat Nov 12 2005 - 02:10:42 EST


On Sat, Nov 12, 2005 at 05:37:07AM +0100, Adrian Bunk wrote:
> This patch removes the useless SCSI_GENERIC_NCR5380_MMIO.
>
> It's useless, since SCSI_G_NCR5380_MEM != CONFIG_SCSI_G_NCR5380_MEM.
>
> This issue exists at least since kernel 2.6.0 and since it seems noone
> noticed it I'd say we can safely remove it.

NACK. I know at least Alan has hardware and might want to bring it
forward. A better fix would be to convert the generic ncr5380 driver
to use ioread*/iowrite* so it can cover both mmio and pio in a single
binary.

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