home *** CD-ROM | disk | FTP | other *** search
- ; DRIVERNAME=MAC586$ identifies the device driver for the
- ; network adapter.
- drivername = MAC586$
- ;
- ; INTERRUPT=n is the interrupt request (IRQ) level the MAC586
- ; uses to interrupt the host machine. The value of the
- ; keyword may be 3, 4, 5, or 7 (plus a value of 2 for the DOS
- ; version of the driver) for the IBM PC/AT (or compatible),
- ; machines. All other values are rejected. The default is 3.
- ; This keyword is ignored on a Micro Channel machine.
- INTERRUPT = 3
- ;
- ; RAM=0xnnnn is the base SEGMENT address of the dual-port
- ; memory for the adapter. The MAC586 uses this 16K memory
- ; block for data transfers. For IBM PC/AT and compatible
- ; machines, the following values are possible:
- ;
- ; 0xA000 0xCC00
- ; 0xA400 0xD000
- ; 0xA800 0xD400
- ; 0xAC00 0xD800
- ; 0xC000 0xDC00
- ; 0xC400
- ;
- ; If the machine has 512K of base RAM, the following values
- ; are also available.
- ;
- ; 0x8000 0x9000
- ; 0x8400 0x9400
- ; 0x8800 0x9800
- ; 0x8C00 0x9C00
- ;
- ; All other values are rejected. The default value is 0xD800.
- ; This keyword is ignored on a Micro Channel machine.
- RAM = 0xd800
- ;
- ; IOADDRESS=0xnnn is the base I/O port address used by the
- ; MAC586 as an interface to the adapter. The MAC586 uses a
- ; range of 16 ports, starting at the base I/O address. On an
- ; ISA machine, this value must match the switch settings on
- ; the adapter. See the DCA 10BASE Adapter Hardware Installation
- ; Guide for complete instructions about adjusting the adapter
- ; switch settings. The value of this keyword may be 0x300, 0x310,
- ; 0x330, or 0x350 for the 10BASE Twisted Pair ISA Adapter on an
- ; IBM PC/AT or compatible. The value of this keyword may be 0x300
- ; or 0x310 for the 10BASE Coaxial ISA Adapter on an IBM PC/AT or
- ; compatible. All other values are rejected. The default is
- ; 0x300. This keyword is ignored on a Micro Channel machine.
- IOADDRESS = 0x0300
-