Topic: [REQ] - Highpoint RocketRAID 3560
Hello there.
I'm having a bit of trouble with this controller in BartPE.
This is the little bugger:
http://www.highpoint-tech.com/USA/rr3560.htm
Link to driver:
http://www.highpoint-tech.com/USA/bios_rr3560.htm
HWID:
VEN_1103&DEV_3560&SUBSYS_00001103&REV_09
Driverpack Versions:
Driverpack Base 8.12.5
Driverpack MassStorage 9.01
This is what I did so far:
- Slipstreamed the current DP_MassStorage Pack to my BartPE disc using DP_Base 8.12.5.
- Checked if the HWID was present in plugin\Driverpacks.net\MassStorage.inf, but couldn't find it
- Added the following entry to the [SetValue] section: "txtsetup.sif","HardWareIdsDatabase","PCI\VEN_1103&DEV_3560", """hptiop""" hoping that the controller would be recognized by the existing HPTIOP.SY_ -> didn't work
- Next I tried it with the full HWID like this: "txtsetup.sif","HardWareIdsDatabase","PCI\VEN_1103&DEV_3560&SUBSYS_00001103&REV_09", """hptiop""" -> still no go
- Then I figured I might try the HPTIOP.SYS that came with the driver I downloaded, so I deleted the former entries and added the following:
- "txtsetup.sif","SCSI.Load","hptiopx", "hptiop.SYS,4"
- "txtsetup.sif","SCSI","hptiopx", """HighPoint RocketRAID 3xxx/4xxx"""
- "txtsetup.sif","HardWareIdsDatabase","PCI\VEN_1103&DEV_3560", """hptiopx"""
- "txtsetup.sif","HardWareIdsDatabase","PCI\VEN_1103&DEV_3560&SUBSYS_00001103&REV_09", """hptiopx"""
- I then went on and added hptiop.sys to the plugin\Driverpacks.net\MassStorage\wnt5 folder -> no luck
What am I doing wrong? I'm sorry to bug you with this, I would have loved to implement this driver myself (and post the result here of course).
Maybe you can point me in the right direction, since I guess I'm plainly overlooking the obvious...
BTW It would be great to have access to a complete documentation of this project, since it's OpenSource, so one could read up on how the Driverpacks do their magic.
I'm trying to figure that out by trial and error an puzzling together the bits and pieces I picked up on the forums.
Thanks in advance and have a great day :-)