[4762] in linux-scsi channel archive
Re: Help for Symbios Logic C810 scsi
daemon@ATHENA.MIT.EDU (Olaf Titz)
Wed Sep 30 11:31:42 1998
To: linux-scsi@vger.rutgers.edu
In-Reply-To: <19980930034320.13836.qmail@findmail.com>
Date: Wed, 30 Sep 1998 11:49:34 +0200
From: Olaf Titz <olaf@bigred.inka.de>
> Can linux support Symbios logic C810 scsi ? Which
> version ? How to do?
Symbios C810 == NCR 53C810. Should be stated more clearly in the docs
now that the NCR name is gone. Perhaps something like this:
--- linux/drivers/scsi/Config.in~
+++ linux/drivers/scsi/Config.in
@@ -73,7 +73,7 @@
fi
fi
if [ "$CONFIG_PCI" = "y" -a "$CONFIG_SCSI_NCR53C7xx" != "y" ]; then
- dep_tristate 'NCR53C8XX SCSI support' CONFIG_SCSI_NCR53C8XX $CONFIG_SCSI
+ dep_tristate 'NCR53C8XX/Symbios 8XX SCSI support' CONFIG_SCSI_NCR53C8XX $CONFIG_SCSI
if [ "$CONFIG_SCSI_NCR53C8XX" != "n" ]; then
int ' default tagged command queue depth' CONFIG_SCSI_NCR53C8XX_DEFAULT_TAGS 8
int ' maximum number of queued commands' CONFIG_SCSI_NCR53C8XX_MAX_TAGS 32
(too lazy to fix Configure.help now)
olaf
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.rutgers.edu