* Question about HighPoint RocketRAID 642L SCSI driver conflict with Linux AHCI driver
@ 2015-06-04 5:05 linux
2015-06-04 5:16 ` Tejun Heo
2015-06-10 22:47 ` One Thousand Gnomes
0 siblings, 2 replies; 3+ messages in thread
From: linux @ 2015-06-04 5:05 UTC (permalink / raw)
To: tj; +Cc: linux-ide, linux-kernel
Dear Tejun Heo,
This is HighPoint Linux Team. We found Linux AHCI driver since kernel 3.16
has added ID (0x06421103) to support RocketRAID 642L which is not what we
expected. If we want to load HighPoint RR642L RAID version Linux SCSI
driver, it becomes conflict each other. This affects our customers who need
to use our RAID version driver stack.
Hence, this is to ask Linux how to solve this conflict with AHCI driver?
and why Linux wants to add RR642L ID (0x06421103) into AHCI driver? Is there
any way to prevent this in the future?
Best Regards,
HighPoint Linux Team
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Question about HighPoint RocketRAID 642L SCSI driver conflict with Linux AHCI driver
2015-06-04 5:05 Question about HighPoint RocketRAID 642L SCSI driver conflict with Linux AHCI driver linux
@ 2015-06-04 5:16 ` Tejun Heo
2015-06-10 22:47 ` One Thousand Gnomes
1 sibling, 0 replies; 3+ messages in thread
From: Tejun Heo @ 2015-06-04 5:16 UTC (permalink / raw)
To: linux; +Cc: linux-ide, linux-kernel
Hello,
On Thu, Jun 04, 2015 at 01:05:49PM +0800, linux wrote:
> Dear Tejun Heo,
>
> This is HighPoint Linux Team. We found Linux AHCI driver since kernel 3.16
> has added ID (0x06421103) to support RocketRAID 642L which is not what we
> expected. If we want to load HighPoint RR642L RAID version Linux SCSI
> driver, it becomes conflict each other. This affects our customers who need
> to use our RAID version driver stack.
>
> Hence, this is to ask Linux how to solve this conflict with AHCI driver?
> and why Linux wants to add RR642L ID (0x06421103) into AHCI driver? Is there
> any way to prevent this in the future?
Hmmm... so, you're trying to load a proprietary driver but you're
having problem because in-kernel ahci attaches to the driver?
* If the driver is built-in, putting the proprietary driver before
ahci in Makefile will make that driver probe before ahci.
* If module, ahci can be unbound by echoing the PCI bus ID to
/sys/bus/pci/drivers/ahci/unbind and then bind that to the
proprietary driver.
* Or you can tell pci-stub driver do grab the PCI ID so that ahci
doesn't probe it at all. Once the proprietary driver becomes
available, the device can be rebound to the driver.
Thanks.
--
tejun
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Question about HighPoint RocketRAID 642L SCSI driver conflict with Linux AHCI driver
2015-06-04 5:05 Question about HighPoint RocketRAID 642L SCSI driver conflict with Linux AHCI driver linux
2015-06-04 5:16 ` Tejun Heo
@ 2015-06-10 22:47 ` One Thousand Gnomes
1 sibling, 0 replies; 3+ messages in thread
From: One Thousand Gnomes @ 2015-06-10 22:47 UTC (permalink / raw)
To: linux; +Cc: tj, linux-ide, linux-kernel
On Thu, 4 Jun 2015 13:05:49 +0800
"linux" <linux@highpoint-tech.com> wrote:
> Dear Tejun Heo,
>
> This is HighPoint Linux Team. We found Linux AHCI driver since kernel 3.16
> has added ID (0x06421103) to support RocketRAID 642L which is not what we
> expected. If we want to load HighPoint RR642L RAID version Linux SCSI
> driver, it becomes conflict each other. This affects our customers who need
> to use our RAID version driver stack.
If your stack existed in full open source form upstream we might be able
to add it the supported raid formats, which would make life even easier
for your customers.
> Hence, this is to ask Linux how to solve this conflict with AHCI driver?
> and why Linux wants to add RR642L ID (0x06421103) into AHCI driver?
So that users can use the hardware with the standard kernel AHCI drivers
because they are best freely available and integrated driver available.
> Is there > any way to prevent this in the future?
Apart from having your customers reconfigure their kernel or carefully
set stuff up at boot time, no.
Alan
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-06-10 22:47 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-04 5:05 Question about HighPoint RocketRAID 642L SCSI driver conflict with Linux AHCI driver linux
2015-06-04 5:16 ` Tejun Heo
2015-06-10 22:47 ` One Thousand Gnomes
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox