home *** CD-ROM | disk | FTP | other *** search
- ;drivername
- ; units:[n/a]
- ; range:[ncrtrn$,ncrtrn2$,ncrtrn3$,...]
- ; default:[ncrtrn$]
- ;
- ; This parameter's value must be ncrtrn$, or, in the case where
- ; multiple adapters are installed, ncrtrn$ for the first adapter's
- ; drivername, ncrtrn2$ for the second one, ncrtrn3$ for the third, and
- ; so on.
- DRIVERNAME = NCRTRN$
- ;
- ;interrupt
- ; units:[integer]
- ; range:[2-7]
- ; default:[2]
- ;
- ; Indicates the interrupt level of the network adapter card. The default
- ; value for ncrtrn$ is 2.
- ;
- ; NOTE: On an 80286 or 80386 computer, if you specify interrupt level 2,
- ; it is redirected to interrupt level 9 because the cascaded programmable
- ; interrupt control (PIC) is already using interrupt level 2.
- INTERRUPT = 0x2
- ;
- ;shared_ram
- ; units:[hex]
- ; range:[CA00-D600]
- ; default:[0xD000]
- ;
- ; Specifies the physical RAM location on the network adapter card if the
- ; default location is not adequate. The default value for ncrtrn$ is
- ; 0xD000. Valid values depend on the adapter card model and revision
- ; level. Check the documentation provided with the adapter card
- ; for an accurate list.
- SHARED_RAM = 0x0d000
- ;
- ;port_address
- ; units:[hex]
- ; range:[0A20-1A20]
- ; default:[0A20]
- ;
- ; Indicates the base I/O address for the network adapter card. This entry
- ; must match the adapter card's I/O address jumper settings. The default
- ; is 0A20.
- PORT_ADDRESS = 0x0a20
-