home *** CD-ROM | disk | FTP | other *** search
- ;
- ;drivername
- ; units:[n/a]
- ; range:[elnkpl$,elnkpl2$,elnkpl3$,...]
- ; default:[elnkpl$]
- ;
- ; This parameter's value must be elnkpl$, or, in the case where
- ; multiple adapters are installed, elnkpl$ for the first adapter's
- ; drivername, elnkpl2$ for the second one, elnkpl3$ for the third, and
- ; so on.
- DRIVERNAME = ELNKPL$
- ;
- ;interrupt
- ; units:[n/a]
- ; range:[2-15]
- ; default:[3]
- ;
- ; Indicates the interrupt level for the adapter. This
- ; setting must match the physical setting on the adapter.
- ;
- ; Interrupt levels 2,3,4,5,6, and 7 are available on
- ; 8086 or 8088- based computers.
- ;
- ; Interrupt levels 3,4,5,6, and 7 are available if the
- ; adapter is installed in an 8-bit slot of an AT-
- ; compatible.
- ;
- ; Interrupt levels 3,4,5,6,7,9,10,11,12,14, and 15 are
- ; available if the adapter is installed in a 16-bit
- ; slot of an AT-compatible. On a 80286 or 80386 computer,
- ; interrupt level 2 equals interrupt level 9.
- INTERRUPT = 3
- ;
- ;ioadress
- ; units:[hex]
- ; range:[0x200-0x3F0]
- ; default:[0x300]
- ;
- ; Indicates the current I/O address jumper configuration of
- ; the adapter. This setting must match the physical setting
- ; on the adapter.
- IOADDRESS = 0x300
- ;
- ;dmachannel
- ; units:[integer]
- ; range:[0-7]
- ; default:[1]
- ;
- ; This setting must match the DMA channel setting on the adapter.
- ;
- ; DMA channels 1 and 3 are available if the adapter
- ; is installed on an 8086 or 8088 computer or in an
- ; 8-bit slot of an AT compatible.
- ;
- ; DMA channels 5,6, and 7 are available if the adapter
- ; is installed in a 16-bit slot of an AT-compatible.
- ; Installing the adapter in a 16-bit slot will result
- ; in higher performance.
- DMACHANNEL = 5
-