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

  1. ; COMPAQ FDCard
  2.  
  3. ;* hlp.cardid = Card ID got from Version/Product Information
  4. ;* hlp.cardid = (This script file is used for COMPAQ AERO.)
  5. ;* val.port1 = 0x370,0x3F0
  6. ;* hlp.port1 = I/O Port Base Address 1
  7. ;* val.port2 = 0
  8. ;* hlp.port2 = I/O Port Base Address 2 (Not required)
  9. ;* val.irq = 15
  10. ;* hlp.irq = Interrupt (IRQ) Level
  11.  
  12. CardID         =FDCard
  13. FunctionID     =0xFF
  14. ManufacturerID =0xFFFF
  15. IgnoreCardID   =
  16. EnableSequence =ReqIO(0x3F0,0xFF,0,0,0,0,0xFF)
  17.                 ReqIRQ(0,15)
  18.                 ReqConfig(0xFF,0xFF,0xFF,0x02,0x02,0,0x61)
  19.                 End
  20. DisableSequence=End
  21.