[4231] in linux-scsi channel archive
Re: info about scsi (urgent, I need your suggestion today)
daemon@ATHENA.MIT.EDU (Michael Necaise)
Sat Jun 27 02:34:19 1998
Date: Sat, 27 Jun 1998 01:41:09 -0400
From: Michael Necaise <necaise@home.com>
To: "Xie, Jinpeng" <XieJ@dms.state.fl.us>
CC: "'linux-scsi@vger.rutgers.edu'" <linux-scsi@vger.rutgers.edu>
I'm afraid the integrated controller isn't supported. When all else
fails, check the source code:
Source: http://www.linuxhq.com/v21patch/patch-2.1.96
description: Kernel 2.1.96 patch,
file: /linux/drivers/scsi/aic7xxx.c
-/*
- * Controller type and options
- */
-typedef enum {
- AIC_NONE,
- AIC_7770, /* EISA aic7770 on motherboard */
- AIC_7771, /* EISA aic7771 on 274x */
- AIC_284x, /* VLB aic7770 on 284x, BIOS disabled */
- AIC_7850, /* PCI aic7850 */
- AIC_7855, /* PCI aic7855 */
- AIC_7860, /* PCI aic7860 (7850 Ultra) */
- AIC_7861, /* PCI aic7861 on 2940AU */
- AIC_7870, /* PCI aic7870 on motherboard */
- AIC_7871, /* PCI aic7871 on 294x */
- AIC_7872, /* PCI aic7872 on 3940 */
- AIC_7873, /* PCI aic7873 on 3985 */
- AIC_7874, /* PCI aic7874 on 294x Differential */
- AIC_7880, /* PCI aic7880 on motherboard */
- AIC_7881, /* PCI aic7881 on 294x Ultra */
- AIC_7882, /* PCI aic7882 on 3940 Ultra */
- AIC_7883, /* PCI aic7883 on 3985 Ultra */
- AIC_7884 /* PCI aic7884 on 294x Ultra Differential */
-} aha_chip_type;
-
-typedef enum {
- AIC_777x, /* AIC-7770 based */
- AIC_785x, /* AIC-7850 based (3 SCBs)*/
- AIC_786x, /* AIC-7860 based (7850 ultra) */
- AIC_787x, /* AIC-7870 based */
- AIC_788x /* AIC-7880 based (ultra) */
-} aha_chip_class_type;
-
You will see that the aic_7890 is missing from the typedef's.
I checked all of the kernel patches through the most recent, 2.1.107;
and, none of them include any change in this part of the code.
I confirmed that the drivers won't support the aic_7890 by asking the
author of the code. He said "Currently, none of the versions of the
aic7xxx driver for linux support the 7890 chipset."
One of the patches does add a "hack" so that the aic_7895 will work, but
it does not apply to the aic7890.
Dell is now using the integrated aic_7890 in all of their machines. I
have used an Adaptec 2940uw which is based on the aic_7880 chipset in
place of the built in controller in my Dell Workstation. It seems to
operate just fine with the Seagate ST39xxx series drives I'm using.
---Michael Necaise
Xie, Jinpeng wrote:
>
> Hi,
> I just purchased Dell PowerEdge 2300. I want to install red hat
> 5.0, but I can not. The device to
> store file system can not be found. Apparently, the scsi drive is not
> supported. Dell PowerEdge 2300 has
> an integrated Adaptec AIC 7890 Ultra2/low-voltage differential SCSI host
> adapter. I am looking at
> linux newsgroup, somebody said "the new Adaptec 7890 chipset is
> supported in the new development kernels, but we need to compile one of
> the new kernels with support for the chipset and then create a
> boot/root install diskset with the new kernel.", somebody said "No, the
> chipset it's not supported yet,".
> If redhat does not support AIC 7890 Ultra2 SCSI controller, Could you
> suggest what controller I can use
> for Seagate ST34573LC)? If I switch to another Dell computer that has
> similar function to PowerEdge 2300,
> Could you suggest another model of Dell for me?
>
> Your help is very much appreciated!
>
> Jinpeng Xie
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
> the body of a message to majordomo@vger.rutgers.edu
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.rutgers.edu