From: Manu <nobody@guzu.net>
To: linux-scsi@vger.kernel.org
Subject: [BUG] Fusion MPT 2.6.8 driver and multi LUN device
Date: Tue, 01 Mar 2005 11:04:05 +0100 [thread overview]
Message-ID: <42243E15.5070502@guzu.net> (raw)
Under a fresh Mandrake 10.1 with a 2.6.8 kernel, the Fusion MPT driver
do recognize the HP tape autoloader. The autoloader is composed of tape
drive (on LUN 0) and the changer (on LUN 1).
The message comes from scsi_scan.c :
printk(KERN_WARNING "scsi: %s lun%d has a LUN larger"
" than allowed by the host adapter\n",
devname, lun);
Playing a bit with printk it looks like the num_luns is well computed
(the value is 2), but the 2 LUN values seems to be miss-aligned.
When displaying the 8 bytes raw buffer (through lunp) in the loop :
00 00 00 00 00 00 00 00
00 00 01 00 00 00 00 00
I think the second buffer should be :
00 01 00 00 00 00 00 00
Which, when computed, gives 1 instead of 16777216 (0x1000000).
The autoloader works like a charm under the 2.4.27 kernel provided with
the Mandrake 10.1.
- Emmanuel Varagnat
PS: the 2 harddrives in RAID1 are well working, even with the 2.6.8 kernel.
next reply other threads:[~2005-03-01 10:04 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-03-01 10:04 Manu [this message]
2005-03-01 10:47 ` [BUG] Fusion MPT 2.6.8 driver and multi LUN device Douglas Gilbert
2005-03-01 13:04 ` Manu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=42243E15.5070502@guzu.net \
--to=nobody@guzu.net \
--cc=linux-kernel@guzu.net \
--cc=linux-scsi@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox