                  Chapter 2  Network Device Driver Options
                                                          
CIAS  CIEPC1

     Required entry:
     

     o     Drivername = CIEPC1$ or CIEPC1<n>$  where <n> is
     	   a number from 2 to 9
     
     
     The following table summarizes the possible entries
     and values in the [CIEPC01_NIF]  section
     

        Entry          Unit       Range       Default
     -----------------------------------------------------
     
      Ioaddress        hex      300,320,340,      300
                                    360
      Interrupt        hex       2,3,4,5,7         3
     
     
     Entries in the [CIEPC01_NIF] section have the
     following meanings:
     
     Ioaddress
         Indicate the current I/O address jumper
         configuration of the network adapter card. The
         entry must match the adapter card's switch
         settings. Possible values are
         300, 320, 340 and 360.
     
     Interrupt
         Indicates the interrupt level of the adapter
         card. The entry must match the adapter card's
         jumpers settings. Possible values are 2, 3, 4, 5
         and 7.
     
     Drivername
         Identifies the network device driver.  The name
         should be in uppercase. The possible names are
         CIEPC1$, CIEPC12$, CIEPC13$, .. CIEPC19$. The
         first device driver loaded adopts the name
         CIEPC1$, the second loaded adopts the name
         CIEPC12$ and so forth. The signon text of the
         driver reflects this name adoption scheme.
     
     When the driver is started, i.e invoked from within
     the CONFIG.SYS scope, it may terminate due to
     erroneous condition, e.g card failure, illegal
     settings, with the following message:
     

         Device Driver failed to open Cc = <xxxx>
     

     where <xxxx> is one of the following  hex values
     
    	000F:    One or more of the entries above is missing.
	         Text will describe what is missing.

    	D002:    Illegal  "Interrupt" value specified. See
                 valid values above.

    	D004:    Illegal  "Ioaddress" value specified. See
                 valid values above.
     
     
