For RCBus Z80, RomWBW is configured to look for a single IDE interface at 0x10. The additional IDE interface of this board is non-standard. Adding the following to your config file and building a custom ROM should allow RomWBW to recognize both IDE ports of this board.
IDECNT .SET 2 ; IDE: NUMBER OF IDE INTERFACES TO DETECT (1-3), 2 DRIVES EACH
IDE1MODE .SET IDEMODE_RC ; IDE 1: DRIVER MODE: IDEMODE_[DIO|DIDE|MK4|RC]
IDE1BASE .SET $18 ; IDE 1: IO BASE ADDRESS
Thanks, Wayne