linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] 2.4.20 still can't detect my SCSI disk
@ 2003-02-05  7:36 Denis Vlasenko
  2003-02-05  8:15 ` Justin T. Gibbs
  0 siblings, 1 reply; 3+ messages in thread
From: Denis Vlasenko @ 2003-02-05  7:36 UTC (permalink / raw)
  To: Marcelo Tosatti, Justin T. Gibbs; +Cc: linux-kernel

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);


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] 2.4.20 still can't detect my SCSI disk
  2003-02-05  7:36 [PATCH] 2.4.20 still can't detect my SCSI disk Denis Vlasenko
@ 2003-02-05  8:15 ` Justin T. Gibbs
  2003-02-06 16:28   ` Alan Cox
  0 siblings, 1 reply; 3+ messages in thread
From: Justin T. Gibbs @ 2003-02-05  8:15 UTC (permalink / raw)
  To: vda, Marcelo Tosatti; +Cc: linux-kernel

> 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.

I've tried to get Marcello to update the aic7xxx driver in the 2.4.X
tree to no avail.  The Olvetti support was added to my version of
the aic7xxx driver some time ago.  You can get my latest driver
versions from here:

http://people.FreeBSD.org/~gibbs/linux/SRC/

--
Justin


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] 2.4.20 still can't detect my SCSI disk
  2003-02-05  8:15 ` Justin T. Gibbs
@ 2003-02-06 16:28   ` Alan Cox
  0 siblings, 0 replies; 3+ messages in thread
From: Alan Cox @ 2003-02-06 16:28 UTC (permalink / raw)
  To: Justin T. Gibbs; +Cc: vda, Marcelo Tosatti, Linux Kernel Mailing List

On Wed, 2003-02-05 at 08:15, Justin T. Gibbs wrote:
> I've tried to get Marcello to update the aic7xxx driver in the 2.4.X
> tree to no avail.  The Olvetti support was added to my version of
> the aic7xxx driver some time ago.  You can get my latest driver
> versions from here:
> 
> http://people.FreeBSD.org/~gibbs/linux/SRC/

The files here prohibit redistribution in part. I assume this is an oversight ?

(c) 2002 Adaptec, Inc. All Rights Reserved. No part of this
publication may be reproduced, stored in a retrieval system, or
transmitted in any form or by any means, electronic, mechanical,
photocopying, recording or otherwise, without prior written consent
of Adaptec, Inc., 691 South Milpitas Blvd., Milpitas, CA 95035.

I've merged the rest into the -ac tree however.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-02-06 15:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-05  7:36 [PATCH] 2.4.20 still can't detect my SCSI disk Denis Vlasenko
2003-02-05  8:15 ` Justin T. Gibbs
2003-02-06 16:28   ` Alan Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).