;Protocol.ini for the Western Digital EtherCard Plus and Plus/A ;Ethernet cards ; ;PROTOCOL.INI PARAMETERS ; ; This is a sample PROTOCOL.INI file for the MACWD Western Digital EtherCard ; NDIS MAC driver. The [macwd] section shows examples of MACWD configuration ; parameter settings. Comments at the end of the file explain these parameters ; and give their default, minimum and maximum values. The [protocol manager] ; and [netbeui] sections aren't meant to be complete or realistic examples, ; except for the "bindings = macwd" line in the [netbeui] section. ; The only parameter that must be specified is the "drivername". Note ; that many of these parameters have default values (which are given below ; under "Comments about macwd parameters"). A parameter need not be specified ; in your PROTOCOL.INI if its default value is satisfactory. ; ;drivername ; units:[n/a] ; range:[macwd$] ; default:[macwd$] ; ; This parameter's value must be macwd$, it identifies the network ; device driver. ; ;The following entries are optional under the [macwd] section. ; ;iobase (EtherCard Plus only) ; units:[hex] ; range:[200-3E0] ; default:[280] ; ; Indicates the base I/O address for the network adapter card. ; This entry must match the adapter card's I/O address jumper settings. ; ;irq (EtherCard Plus only) ; units:[n/a] ; range:[2-15] ; default:[3] ; ;Indicates the interrupt level of the network adapter card: ; ; Value Meaning ; ----- ----------- ; 2-7 EtherCard Plus: interrupt levels 2-7 ; ; 3,4, 10, 15 EtherCard Plus/A (16-bit slot only): interrupt levels 3, 4, ; 10, and 15 ; ; ;maxrequests ; units:[integer] ; range:[6-64] ; default:[8] ; ; Specifies the number of request queue entries. ; ;maxtransmits ; units:[integer] ; range:[6-64] ; default:[12] ; ; Specifies the number of transmit queue entries. ; ;ramaddress (EtherCard Plus only) ; units:[hex] ; range:[A000-EC00] ; default:[D000] ; ; Indicates the base address of the shared memory on the adapter ; card. ; ;receivebuffers ; units:[integer] ; range:[6-96] ; default:[12] ; ; Specifies the number of receive buffer queue entries. ; receivebufsize ; ;receivebufsize ; units:[bytes] ; range:[256-1536] ; default:[256] ; ; Specifies the size, in bytes, of a receive buffer. ; ;receivechains ; units:[n/a] ; range:[6-96] ; default:[12] ; ; Specifies the number of receive chain header queue entries. ;