home *** CD-ROM | disk | FTP | other *** search
- ;
- ; DRIVERNAME
- ;
- ; This parameter must be pcntnd$. In the case where multiple adapters are
- ; installed, this string should be replaced by pcntnd2$ for the second
- ; adapter, pcntnd3$ for the third one, and so on.
- DRIVERNAME = PCNTND$
-
- ;
- ; IOBASE
- ;
- ; This parameter is optional. It specifies the I/O address occupied by
- ; the adapter.
- ;
- ; For PCnet-ISA type adapter the possible values are: 0x300, 0x320, 0x340,
- ; 0x360. The value must match the jumper settings. The driver will scan
- ; for the I/O address. Default is 0x300.
- ;
- ; For PCnet-ISA+ or PCnet-ISA II type adapter the possible values are:
- ; 0x200-0x3FF (per 0x20 offset). Determined by PnP Configuration Manager
- ; or by on-board EEPROM when PnP is disabled.
- ;
- ; For PCnet-32 type adapter the possible values are: 0x200-0x3FF (per 0x20
- ; offset). Determined by on-board EEPROM.
- ;
- ; For PCnet-PCI type adapter the possible values are: 0x0000-0xFFFF.
- ; Determined by PCI system BIOS.
- PORT = 0x300
-
- ;
- ; INTERRUPT
- ;
- ; This parameter is optional. It specifies the hardware interrupt which
- ; the adapter uses to signal events to the CPU.
- ;
- ; For PCnet-ISA type adapter the possible values are: 3, 4, 5, 9. The value
- ; must match the jumper settings. Default is 3.
- ;
- ; For PCnet-ISA+ or PCnet-ISA II type adapter the possible values are: 3,
- ; 4, 5, 9, 10, 11, 12, 15. Determined by PnP Configuration Manager or by
- ; on-board EEPROM when PnP is disabled.
- ;
- ; For PCnet-32 type adapter the possible values are: 0-15. Determined by
- ; on-board EEPROM. IRQ read from I/O offset 0x08.
- ;
- ; For PCnet-PCI type adapter the possible values are: 0-15. Determined by
- ; PCI system BIOS.
- INTERRUPT = 3
-
- ;
- ; DMA
- ;
- ; This parameter is optional. It specifies DMA channel used by the adapter.
- ;
- ; For PCnet-ISA type adapter the possible values are: 3, 5, 6, 7. The value
- ; must match the jumper settings. Default is 5.
- ;
- ; For PCnet-ISA+ or PCnet-ISA II type adapter the possible values are: 3,
- ; 5, 6, 7. Determined by PnP Configuration Manager or by on-board EEPROM
- ; when PnP is disabled.
- ;
- ; For PCnet-32 type adapter this parameter is not available. Determined by
- ; software.
- ;
- ; For PCnet-PCI type adapter this parameter is not available. Determined by
- ; software.
- DMA = 5
-
- ;
- ; TXBUFFERS
- ;
- ; This parameter is optional. It affects the size of transmit buffers.
- ; The specified value must be a power of 2. Default is 4.
- TXBUFFERS = 4
-
- ;
- ; RXBUFFERS
- ;
- ; This parameter is optional. It affects the size of receive buffers.
- ; The specified value must be a power of 2. Default is 4.
- RXBUFFERS = 4
-
- ;
- ; MAXMULTICASTS
- ;
- ; This parameter is optional. It designates the maximum number of multicast
- ; addresses for the device. Default is 10.
- MAXMULTICASTS = 10
-
- ;
- ; BUS_TO_SCAN
- ;
- ; This parameter is optional. It determines bus type to be scanned.
- ; Possible values are: PCI, PCI1, PCI2, PNP, ISA, VESA, Not Present (All).
- ; BUS_TO_SCAN =
-
- ;
- ; NETADDRESS
- ;
- ; This parameter is optional. It allows the user to specify or overwrite
- ; the IEEE or manufacturer address. Possible values are: any valid IEEE
- ; address, Not Present. Default is Not Present.
- ; NETADDRESS =
-
- ;
- ; FDUP
- ;
- ; This parameter is optional and may only be used for a PCnet-ISA II
- ; type adapter. It enables or disables full duplex support on the 10BaseT
- ; and AUI ports. The possible values are: UTP, AUI, OFF.
- ; FDUP =
-
-