XPe INF File question (legacy ISA card)

Hi!
I’m having a little problem with a driver for a non-PnP ISA card under
XPe. When I install the driver I get the error code CM_PROB_NO_SOFTCONFIG
(code 34) - i.e. XPe complains that it can’t figure out what settings to
use. When I select the configuration manually everything works fine. The
strange thing is, there is only one configuration in the INF file, and
it’s set to HARDWIRED.

In the INF file the LogConfig is like this:

(…)

[Mfg0]
; unified driver for legacy ISA and new PCI board
%DeviceDescR0%=TABIO_PCI_DDI, PCI\VEN_BABA&DEV_DADA&SUBSYS_00000000&REV_00
%DeviceDescR2%=TABIO_PCI_DDI, PCI\VEN_BABA&DEV_DADA&SUBSYS_00000000&REV_02
%DeviceDescR3%=TABIO_PCI_DDI, PCI\VEN_BABA&DEV_DADA&SUBSYS_00000000&REV_03
%DeviceDescISA%=TABIO_ISA_DDI, ROOT\LEGACY_TABIO_ISA

(…)

[TABIO_ISA_DDI]
(…)
LogConfig =TABIO_ISA_Config

[TABIO_ISA_DDI.NT]
(…)
LogConfig =TABIO_ISA_Config

[TABIO_ISA_Config]
ConfigPriority=HARDWIRED
IOConfig =300-307(3FF::slight_smile:
IRQConfig =5

(…)

That INF-file worked on windows 2000 without a problem but windows XP just
won’t accept the settings until manually configured.
Can I do something about it or is that just the way it is?

Regards,
Paul