home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / os2pcm.zip / AUTODRV2.INI < prev    next >
INI File  |  1994-04-26  |  2KB  |  72 lines

  1. ; PCMCIA PC Card INI File for IBM Auto Configurator
  2. ;
  3. ; -----------------------------------------------------------------------------
  4. ; Note 1 - Required Resources
  5. ;
  6. ;            Port1  Port2  IRQ  Memory1  MemSize1  Memory2  MemSize2  Others
  7. ; Modem        *      -     *      -        -         -        -      none
  8. ; SDLC         -      -     -      -        -         -        -      none
  9. ;
  10. ; *: A value for a key word marked by "*" should be described here.
  11. ; -: A value for a key word marked by "-" should not be described here.
  12. ;
  13. ; A "SDLC" card has not been supported by the Auto Configurator yet.
  14. ;
  15. ; -----------------------------------------------------------------------------
  16. ; Note 2 - Card ID
  17. ;
  18. ; When you use the following, please add a card ID in the "CardID" statement.
  19. ;
  20. ; [Modem]
  21. ; CardID=MD24XC         OMRON Fax/Data Modem card
  22. ;        116E2          OKI Modem card 2400
  23. ;        118C2          OKI Modem card Fax/Data
  24. ;        FC2400         Dr.Neuhaus Mikroelektronik GmbH FURY CARD 2400
  25. ;        2460MC         ELSA GmbH MicroLink 2460MC
  26. ;
  27. ; -----------------------------------------------------------------------------
  28. ; Note 3 - Card Option
  29. ;
  30. ; [(All Card Name)]
  31. ; Option=Ignore         Not configure the card
  32. ;
  33. ; "All Card Name" means Modem, SDLC.
  34. ;
  35. ; -----------------------------------------------------------------------------
  36. ; Note 4 - Co-existence with an enabler supplied with a PC card
  37. ;
  38. ; If an enabler is supplied with a PC card and you want to utilize its
  39. ; function, you must specify the DEVICE statement of that enabler after
  40. ; the DEVICE statement of AUTODRV2.SYS in CONFIG.SYS.
  41. ;
  42. ; (Example)
  43. ;
  44. ;     DEVICE=C:\...\PCMCIA.SYS                       (the Card Services       )
  45. ;     DEVICE=C:\...\COM.SYS                          (the COM driver          )
  46. ;     DEVICE=C:\...\AUTODRV2.SYS C:\...\AUTODRV2.INI (the Auto Configurator   )
  47. ;     DEVICE=C:\...\xxxxxxxx.SYS                     (another enabler         )
  48. ;     DEVICE=C:\...\IBM2SS01.SYS                     (the Socket Services     )
  49. ;     DEVICE=C:\...\ICRMU01.SYS                      (the Resource Map Utility)
  50. ;
  51.  
  52. [Auto Configurator Option]
  53. Beep=ON
  54.  
  55. [Modem]
  56. CardID=MODEM,MD24XC,116E2,118C2,FC2400,2460MC
  57.  
  58. ; Port1     :
  59. ; IRQ       : Interrupt Level
  60.  
  61. ;* Port1=3F8,2F8,3E8,2E8,3220,3228,4220,4228,5220,5228
  62. ;* IRQ=4,3
  63.  
  64. Port1=3F8,IRQ=4
  65. Port1=2F8,IRQ=3
  66. Port1=3E8,IRQ=3
  67. Port1=2E8,IRQ=3
  68.  
  69. [SDLC]
  70. CardID=SDLC
  71. Option=Ignore
  72.