   AS400 
   
   AS400 Installation Notes for Intel's EtherExpress(TM) PRO/10 LAN Adapter
   ========================================================================

   Location of Driver:     \DOS\EPRO.DOS   (DOS NDIS driver)
			   \DOS\EPROEDOS.NIF  (extended NIF file)
			    or
			   \NWCLIENT\EPROODI.DOS (for NetWare/AS400     
			    connectivity, see Hints and Tips section)


   Sample Configuration Files
   --------------------------
      CONFIG.SYS (will include) 
      
	 DEVICE=C:\PCS\EIMPCS.SYS
	 DEVICE=C:\LSP\PROTMAN.DOS /I:C:\LSP
	 DEVICE=C:\LSP\EPRO.DOS
	 DEVICE=C:\LSP\DXMA0MOD.SYS 001
	 DEVICE=C:\LSP\DXME0MOD.SYS  
	 DEVICE=C:\LSP\DXMT0MOD.SYS O=N

      AUTOEXEC.BAT (will include)
	 \LSP\NETBIND

      PROTOCOL.INI

	 [PROTMAN_MOD]
	    DriverName = PROTMAN$

	 [DXMAIDXCFG]         
	    DXME0_NIF = DXME0.NIF    
	    DXMJ0MOD_NIF = DXMJ0MOD.NIF
	    EPROEDOS_NIF = EPROEDOS.NIF
	    EPROEDOS2_NIF = EPROEDOS.NIF

	 [DXME0_MOD]
	    DriverName = DXME0$
	    Bindings = EPROEDOS_NIF

	 [EPROEDOS_NIF]
	    DriverName = EPRO$
	    IOADDRESS = 0x300

   General Installation
   --------------------
      1. Run DXMAID from the LAN Support Program (LSP).

      2. Complete environment information according to your needs.

      3. Specify directory where EPRO.DOS and EPROEDOS.NIF are located.  
	 See driver location listing above for location on adapter disk.

      4. When DXMAID is completed, run the PC Support Program from IBM.
	  
	 
   Hints and Tips
   --------------
      1. Device drivers that LSP or PCS install may vary depending on 
	 what protocols you select (netbios/802.2) or extended or basic
	 support in PCS.

      2. NetWare and AS400 connectivity:
	 You can use either the LANSUP (NDIS based) or ODINSUP (ODI based) 
	 to connect the EtherExpress PRO adapter simultaneously to an IBM 
	 AS400 and Novell server.  Some customers have reported that LANSUP 
	 is slower.  ODINSUP is included in the VLMUPx.ZIP (where x is the 
	 number of the latest offering) file on NetWire/Compuserve.
	 
	 Here are the configuration files when using LANSUP (NDIS based)
	 
	 CONFIG.SYS should include: 
			  
	    DEVICE = \LANMAN\PROTMAN.DOS     
	    DEVICE = EPRO.DOS             <--- NDIS driver
	    DEVICE = \AS400\DXMA0MOD.SYS
	    DEVICE = \AS400\DXME0MOD.SYS
	    DEVICE = C:\PCS\EIMPCS.SYS
	    DEVICE = C:\PCS\ECYDDX.SYS

	 AUTOEXEC.BAT should include:
	    
	    \AS400\NETBIND
	    LSL        
	    LANSUP <-- Must be dated 4/10/91 or newer, located on wsgen disk
	    IPXODI
	    NETX
	    C:\PCS\STARTPCS 

	 PROTOCOL.INI should include:
			       
	    [PROTOCOL MANAGER]
	       DRIVERNAME = PROTMAN$
	    [ETHERNET]
	       DRIVERNAME = DXME0$
	       BINDINGS = EPRO

	    [EPRO]
	       DRIVERNAME = EPRO$
	       IOADDRESS = 0x300



	 Here are the configuration files using ODINSUP (ODI based)
	 
	 CONFIG.SYS should include: 
			  
	    DEVICE = \LANMAN\PROTMAN.DOS     
	    DEVICE = \AS400\DXMA0MOD.SYS
	    DEVICE = \AS400\DXME0MOD.SYS
	    DEVICE = C:\PCS\EIMPCS.SYS
	    DEVICE = C:\PCS\ECYDDX.SYS

	 AUTOEXEC.BAT should include:
	    
	    LSL
	    EPROODI
	    ODINSUP       <-- Must get this from Novell
	    NETBIND
	    IPXODI
	    NETX
	    L:
	    LOGIN 
	    C:\PCS\STARTPCS

	 PROTOCOL.INI should include:

	    [PROTOCOL MANAGER]
	       DRIVERNAME = PROTMAN$
	    
	    [ETHERNET]
	       DRIVERNAME = DXME0$
	       BINDINGS = EPROODI

	    [EPROODI]
	       DRIVERNAME = EPROODI$
	       IOADDRESS = 0x300
	       
	 NET.CFG should include:
		       
	    Link Driver EPROODI
	       Port 300
	       frame ethernet_802.3
	       frame ethernet_ii
	       frame ethernet_802.2
	       frame ethernet_snap

	    Protocol ODINSUP
	       Bind 1

	
