home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 4 Drivers / 04-Drivers.zip / playwill.exe / ibm_scsi.scr < prev    next >
Text File  |  1998-10-09  |  582b  |  21 lines

  1. ; IBM SCSI Card
  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 =0x00A4
  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.