Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - How to access SATA RAID controllers Hard Disk in QNX 6.5 SP1: (7 Items)
   
How to access SATA RAID controllers Hard Disk in QNX 6.5 SP1  
Hi,

I have a HP Z420 machine , which have RAID bus controller: Intel Corporation C600/X79 series chipset SATA RAID 
Controller (rev 05). I am   running QNX 6.5 SP1 in this machine. I want to know the driver  & options to use this hard 
disk. 

Please let me know.

Regards,
Manas
Re: How to access SATA RAID controllers Hard Disk in QNX 6.5 SP1  
I see this error when i try to run devb-ahci

# devb-ahci &
69644 running devb-ahci
# xpt_configure:  ahci SIM attach failure

69644 exited with status 0
Re: How to access SATA RAID controllers Hard Disk in QNX 6.5 SP1  
That message occurs when no SATA device is plugged in - or perhaps if BIOS is set for IDE-emulation.

The only way a RAID unit is going to be seen is if the RAID logic is implemented in hw and the hw presents a single SATA
 cable to QNX.  QNX does not do the RAID logic.
Re: How to access SATA RAID controllers Hard Disk in QNX 6.5 SP1  
In Bios i have configured them for Non-RAID. So i see 3 disks (/dev/sda, /dev/sdb & /dev/sdc). To access the same 
devices in QNX, which driver should i use , devb-ahci ?? 
Re: How to access SATA RAID controllers Hard Disk in QNX 6.5 SP1  
Yes, devb-ahci - as long as IDE-emulation is turned off in BIOS.
Re: How to access SATA RAID controllers Hard Disk in QNX 6.5 SP1  
Now i got one IDE controller connected. The "pci" output shows the device , but "devb-eide" is not starting. Please see 
the output below.

# pci

PCI version    = 0.02

Class          = Mass Storage (IDE)
Vendor ID      = 8086h, Intel Corporation
Device ID      = 1d3ch, Unknown Unknown
PCI index      = 0h
BAR - 0 [I/O]  = e0b0h enabled
BAR - 1 [I/O]  = e0a0h enabled
BAR - 2 [I/O]  = e090h enabled
BAR - 3 [I/O]  = e080h enabled
BAR - 4 [I/O]  = e070h enabled
PCI Int Pin    = INT C
Interrupt line = 18
CPU Interrupt  = 12h

# devb-eide &
81932 running devb-eide
# xpt_configure:  No eide interfaces found

81932 exited with status 0
#
# devb-eide eide vid=0x8086,did=0x1d3c,pci=0
# xpt_configure:  No eide interfaces found
Re: How to access SATA RAID controllers Hard Disk in QNX 6.5 SP1  
Are you running apic or legacy?  Have you tried both?  (The CD is "bios" - does it work?)