lkml.org 
[lkml]   [2003]   [Feb]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] 2.4.20 still can't detect my SCSI disk
Date
Hi Marcelo,

I had to find out why 2.4.19 did not work with one old EISA SCSI disk.
As it turned out, it's an identification problem only. I made a patch
which works for me, machine is a mail server and now
I have no problems with disks.

I sent the patch to Justin T. Gibbs, he said he will test it
and push to you.

As I see it is still not insluded in 2.4.20 (and visual inspection
of 2.4.21-pre3 patch shows it's not there either).

So I mail the patch to you and to Justin T. Gibbs.

Please include.
--
vda

--- linux-2.4.20/drivers/scsi/aic7xxx/aic7770.c Fri Aug 2 22:39:44 2002
+++ linux-2.4.20.new/drivers/scsi/aic7xxx/aic7770.c Thu Oct 24 11:56:23 2002
@@ -56,6 +56,7 @@
#define ID_AHA_274x 0x04907771
#define ID_AHA_284xB 0x04907756 /* BIOS enabled */
#define ID_AHA_284x 0x04907757 /* BIOS disabled*/
+#define ID_AHA_7782 0x04907782

static int aha2840_load_seeprom(struct ahc_softc *ahc);
static ahc_device_setup_t ahc_aic7770_VL_setup;
@@ -83,7 +84,14 @@
0xFFFFFFFF,
"Adaptec aic7770 SCSI adapter",
ahc_aic7770_EISA_setup
- }
+ },
+ /* vda@port.imtp.ilyichevsk.odessa.ua met this: */
+ {
+ ID_AHA_7782,
+ 0xFFFFFFFF,
+ "Adaptec aic7782 SCSI adapter", /* Olivetti 2 channel EISA */
+ ahc_aic7770_EISA_setup
+ },
};
const int ahc_num_aic7770_devs = NUM_ELEMENTS(aic7770_ident_table);

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 13:32    [W:0.040 / U:0.400 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site