Re: [RFC: 2.6 patch] remove ISA legacy functions
From: Jeff Garzik <hidden>
Date: 2005-11-12 05:08:50
Also in:
linux-scsi, lkml
From: Jeff Garzik <hidden>
Date: 2005-11-12 05:08:50
Also in:
linux-scsi, lkml
Adrian Bunk wrote:
This patch removes the ISA legacy functions that are deprecated since kernel 2.4 and that aren't available on all architectures. The 7 drivers that were still using this obsolete API are now marked as BROKEN. Signed-off-by: Adrian Bunk <redacted>
it's not valid to mark working drivers broken, IMO. Mark them x86-only, perhaps. Jeff