DEVICE = C:\SSP-100\SSP100CL.SYS (b300,i5) (i10) ( )
In example 5, three command line arguments are provided. The Client Driver will first attempt to configure a SSP-100 inserted into any socket with a base address of 300H and IRQ 5. The BIOS equipment list will not be updated. If address 300H or IRQ 5 is unavailable, the Client Driver will proceed to the second command line argument and attempt to configure the card with a base address assigned by Card and Socket Services and IRQ 10. If IRQ 10 is also unavailable, the Client Driver will proceed to the third command line argument and attempt to configure the SSP-100 with a base address and an IRQ assigned by Card and Socket Services.
2.1.2.6 Example 6
DEVICE = C:\SSP-100\SSP100CL.SYS (b300,i5) ( ) (i10)
In example 6, the three command line arguments of example 5 have been rearranged. The Client Driver will first attempt to configure a SSP-100 inserted into any socket with a base address of 300H and IRQ 5. The BIOS equipment list will not be updated. If address 300H or IRQ 5 is unavailable, the Client Driver will proceed to the second command line argument and attempt to configure the card with a base address and IRQ assigned by Card and Socket Services. Since the second command line argument includes all available address and IRQ resources, the third command line argument will never be reached by the Client Driver. It is the user's responsibility to place the command line arguments in a logical order.