;Protocol.ini for the Standard Microsystems EtherCard Plus Elite and Elite/A
;Ethernet cards
;
;PROTOCOL.INI PARAMETERS
;
; This is a sample PROTOCOL.INI file for the SMCMAC SMC EtherCard Plus Elite
; NDIS MAC driver.  The [smcmac] section shows examples of SMCMAC 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 = smcmac" 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 smcmac parameters"). A parameter need not be specified
; in your PROTOCOL.INI if its default value is satisfactory.
;
[SMCMAC]
drivername
;     units:[n/a]
;     range:[smcmac$]
;     default:[smcmac$]
;
;     This parameter's value must be smcmac$, it identifies the network
;     device driver.
;
;The following entries are optional under the [SMCMAC] section.
;
;
;IOBASE = 0x280
;
;     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.
;
;IRQ = 3 
;     units:[n/a]
;     range:[2-15]
;     default:[3]
;
;Indicates the interrupt level of the network adapter card:
;** Note: The IRQ parameter is not required for ELITE series
;         adapters.
;
;
;RAMADDRESS = 0xD000
;     units:[hex]
;     range:[A000-EC00]
;     default:[D000]
;
;     Indicates the base address of the shared memory on the adapter
;     card.
;** Note: The RAMADDRESS parameter is not required for ELITE series
;         adapters.
;
