I got a bit further...
1st I got an idea to test with my POST card. So I setup single IO window for 80h:
C:\DOS\DRIVERS>sapphisa.exe 80 0f
Found Intel LPC Controller.
Found Fintek F85226FG LPC-ISA Bridge
Enabling Range 0 : Base 80, Mask f, LPC f0081
Ports : 80-8F
and send some data there:
smb /dbg
CMD:> outportb(80, aa)
AAh -> port[0080h]
CMD:> outportb(80, bb)
BBh -> port[0080h]
and yeah, the display light up, so it seems at least address and data bus works.
The attachment hw-setup.jpg is no longer available
Then I looked again at Unisound output and it shows some extra port CTR:660 that was not included before:
C:\DOS\DRIVERS>unisound.exe
Universal ISA PnP Sound Card Driver for DOS v0.80a. (c) JazeFox 2019-2022
PnP card found: [ESS1869] ESS ES1869 Plug and Play AudioDrive
Loading Unisound default settings...
ADD:220 OPL:388 MPU:330 IRQ:5 DMA:1/0 CTR:660 JOY:201
Initialization done.
ESS Mixer [VOL:85 WAV:80 FM:80 LIN:0 CD:0 MIC:0 3D:0]
So I included it to IO windows (a bit confused how base and mask actually works for a range but should be OK for now):
C:\DOS\DRIVERS>sapphisa.exe 200 fc 300 70 388 1c 660 3f
Found Intel LPC Controller.
Found Fintek F85226FG LPC-ISA Bridge
Enabling Range 0 : Base 200, Mask fc, LPC fc0201
Ports : 200-2FF
Enabling Range 1 : Base 300, Mask 70, LPC 700301
Ports : 300-303,310-313,320-323,330-333,340-343,350-353,360-363,370-373
Enabling Range 2 : Base 388, Mask 1c, LPC 1c0389
Ports : 380-39F
Enabling Range 3 : Base 660, Mask 3f, LPC 3f0661
Ports : 640-67F
Then important change happened - ESSCFG found and initialized the soundcard 😀
But now I'm facing probably some IRQ problem. I tried both options 5 and 7 but none works. SBPRO Test programs cannot find IRQ and Doom SFX is silent. But now I got at least the FM and MIDI music. Also Boost demo by Doomsday (uses MIDAS) no sound. But MPXplay plays MP3 file fine. I think MPXplay may not use IRQ/DMA? It shows snd as SBPro.
For this test I disabled LPT port to save IRQ 5/7 but according to HWinfo it seems some other PCI devices is occupying it and I cannot get rid of them. The SETUP don't have common PCI&PNP section that allowed to reserve some IRQ for legacy, no way 🙁
The attachment hwi-irq.jpg is no longer available
The attachment hwi-dma.jpg is no longer available
The attachment hwi-peri.jpg is no longer available
Gigabyte GA-P67-DS3-B3, Core i7-2600K @4,5GHz, 8GB DDR3, 128GB SSD, GTX970(GF7900GT), SB Audigy + YMF724F + DreamBlaster combo + LPC2ISA