Re: [PATCH] NCR53c406a.c warning

From: Alan Cox
Date: Fri Sep 12 2003 - 09:49:59 EST


On Gwe, 2003-09-12 at 15:16, Maciej W. Rozycki wrote:
> I've encountered an ISA adapter using this chip in polled mode (no ISA
> IRQ line routed to the chip) quite recently. But I can't say if the guy
> using it won't throw it away before final 2.6. ;-)

For a lot of these dumb controllers polled I/O seems to materially
outperform interrupt driven I/O on SMP boxes - its true of the NCR5380
for example. We trade a ton of locking jamming the box up for a CPU
thats spending some of its time pretending to be half a scsi chip.

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