home *** CD-ROM | disk | FTP | other *** search
/ ftp.ib.com / 2003-04-09_ftp.ibm.com-os2.zip / os2ddpak_cur / pccardbr.exe / AUTODRV2.SCR < prev    next >
Text File  |  1996-08-01  |  4KB  |  123 lines

  1. ; IBM PC Card Script File for IBM Auto-Configurator V2.0
  2.  
  3. Beep           =1000,2,2000,2,800,2,20000,10
  4.  
  5. ; Modem Card (3F8)
  6.  
  7. ;* hlp.cardid = Card ID got from Version/Product Information
  8. ;* val.port1 = 0x3F8,0x2F8,0x3E8,0x2E8
  9. ;* hlp.port1 = I/O Port Base Address 1
  10. ;* val.port2 = 0
  11. ;* hlp.port2 = I/O Port Base Address 2 (Not required)
  12. ;* val.irq = 3,4
  13. ;* hlp.irq = Interrupt (IRQ) Level
  14. ;* val.com = 1,2,3,4,0xFF
  15. ;* hlp.com = BIOS Data Area Number for COM Number (DOS)/ COM Number (OS/2)
  16.  
  17. CardID         =MODEM,MD24XC,116E2,118C2,FC2400,2460MC,FC24F,MF0B
  18. FunctionID     =0x02
  19. ManufacturerID =0xFFFF
  20. IgnoreCardID   =SDLC,Serial IR,Sound Card
  21. EnableSequence =ReqIO(0x3F8,0xFF,0,0,0,0,0xFF)
  22.                 ReqIRQ(0,4)
  23.                 ReqConfig(0xFF,0xFF,0xFF,0x08,0,0,0x40)
  24.                 SetupCOM(0xFF)
  25.                 End
  26. DisableSequence=DeleteCOM
  27.                 End
  28.  
  29. ; Modem Card (2F8)
  30.  
  31. ;* hlp.cardid = Card ID got from Version/Product Information
  32. ;* val.port1 = 0x3F8,0x2F8,0x3E8,0x2E8
  33. ;* hlp.port1 = I/O Port Base Address 1
  34. ;* val.port2 = 0
  35. ;* hlp.port2 = I/O Port Base Address 2 (Not required)
  36. ;* val.irq = 3,4
  37. ;* hlp.irq = Interrupt (IRQ) Level
  38. ;* val.com = 1,2,3,4,0xFF
  39. ;* hlp.com = BIOS Data Area Number for COM Number (DOS)/ COM Number (OS/2)
  40.  
  41. CardID         =MODEM,MD24XC,116E2,118C2,FC2400,2460MC,FC24F,MF0B
  42. FunctionID     =0x02
  43. ManufacturerID =0xFFFF
  44. IgnoreCardID   =SDLC,Serial IR,Sound Card
  45. EnableSequence =ReqIO(0x2F8,0xFF,0,0,0,0,0xFF)
  46.                 ReqIRQ(0,3)
  47.                 ReqConfig(0xFF,0xFF,0xFF,0x08,0,0,0x40)
  48.                 SetupCOM(0xFF)
  49.                 End
  50. DisableSequence=DeleteCOM
  51.                 End
  52.  
  53. ; Modem Card (3E8)
  54.  
  55. ;* hlp.cardid = Card ID got from Version/Product Information
  56. ;* val.port1 = 0x3F8,0x2F8,0x3E8,0x2E8
  57. ;* hlp.port1 = I/O Port Base Address 1
  58. ;* val.port2 = 0
  59. ;* hlp.port2 = I/O Port Base Address 2 (Not required)
  60. ;* val.irq = 3,4
  61. ;* hlp.irq = Interrupt (IRQ) Level
  62. ;* val.com = 1,2,3,4,0xFF
  63. ;* hlp.com = BIOS Data Area Number for COM Number (DOS)/ COM Number (OS/2)
  64.  
  65. CardID         =MODEM,MD24XC,116E2,118C2,FC2400,2460MC,FC24F,MF0B
  66. FunctionID     =0x02
  67. ManufacturerID =0xFFFF
  68. IgnoreCardID   =SDLC,Serial IR,Sound Card
  69. EnableSequence =ReqIO(0x3E8,0xFF,0,0,0,0,0xFF)
  70.                 ReqIRQ(0,4)
  71.                 ReqConfig(0xFF,0xFF,0xFF,0x08,0,0,0x40)
  72.                 SetupCOM(0xFF)
  73.                 End
  74. DisableSequence=DeleteCOM
  75.                 End
  76.  
  77. ; Modem Card (2E8)
  78.  
  79. ;* hlp.cardid = Card ID got from Version/Product Information
  80. ;* val.port1 = 0x3F8,0x2F8,0x3E8,0x2E8
  81. ;* hlp.port1 = I/O Port Base Address 1
  82. ;* val.port2 = 0
  83. ;* hlp.port2 = I/O Port Base Address 2 (Not required)
  84. ;* val.irq = 3,4
  85. ;* hlp.irq = Interrupt (IRQ) Level
  86. ;* val.com = 1,2,3,4,0xFF
  87. ;* hlp.com = BIOS Data Area Number for COM Number (DOS)/ COM Number (OS/2)
  88.  
  89. CardID         =MODEM,MD24XC,116E2,118C2,FC2400,2460MC,FC24F,MF0B
  90. FunctionID     =0x02
  91. ManufacturerID =0xFFFF
  92. IgnoreCardID   =SDLC,Serial IR,Sound Card
  93. EnableSequence =ReqIO(0x2E8,0xFF,0,0,0,0,0xFF)
  94.                 ReqIRQ(0,3)
  95.                 ReqConfig(0xFF,0xFF,0xFF,0x08,0,0,0x40)
  96.                 SetupCOM(0xFF)
  97.                 End
  98. DisableSequence=DeleteCOM
  99.                 End
  100.  
  101. ; IBM SCSI Card
  102.  
  103. ;* hlp.cardid = Card ID got from Version/Product Information
  104. ;* val.port1 = 0x140,0x170
  105. ;* hlp.port1 = I/O Port Base Address 1
  106. ;* val.port2 = 0
  107. ;* hlp.port2 = I/O Port Base Address 2 (Not required)
  108. ;* val.irq = 3,5,10,11,12,14,15
  109. ;* hlp.irq = Interrupt (IRQ) Level
  110.  
  111. CardID         =SCSI
  112. FunctionID     =0xFF
  113. ManufacturerID =0x00A4
  114. IgnoreCardID   =
  115. EnableSequence =ReqIO(0x140,0xFF,0,0,0,0,0xFF)
  116.                 ReqIRQ(0,5)
  117.                 ReqConfig(0xFF,0xFF,0xFF,0x08,0,0,0x40)
  118.                 IBM_SCSI
  119.                 End
  120. DisableSequence=End
  121.  
  122. End
  123.