From: jbarnes@sgi.com (Jesse Barnes)

The 'depends' directive for SGI IOC4 support is too restrictive.  Just make
it depend on ia64.



 drivers/ide/Kconfig |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/ide/Kconfig~allow-SGI-IOC4-chipset-support drivers/ide/Kconfig
--- 25/drivers/ide/Kconfig~allow-SGI-IOC4-chipset-support	2004-01-06 07:49:36.000000000 -0800
+++ 25-akpm/drivers/ide/Kconfig	2004-01-06 07:50:07.000000000 -0800
@@ -747,7 +747,7 @@ config BLK_DEV_SVWKS
 
 config BLK_DEV_SGIIOC4
 	tristate "Silicon Graphics IOC4 chipset support"
-	depends on IA64_SGI_SN2
+	depends on IA64_SGI_SN2 || IA64_GENERIC
 	help
 	  This driver adds PIO & MultiMode DMA-2 support for the SGI IOC4
 	  chipset, which has one channel and can support two devices.

_