Installing the NDIS 2 Driver
Table of Contents
Installing the NDIS 2.01 Driver
The Network Driver Interface Specification (NDIS) 2.01 is a driver specification developed by Microsoft to offer a standard driver interface for adapter cards. AMD's NDIS 2.01 driver supports the following environments:
Microsoft LAN Manager 2.x Microsoft Windows for Workgroups 3.1 Microsoft Windows for Workgroups 3.11 IBM LAN Server 2.0, 3.x, 4.x SunSoft PC-NFS 5.x Artisoft LANtastic 6.0 Banyan VINES
AMD's NDIS 2.01 driver may be installed using the automated AMINSTAL utility or manually from the command line prompt for each specific environment. Both methods are described below.
To install a driver using the AMINSTAL Utility, follow the steps listed below:
1. Run the AMINSTAL Utility to configure your PCnet adapter card's I/O base address, IRQ channel, and DMA channel.
See the AMINSTAL Utility section for more information on configuring your PCnet adapter card.
Once you have completed the configuration of your PCnet adapter card
using AMINSTAL, go to step 2 below to continue.
2. Select the "Continue" button in the "Configuration" dialog box. The "Installation" dialog box will appear.
3. Select the desired PCnet adapter card by highlighting it in the top of the dialog box.
Note: If IBM LAN Manager, Microsoft Windows for Workgroups, SunSoft PC-NFS, etc., OEM installation procedures are used to install the NDIS 2.01 driver, then do not use AMINSTAL to install the NDIS 2.01 driver.
4. Highlight the "NDIS 2.01 driver" to install the driver. Change the default path if necessary. The default directory is:
C:\NDIS
5. Press the "Continue" button to complete the installation. AMINSTAL will copy the selected driver file into the specified directory, create a PROTOCOL.INI file in the specified directory, and copy a sample CONFIG.NET file into the specified directory.
The CONFIG.NET file contains the following:
DEVICE=<install path> PROTMAN.DOS /I:<install path> DEVICE=<install path> PCNTND.DOS
Note: PROTMAN.DOS is distributed by Microsoft, IBM, and other operating system companies.
6. Exit the AMINSTAL utility when the installation has been completed. The user may need to make modifications to the system files, using the AMD sample files as reference.
The installation of the NDIS 2.01 driver is now complete.
Support is provided for the Microsoft LAN Manager (Version 2.x) environment. The driver should be installed using the Microsoft LAN Manager Setup Utility.
Notes: 1) The hardware for the Microsoft LAN Manager environment can be configured to run as an OS/2 server, OS/2 workstation, basic MS-DOS workstation, or an enhanced MS-DOS workstation. Refer to your Microsoft LAN Manager documentation as needed.
2) The directory structure provided on the AMD NDIS 2.01 driver diskette has been setup for automatic OEM installation. The OEM Installation section of this manual provides more details regarding OEM driver installation. Also, more information can be found in the Microsoft LAN Manager Installation Guide.
The installation procedures described below assumes the Microsoft LAN Manager has already been installed. If not, refer to the Microsoft LAN Manager Installation Guide for installation instructions.
To install a driver using the Microsoft LAN Manager Setup Utility, follow the steps listed below:
1. Insert the AMD NDIS 2.01 driver diskette into the floppy drive.
Note:Two information files (pcntnd.nif and protocol.ini) will be used for driver installation. These files are located on the AMD NDIS 2.01 driver diskette.
2. Change to the LAN Manager subdirectory on your hard disk by typing:
cd C:\LANMAN
Then press <Enter>.
3. Next start the Microsoft LAN Manager Setup utility by typing:
setup
Then press <Enter>.
The following message will be displayed:
Loading Microsoft LAN Manager configuration ...
4. Hold down the <Alt> key and press "C" to access the "Configuration" drop down menu.
5. Use the up/down arrow keys to select "Network Drivers..." and then press <Enter>. This will open the Workstation Configuration window.
6. If you have an existing (old) PCnet Family Ethernet driver installed, use the tab key to select "Remove Config" and then
press <Enter>. This removes the existing PCnet driver.
7. Use the tab key to select "Add New Config" and then press <Enter>. This will open the Network Adapter Drivers window.
8. Use the tab key to select "Other Driver" and then press <Enter>.
9. Enter the disk drive letter (e.g., "A:")
where the AMD NDIS 2.01 driver diskette is located.
Note: No path is required since the AMD diskette is structured for the Microsoft LAN Manager OEM setup.
Use the tab key to select "OK" and then press <Enter>.
10. Use the up/down arrow keys to select "PCNet Family Ethernet Adapter." Next, use the tab key to select "OK" and then
press <Enter>.
Note: If you have older PCnet Family drivers installed, you will be asked if you want to "Overwrite?" Use the tab key to select "<Yes>" and then press <Enter>.
The following message will be displayed:
Copying drivers, please wait ...
Wait for the message to go away.
11. Use the up/down arrow keys to select the desired protocol, press the spacebar to select, and then use the tab key to select "OK."
Then press <Enter>. You will then be returned to the Workstation Configuration window.
12 Use the tab key to select "Save" and then press <Enter>. The following message will be displayed:
Saving Microsoft LAN Manager Configuration ...
Wait for the message to go away.
13 Hold down the <Alt> key and press "L" to access the "LAN Manager" drop down menu.
14. Use the up/down arrow keys to select "Exit Setup" and then press <Enter>. The following message will be displayed:
LAN Manager Configuration Complete
"OK" will be highlighted. Press <Enter>.
The installation of the NDIS 2.01 driver for Microsoft LAN Manager is now complete.
During installation, LAN Manager will automatically make modifications to the CONFIG.SYS, AUTOEXEC.BAT, and PROTOCOL.INI
files. Below are sample files for a PCnet-ISA adapter card.
CONFIG.SYS DEVICE=C:\LANMAN.DOS\DRIVERS\PROTMAN\PROTMAN.DOS /i:C:\LANMAN.DOS DEVICE=C:\LANMAN.DOS\DRIVERS\ETHERNET\PCNET\PCNTND.DOS
AUTOEXEC.BAT SET PATH=C:\LANMAN.DOS\NETPROG;%PATH% NET START WORKSTATION LOAD NETBEUI NET LOGON bill.gates
PROTOCOL.INI [PROTMAN] DRIVERNAME = PROTMAN$ DYNAMIC = YES PRIORITY = NETBEUI
[NETBEUI_XIF] Drivername = netbeui$ SESSIONS = 6 NCBS = 12 BINDINGS = "PCNTND_NIF" LANABASE = 0
[PCNTND_NIF] ; AMD PCnet Ethernet Adapter ; DriverName = PCNTND$ IOAddress = 0x0300 Interrupt = 4 DMAChannel = 5
Note:For PCnet-ISA adapter cards, be sure the IOAddress, Interrupt, and the DMA Channel match the card's jumper settings. For other PCnet adapter cards, the user can leave out these keyword parameters.
To change the transmit and receive buffers, insert the following statements in the PROTOCOL.INI file (located in the PCnet Driver (PCNTND) directory):
RXBUFFERS = 4 TXBUFFERS = 4
To use the BUSTYPE keyword, remove the I/O Address and insert the BUSTYPE keyword in the PROTOCOL.INI file (located in the PCnet Driver (PCNTND) directory). For example, to designate the PCnet-32 adapter card and the VL bus, insert the following:
BUSTYPE = VESA
Support is provided for the Microsoft Windows for Workgroups (Version 3.1) environment.
Notes: 1) The format and procedure to install the NDIS drivers for Windows for Workgroups 3.1 is different from that of Windows for Workgroups 3.11. Refer to Section 6.4 for the procedure for Windows for Workgroups 3.11.
2) The directory structure provided on the AMD NDIS 2.01 driver diskette has been set up for automatic OEM installation. The OEM Installation section of this manual provides more details regarding OEM driver installation. Also, more information can be found in the Microsoft Windows for Workgroups 3.1 User's Guide.
Follow the steps listed below:
1. Insert the AMD NDIS 2.01 driver diskette in the floppy drive.
2. From the Main menu in Windows, select the "Control Panel" icon.
3. In the Network Setting dialog box, select the "Adapters" button. The Network Adapters dialog box should appear.
4. Choose the "Add" button to install the PCnet driver from the AMD NDIS 2.01 driver diskette.
5. In the list of network adapters, select the "Unlisted or Updated Network Adapter. " Then enter the path to load the NDIS
2.01 driver (e.g., "A:\WFW31").
7. Select the "AMD PCnet Family Driver" and choose "OK."
8. If the network adapter driver requires additional settings, a Setup dialog box appears displaying the default settings.
8. 1. For a PCnet-ISA adapter card:
The dialog box will appear and the default settings will show "IRQ = 3" and "DMA =5". Use the "Advanced" button option for additional settings such as the DMA channel setting. Make any modifications to the settings to correspond with the jumper settings on your PCnet-ISA adapter card.
8. .2 For PCnet-ISA+, PCnet-ISA II, PCnet-32, and PCnet-PCI adapter cards:
No settings need to be specified for one installed adapter.
9. In the Network Adapters dialog box, choose the "Close" button. Then choose the "OK" button in the Network Settings dialog box.
10. Follow the remaining Window instructions. Restart the computer to have the driver take effect.
The installation of the NDIS 2.01 driver for Windows for Workgroups is now complete.
To set the IRQ channel value for the PCnet-ISA adapter card, choose the "Network" icon to select the "Adapters" button. Then, choose the "AMD PCnet adapter card" to modify the card's settings. In the Setup dialog box, select (or enter) the IRQ (interrupt channel) desired to match the corresponding jumper setting on your PCnet-ISA adapter card.
Support is provided for the Microsoft Windows for Workgroups (Version 3.11) environment. Microsoft Windows for Workgroups 3.11 supports both NDIS 2.01 and NDIS 3.x drivers. AMD provides both of these NDIS drivers.
Notes: 1) The format and procedure to install the NDIS drivers for Windows for Workgroups 3.11 is different from that of Windows for Workgroups 3.1. Refer to Section 6.3 for the procedure for Windows for Workgroups 3.1.
2) The directory structure provided on the AMD NDIS 2.01 driver diskette has been setup for automatic OEM installation. The OEM Installation section of this manual provides more details regarding OEM driver installation. Also, more information can be found in the Microsoft Windows for Workgroups 3.11 User's Guide.
Follow the steps listed below:
1. Insert the AMD NDIS 2.01 driver diskette into the floppy drive.
2. In the Windows for Workgroups 3.11 Program Manager, double click on the Windows Setup icon.
3. From the Options Menu, select "Change Network Settings."
4. From the Network Setup dialog box, select the "Drivers..." button to install the PCnet NDIS 2.01 and NDIS 3.x drivers.
5. In the Network Drivers dialog box, select the "Add Adapter" button to install the PCnet device drivers.
6. In the Add Network Adapter window, choose the "Unlisted or Updated Network Adapter" from the menu and then select "OK".
Note: The "Detect" button, the Am2100/Am1500T, or the PCnet Family selections from the menu of standard drivers uses a previous release of the AMD driver software.
7. The Install Driver dialog box will appear. Enter the floppy drive containing the AMD NDIS 2.01 driver diskette and specify the Windows for Workgroups 3.11 path to install the PCnet drivers. For example, enter:
A:\WFW311
Then select "OK."
8. The Advanced Micro Devices PCnet Family selection will appear under the Network Adapters list. Select "OK" to continue.
9. Answer the series of questions for the correct base I/O port, IRQ channel, and DMA channel. In the Network Drivers dialog box, select "Setup."
9. .1 For a PCnet-ISA adapter card:
Specify the IRQ, base I/O port, and DMA channel to correspond to the jumper settings on the adapter card.
9. .2 For PCnet-ISA+, PCnet-ISA II, PCnet-32, and PCnet-PCI adapter cards
a. Set interrupt (IRQ) to "Auto_scan" and the base I/O port to "0."
b. Select "OK." In the Network Drivers dialog box, select "Close." In the Network Setup dialog box, select "OK." For the Microsoft-specific dialog boxes, select "Skip." For the Install Driver dialog box, enter:
\WFW311
Note: If "Auto_scan" is selected for PCnet-ISA+, PCnet-ISA II, PCnet-32, or PCnet-PCI, then no value need be specified; however, Windows for Workgroups 3.11 will issue a warning message regarding possible interrupt conflict. This is due to the temporary configuring of the interrupt to channel 0 until the real value is set according to the EEPROM configuration.
10. Select "OK" to exit. Windows for Workgroups 3.11 will ask the user to reboot the machine once the installation is completed.
The installation of the NDIS 2.01 driver for Windows for Workgroups 3.11 is now complete.
To set the LED0 keyword value, follow the instructions given above to access the Advanced settings for a PCnet adapter card. A dialog box will appear to set the LED keyword options. In the LED0 setting, enter the value desired from the list given in the Software Keywords section (Appendix B).
AMD's NDIS 2.01 driver can also be used with the IBM LAN Server (Version 2.x, 3.x, and 4.x) environment. IBM LAN Server requires a unique NIF file. This NIF file is included on the AMD NDIS 2.01 driver diskette (see the README.TXT file under the IBMCOM directory).
Note:The directory structure provided on the AMD SCO Unix driver diskette has been setup for automatic OEM installation. The OEM Installation section of this manual provides more details regarding OEM driver installation. Also, more information can be found in the IBM LAN
Adapter and Protocol Support Configuration Guide.
Follow the steps listed below:
1. Insert the AMD NDIS 2.01 driver diskette into the floppy drive.
2. In IBM LAN Server, select or run the LAPS (LAN Adapter and Protocol Support) program. Refer to the IBM LAN Adapter and Protocol
Support Configuration Guide for more information on this utility and for more details on how to install additional adapters and device drivers.
3. From the IBM LAPS dialog box, choose the "INSTALL"
button to install a PCnet Network adapter card for the IBM LAN Server environment. If the PCnet adapter card has already been installed, go to step 6 below to continue.
4. Specify the drive and path (e.g., "LANSRVR")
to the AMD NDIS 2.01 driver diskette (e.g., "A:\LANSRVR").
5. After installing/copying the appropriate NIF files from the AMD NDIS 2.01 driver diskette, the IBM LAPS dialog box will appear again.
6. From the IBM LAPS dialog box, select the "Configure."
7. In the Configuration dialog box, choose the "Configure
LAN transports" (default) option and select "Continue."
8. When the Configure Workstation dialog box is displayed, remove the current configurations from the Current Configuration list box.
9. Choose the "AMD PCnet Family Ethernet Adapter" from the Network Adapters list box, by highlighting the entry. Then choose
"Add" to add the AMD PCnet adapter card to the Current Configuration list box.
10. Highlight the appropriate protocols in the Protocols list box. Then choose "Add" to add them to the Current Configuration list box.
11 Choose the AMD PCnet adapter from the Current Configuration list box. Then choose "Edit." The Parameters for AMD dialog box is displayed.
12 View the default configuration. If the default configuration is OK, choose "OK."
If you need to change the AMD configuration, change the options in this dialog box. Choose "Range" to display the available settings for each option. Press [F1] if you need help deciding on a setting.
12.1 For a PCnet-ISA adapter card: Make all modifications necessary to match the jumper settings on the PCnet-ISA adapter card.
12.2 For PCnet-ISA+, PCnet-ISA II, PCnet-32, and PCnet-PCI Adapter cards: No settings need to be specified since they are software
configurable.
The installation of the NDIS 2.01 driver for IBM LAN Server is now complete.
Follow the steps listed below:
1. Insert the AMD NDIS 2.01 driver diskette into the floppy drive.
2. Display the Communication Manager main menu and choose "Advanced."
3. Choose "Configuration."
4. Choose "LAN Adapter and Protocol Support" (LAPS).
5. At the Options dialog box, choose "Copy" additional network adapter drivers. Then choose "OK."
6. At the Copy Additional Network Adapter Drivers dialog box, type the path (e.g., "A:"). Then choose "OK."
7. When the Copy Diskette dialog box is displayed, choose "OK."
8. When the Options dialog box is displayed, choose "Configure Workstation." Then choose "OK."
9. When the Configure Workstation dialog box is displayed, remove the current configurations from the Current Configuration list box.
10. Choose the "AMD PCnet Family Ethernet Adapter" from the Network Adapters list box, by highlighting the entry. Then choose
"Add" to add the AMD adapter to Current Configuration list box.
11 Highlight the appropriate protocols in the Protocols list box. Then choose "Add" to add them to the Current Configuration list box.
12 Choose the "AMD PCnet Adapter" at the Current Configuration list box. Then choose "Edit." The Parameters for AMD dialog box is displayed.
13 View the default configuration. If the default configuration is OK, choose "OK."
If you need to change the AMD configuration, change the options in this dialog box. Choose "Range" to display the available settings for each option. Press [F1] if you need help deciding on a setting.
13.1 For a PCnet-ISA adapter card: Make all modifications necessary to match the jumper settings on the PCnet-ISA adapter card.
13.2 For PCnet-ISA+, PCnet-ISA II, PCnet-32, and PCnet-PCI adapter Cards: No settings need to be specified since they are software
configurable.
The installation of the NDIS 2.01 driver for IBM Extended Services 1.0 (LAN Server) is now complete.
To support DOS client packages for IBM LAN Server 4.x, two new directories have been added on diskette 6. The first directory, \IBMLSP, should be used as a path for the Advanced LAN Support Program. The second directory, \IBMADOS, should be used as a path for the Advanced LAN DOS Services package.
The AMD NDIS 2.01 driver can also be used with the SunSoft PC-NFS (version 5.x) environment.
Note:The directory structure provided on the AMD PC-NFS driver diskette has been set up for automatic OEM installation. Also, more information can be found in the SunSoft PC-NFS Manuals.
Follow the steps listed below:
1. Be sure PC-NFS is installed on your system and configured for an NDIS 2.01 driver. See the PC-NFS Installation Procedure Manuals for more information.
2. Run NFSCONF. Select "Adapter" Menu. Select "Ethernet." Select "NDIS."
3. Insert the PC-NFS QUIKNDIS diskette into the floppy drive. Change to the drive containing the QUIKNDIS diskette (e.g., "A:\").
4. At the prompt type:
QUIKNDIS
Then press <Enter>.
5. A message will appear asking for the current boot drive. Enter the current boot drive and then press <Enter>.
6. Press "Y" to save the current PROTOCOL.INI file as PROTOCOL.OLD. Ignore this step if this dialog box does not appear.
7. In the Adapter Card List box, select the "Custom"
option to install the PCnet NDIS driver for PC-NFS.
8. Remove the QUIKNDIS disk from the floppy drive. Insert the AMD NDIS 2.01 driver diskette into the floppy drive.
9. Follow the dialog boxes and enter the correct driver and path on the AMD NDIS 2.01 driver diskette to install the NDIS driver (e.g., "A:\PCNFS").
10. Enter "PCNTND" for the NIF file name and then press <Enter>.
11 Make the appropriate changes to the CONFIG.SYS and AUTOEXEC.BAT files.
12 Reboot your system.
The installation of the NDIS 2.01 driver for PC-NFS is now complete.
Support is provided for the Artisoft LANtastic (Version 6.0) environment.
Note:Artisoft LANtastic 6.0 is now based on the NDIS 2.01 specification.
In order to install a driver for LANtastic 6.0, the operating system must be re-installed. Start from the DOS system prompt. Follow the steps listed below:
1. Insert disk 1 of LANtastic 6.0 into your floppy drive (e.g., "A"). At the DOS prompt, type:
a:\install
Then press <Enter>. This starts the LANtastic installation process.
2. Artisoft's installation program will then search for Microsoft Windows on your system. If Windows is not found, press <Enter> at the message to run the install program under DOS and go to step 2.1 to continue. Otherwise, if Windows is found, Windows will be started. Go to step 3 to continue.
2. .1 Some Artisoft initialization messages will appear on the screen. Press <Enter> to continue.
2. .2 Select "KEEP all previous LANtastic setup information."
2. .3 Select any additional LANtastic features you wish to install (see Artisoft LANtastic Manuals for more information). Press <Enter>
to continue.
2. .4 Select "NDIS Support for Network Adapters."
2. .5 Insert the AMD NDIS 2.01 driver diskette (disk 1) into the floppy drive and then press <Enter> to continue.
2. .6 Insert the appropriate Artisoft LANtastic 6.0 disk when prompted. Press <Enter> to continue.
2. .7 Select "OK to perform the installation" and press <Enter> to continue.
2. .8 Information will appear on the screen, press <Enter> to continue.
2. .9 Insert the appropriate Artisoft LANtastic 6.0 disk when prompted. Press <Enter> to continue.
2. .10 You will see the "Installation complete" and "Need to reboot your computer" message. Press <Enter> to continue. Remove the disk from the floppy drive. Press <Enter> to
reboot.
2. .11 On start-up you'll see the message:
AMD PCNet Family Ethernet Adapter NDIS v2.0.1 MAC Driver, Version x.xx Drivername Driver configuration information such as IOAddress, Interrupt, and DMA
2. .12 Next, you will see some LANtastic configuration messages.
The installation of the NDIS 2.01 driver for Artisoft LANtastic 6.0 is now complete.
3. You will see the "Artisoft Install" message. Click "OK" to continue.
4. Select "KEEP all previous LANtastic setup information" and click "OK" to continue.
5. Select any additional LANtastic features you wish to install (see Artisoft LANtastic Manuals for more information). Click "OK"
to continue.
6. Select "NDIS Support for Network Adapters" and click "OK" to continue.
7. Insert the AMD NDIS 2.01 driver diskette (disk 1) into the floppy drive and then click "OK" to continue.
8. Insert the appropriate Artisoft LANtastic 6.0 disk when prompted. Click "OK" to continue.
9. Select "OK to perform the installation" and click "OK" to continue.
10. Information will appear on the screen, click "OK" to continue.
11 Insert the appropriate Artisoft LANtastic 6.0 disk when prompted.
Click "OK" to continue.
12 You will see the "Installation complete" and "Need to reboot your computer" message. Click "OK" to continue.
Remove the disk from the floppy drive. Click "OK" to reboot.
13 On start-up you'll see the message:
AMD PCNet Family Ethernet Adapter NDIS v2.0.1 MAC Driver, Version x.xx Drivername Driver configuration information such as IOAddress, Interrupt, and DMA
14 Next, you will see some LANtastic configuration messages.
The installation of the NDIS 2.01 driver for Artisoft LANtastic 6.0 is now complete.
AMD's NDIS 2.01 driver may be configured to run in the Banyan VINES environment (for client-based systems only). Follow the steps listed below:
1 Compile all the necessary files (see the file list below) for VINES. These files are all located in one subdirectory on the AMD NDIS 2.01 driver diskette (A:\NDIS).
2 Create the PROTOCOL.INI, CONFIG.SYS, and AUTOEXEC.BAT files
(sample files are shown below).
a. Modify the PROTOCOL.INI file to reflect the changes necessary for the appropriate LAN card section.
b. Modify the AUTOEXEC.BAT and CONFIG.SYS files to reflect changes
in the directory where the files mentioned in step 1 are to be located.
3 Run the VINES PCCONFIG Utility to configure the NDIS driver.
4 Reboot the machine.
The installation of the NDIS 2.01 driver for Banyan VINES is now complete.
BAN | EXE | 32835 | ||
BAN | MSB | 2058 | ||
REDIR | MSB | 982 | ||
NEWREV | EXE | 47933 | ||
NEWREV | MSB | 5139 | ||
PCCONFIG | DB | 19656 | ||
REDIRALL | EXE | 51546 | ||
PCCONFIG | EXE | 61155 | ||
PCCONFIG | MSB | 5785 | ||
NDISBAN | COM | 35356 | ||
NETBIND | EXE | 15639 | ||
NDISBAN | DOC | 3072 | ||
NDISBAN | OVL | 15639 | ||
PROTMAN | DOS | 10649 |
PROTOCOL | INI | 351 | ||
CONFIG | SYS | 226 | ||
AUTOEXEC | BAT | 112 | ||
PCNTND | DOS |
The following path should be used to access the driver from the AMD NDIS 2.01 driver diskette:
A:\MSLANMAN.DOS\DRIVERS\ETHERNET\PCNET
The modifications to the CONFIG.SYS, AUTOEXEC.BAT, and PROTOCOL.INI files are shown below as an example for PCnet-ISA adapter cards.
CONFIG.SYS FILES=20 BUFFERS=20 DEVICE=C:\BANYAN\PROTMAN.DOS /I:C:\BANYAN DEVICE=C:\BANYAN\PCNTND.SYS AUTOEXEC.BAT PATH=C:\DOS PROMPT $P$G C: CD\BANYAN BAN /nc ndisban netbind redirall PROTOCOL.INI [PROTOCOL.INI] DRIVENAME= PROTMAN$ ; PROTOCOL.INI section for the AMD PCnet Card [PCNTND_NIF] DRIVENAME = PCNTND$ ;IOBASE = 0x300 ;INTERRUPT = 3 ;DMACHANNEL = 5 [VINES_XIF] DRIVENAME = NDISBAN$ BINDINGS = PCNTND_NIF
See Table 3 for NDIS 2.01 Driver Keywords.
Table 3. NDIS 2.01 Driver Keywords
| ||||
I/O Address | IOADDRESS
| See Common Keywords. | ||
Interrupt | INT, INTERRUPT
| See Common Keywords. | ||
DMA | DMA
|
See Common Keywords. | ||
Transmit Buffers | TXBUFFERS | Transmit and Receive buffer sizes may be increased or decreased using Transmit and Receive Buffer keywords. Each network operating system environment has different formats and syntax for interrupt settings. Once again, refer to the OEM manuals for correct format and usage of interrupt settings. | Power of 2 | 4 |
Maximum Multicasts | MAXMULTICASTS | To designate the maximum number of multicast addresses for the device | N/A | 10 |
Bus type designation | BUS_TO_SCAN | See AMD Driver Specific Keywords | ||
Net Address | NETADDRESS | This keyword allows the user to specify or overwrite the IEEE or Mfr. address. This must be edited in PROTOCOL.INI or NT registry. | Any valid IEEE address or Not Present | Not Present |
Full Duplex | FDUP
| FDUP keyword is used to enable or disable full duplex on the 10BaseT and AUI ports. See Common Keywords. | UTP
| Not Present
|
Note: All of the keywords available to the NDIS
2.01 driver may be activated by configuring the PROTOCOL.INI file
in some operating system environments or by selecting the options
through a dialog box in other operating systems.