Hello,
I wanted to report that the
{"DEC","HSG80","*", BLIST_FORCELUN | BLIST_NOSTARTONADD},
entry in the device_list[] structure in drivers/scsi/scsi_scan.c is
incorrect. It should be
{"DEC","HSG80","*", BLIST_SPARSELUN | BLIST_LARGELUN |
BLIST_NOSTARTONADD}
Thank you,
Chad Dupuis
Hewlett-Packard Company
On Tue, Mar 30, 2004 at 04:40:00PM -0500, Dupuis, Chad wrote:
> Hello,
>
> I wanted to report that the
>
> {"DEC","HSG80","*", BLIST_FORCELUN | BLIST_NOSTARTONADD},
>
> entry in the device_list[] structure in drivers/scsi/scsi_scan.c is
> incorrect. It should be
>
> {"DEC","HSG80","*", BLIST_SPARSELUN | BLIST_LARGELUN |
> BLIST_NOSTARTONADD}
Hi Chad,
Mind to write a patch for 2.6 and, as soon as its tested there, we can
backport it to 2.4.
James should handle this.
Ok, thank you.
Regards,
Chad Dupuis
Hewlett-Packard Company
-----Original Message-----
From: Marcelo Tosatti [mailto:[email protected]]
Sent: Friday, April 02, 2004 7:37 AM
To: Dupuis, Chad
Cc: [email protected]; [email protected]
Subject: Re: HSG80 entry in drivers/scsi/scsi_scan.c
On Tue, Mar 30, 2004 at 04:40:00PM -0500, Dupuis, Chad wrote:
> Hello,
>
> I wanted to report that the
>
> {"DEC","HSG80","*", BLIST_FORCELUN | BLIST_NOSTARTONADD},
>
> entry in the device_list[] structure in drivers/scsi/scsi_scan.c is
> incorrect. It should be
>
> {"DEC","HSG80","*", BLIST_SPARSELUN | BLIST_LARGELUN |
> BLIST_NOSTARTONADD}
Hi Chad,
Mind to write a patch for 2.6 and, as soon as its tested there, we can
backport it to 2.4.
James should handle this.
On Fri, 2004-04-02 at 09:47, Dupuis, Chad wrote:
> Ok, thank you.
For 2.6, can you first of all verify that the HSG80 won't work without
the BLIST_FORCELUN removed and CONFIG_SCSI_REPORT_LUNS enabled? (If I
remember, this is a pretty old array, so probably won't, but just make
sure).
Thanks,
James