Quatech MPAP-100 Network Card User Manual


 
3.2 DOS Client Driver examples
Example: Attempt to configure an MPAP-100 inserted into any socket with a base address and
IRQ automatically assigned by Card Services.
DEVICE=C:\MPAP-100\MPAP1CL.SYS
Example: Attempt to configure an MPAP-100 inserted into any socket with a base address of
300 hex and an IRQ assigned by Card Services. Software control of SYNCA will be enabled. If
address 300 hex is unavailable, the card will not be configured.
DEVICE=C:\MPAP-100\MPAP1CL.SYS (b300,c)
Example: Attempt to configure an MPAP-100 inserted into socket 0 with a base address of 300
hex and IRQ 5. If address 300 hex or IRQ 5 is unavailable, the card will not be configured. In
addition, if an MPAP-100 is inserted into any other socket, it will not be configured.
DEVICE=C:\MPAP-100\MPAP1CL.SYS (s0,b300,i5)
Example: Attempt to configure an MPAP-100 inserted into any socket with a base address of
300 hex and IRQ 5. If address 300 hex or IRQ 5 is unavailable, attempt to configure the card
with a base address assigned by Card Services and IRQ 10. If IRQ 10 is also unavailable,
attempt to configure the card with a base address and an IRQ assigned by Card and Socket
Services.
DEVICE=C:\MPAP-100\MPAP1CL.SYS (b300,i5) (i10) ()
Example: Attempt to configure an MPAP-100 inserted into socket 0 with a base address of 300
hex and IRQ 5. Attempt to configure an MPAP-100 inserted into socket 1 with a base address of
340 hex and IRQ 10. This type of configuration may be desirable in systems where more than
one MPAP-100 is to be installed. It allows the user to force the MPAP-100 address and IRQ
settings to be socket-specific which may simplify cable connections and software development.
DEVICE=C:\MPAP-100\MPAP1CL.SYS (s0,b300,i5) (s1,b340,i10)