Linux-2.1.85: replacement PATCH for ibmmca

Adam J. Richter (adam@yggdrasil.com)
Thu, 5 Feb 1998 03:21:02 -0800


My previous patch to init/main.c for the ibmmca problem in 2.1.85
was unnecessary. It appears that the ibmmca was actually intended as
being potentially a loadable driver, so I believe the problem was actually
entire in drivers/scsi/Config.in. Here is the patch. Sorry for any
confusion.

--- /tmp/linux-2.1.85/drivers/scsi/Config.in Mon Feb 2 14:51:31 1998
+++ linux/drivers/scsi/Config.in Thu Feb 5 02:38:54 1998
@@ -84,8 +84,8 @@
fi
fi
if [ "$CONFIG_MCA" = "y" ]; then
- bool 'IBMMCA SCSI support' CONFIG_SCSI_IBMMCA
- if [ "$CONFIG_SCSI_IBMMCA" = "y" ]; then
+ dep_tristate 'IBMMCA SCSI support' CONFIG_SCSI_IBMMCA $CONFIG_SCSI
+ if [ "$CONFIG_SCSI_IBMMCA" != "n" ]; then
bool ' Standard SCSI-order' CONFIG_IBMMCA_SCSI_ORDER_STANDARD
bool ' Reset SCSI-devices at boottime' CONFIG_IBMMCA_SCSI_DEV_RESET
fi

Adam J. Richter __ ______________ 4880 Stevens Creek Blvd, Suite 205
adam@yggdrasil.com \ / San Jose, California 95129-1034
+1 408 261-6630 | g g d r a s i l United States of America
fax +1 408 261-6631 "Free Software For The Rest Of Us."