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

  1. ; IBM 3270 Card
  2.  
  3. ;* hlp.cardid = Card ID got from Version/Product Information
  4. ;* val.port1 = 0x2D0,0x6D0,0xAD0,0xED0
  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 = 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15
  9. ;* hlp.irq = Interrupt (IRQ) Level
  10. ;* val.window1 = 0xCE000,0xD0000,0xD2000,0xD4000
  11. ;* hlp.window1 = Buffer Segment Address
  12. ;* val.size1 = 0x2000
  13. ;* hlp.size1 = Size of Buffer Segment (8KB)
  14. ;* val.offset1 = 0
  15. ;* hlp.offset1 = Card Offset for Buffer Segment. It must be 0.
  16.  
  17. CardID         =3270
  18. FunctionID     =0xFF
  19. ManufacturerID =0x00A4
  20. IgnoreCardID   =
  21. EnableSequence =ReqIO(0x2D0,0x10,0,0,0,0,0xFF)
  22.                 ReqIRQ(0,9)
  23.                 ReqConfig(0xFF,0xFF,0xFF,0,0,0,0x40)
  24.                 ReqWindow(1,0x000C,0xCE000,0x2000,0xFF)
  25.                 MapMemPage(1,0)
  26.                 End
  27. DisableSequence=End
  28.