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

  1. ; Future Domain SCSI Card (SCSI2GO)
  2.  
  3. ;* hlp.cardid = Card ID got from Version/Product Information
  4. ;* val.port1 = 0x140,0x170
  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,5,10,11,12,14,15
  9. ;* hlp.irq = Interrupt (IRQ) Level
  10.  
  11. CardID         =SCSI
  12. FunctionID     =0xFF
  13. ManufacturerID =0x0130
  14. IgnoreCardID   =
  15. EnableSequence =ReqIO(0x140,0xFF,0,0,0,0,0xFF)
  16.                 ReqIRQ(0,5)
  17.                 ReqConfig(0xFF,0xFF,0xFF,0x08,0,0,0x40)
  18.                 IBM_SCSI
  19.                 End
  20. DisableSequence=End
  21.