Changes between Initial Version and Version 1 of Ticket #1314, comment 2
- Timestamp:
- Apr 4, 2020, 1:07:46 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1314, comment 2
initial v1 1 1 I just changed the two parameters, but thats breaks the jmb39x support, so not good for long time. I think this jmicron device support need a refactor for a common support: rename the dev_jmb39x to something dev_jmicron_raid.cpp, handle better the different chips and the chips variants. like: 2 -d jmicron, chiptype[jmb39x|jms56x|xxx],variantid2 -d jmicron,deviceid,chiptype[jmb39x|jms56x|xxx],variantid 3 3 4 4 it this idea is good, i can make this changes.