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

  1. ; Modem Card (2F8)
  2.  
  3. ;* hlp.cardid = Card ID got from Version/Product Information
  4. ;* val.port1 = 0x3F8,0x2F8,0x3E8,0x2E8
  5. ;* hlp.port1 = I/O Port Base Address 1
  6. ;* val.port2 = 0
  7. ;* hlp.port2 = I/O Port Base Address 2 (Not required)
  8. ;* val.irq = 3,4
  9. ;* hlp.irq = Interrupt (IRQ) Level
  10. ;* val.com = 1,2,3,4,0xFF
  11. ;* hlp.com = BIOS Data Area Number for COM Number (DOS)/ COM Number (OS/2)
  12.  
  13. CardID         =MODEM,MD24XC,116E2,118C2,FC2400,2460MC,FC24F,MF0B
  14. FunctionID     =0x02
  15. ManufacturerID =0xFFFF
  16. IgnoreCardID   =SDLC,Serial IR,Sound Card
  17. EnableSequence =ReqIO(0x2F8,0xFF,0,0,0,0,0xFF)
  18.                 ReqIRQ(0,3)
  19.                 ReqConfig(0xFF,0xFF,0xFF,0x08,0,0,0x40)
  20.                 SetupCOM(0xFF)
  21.                 End
  22. DisableSequence=DeleteCOM
  23.                 End
  24.