home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: SysTools / SysTools.zip / spciirq.zip / spciirq.eng < prev    next >
Text File  |  2002-03-21  |  908b  |  37 lines

  1. user documentation            SPciIrq                     Veit Kannegieser
  2. ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
  3.  
  4.  
  5. for OS/2: copy SPCIIRQ.SYS to \os2\boot\ and add
  6.           BaseDev=SPCIIRQ.SYS <Parameters> to Config.Sys.
  7. für DOS:  Device=(path)SPCIIRQ.SYS <Parameter> in die Config.Sys eintragen.
  8.  
  9.                 Definition
  10. <Parameters>    <Bus> <Device> <Function> <Pin> <IRQ>
  11.  
  12.   <Bus>         0..255
  13.   <Device>      0..31
  14.   <Function>    0..7
  15.   <Pin>         1..4 für #A..#B
  16.   <IRQ>         0..15
  17.  
  18.  
  19. example:
  20.  
  21. PCI -i shows for a sound chip
  22.  
  23. ..
  24. V:125D D:1978 S:31011558 B:0 E:16 F:0 I:05 N:A C:04 U:01 P:00
  25. ..
  26.  
  27. to change the IRQ to 7:
  28.  
  29. V:125D D:1978 S:31011558 B:0 E:16 F:0 I:07 N:A C:04 U:01 P:00
  30.  
  31. you can use this line:
  32.  
  33. basedev=spciirq.sys 0 16 0  1  7
  34.  
  35. ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
  36.  
  37.