February 1993
		   PC-NFS Driver Installation
			      for
	       D-Link DE-650 PCMCIA Ethernet Adapter
	   ===========================================


The D-Link PC-NFS Driver Program lets you run Sun MicroSystems PC-NFS
on your PC with the D-Link DE-650 PCMCIA Ethernet Adapter.

The following files will be used in this installation:

Files		Contents
-----------	----------------------------------------------------------
PDNFS.SYS	PC-NFS Driver Program
DE650PD.SYS	Packet driver program for DE-650 PCMCIA card
DE650PD.COM	Packet driver program for DE-650 PCMCIA card

Two methods can be used to install:

METHOD 1:

1. Install the PC-NFS program according to the procedure described in the
   PC-NFS manual.  On the screen of the PC-NFS install program, select 3C501
   (the 3Com EtherLink card) as your network interface card. When the screens
   prompt you, select 5 for the interrupt level (IRQ), and select 300h for
   the base I/O address.

2. Copy the following files to the \NFS directory of your hard
   disk:

     PDNFS.SYS
     DE650PD.SYS
     DE650PD.COM
     A:\OPEN_ADP\*.*

3. Modify the CONFIG.SYS file as follows:

   DEVICE=C:\ANSI.SYS
   DEVICE=C:\NFS\PCNFS.SYS /m
   DEVICE=C:\NFS\SOCKDRV.SYS
   DEVICE=C:\NFS\PCMCIA initial program <--- Please see note below
   DEVICE= C:\NFS\DE650PD.SYS <-d> <-w> <sw_int> <irq> <io_addr> <m_base>
   DEVICE=C:\NFS\PDNFS.SYS
   LASTDRIVE=V

Note:
    Before run packet driver, run PCMCIA initial program on A:\OPEN_ADP
    directory.
    Please see as following:

      *** PC installed Socket service, Card service, and Client driver ***
  Skip this step
	     OR

      *** PC installed Socket service or Databook Cardtalk ***
  AE.EXE [/iop:P0] [/mem:P1] [/irq:P2] [/slt:P3]

	     OR

      *** PC's PCMCIA controller is Intel 82365SL ***
  PCIC.EXE [/iop:P0] [/mem:P1] [/irq:P2] [/slt:P3] [/grp:P4]
	     OR

      *** PC is Toshiba T3300SL ***
  ICCNT.EXE [/iop:P0] [/mem:P1] [/irq:P2]

      *** Phoenix PCMCCU ***
  PCMDLINK.COM	( Resources fixed on I/O base: 300, IRQ: 5, and MEM base: D600,
		  Only PCMCCU v1.3 need PCMDLINK.EXE to enable PCMCCU)

	 For detail, please refer to \OPEN_ADP\README.DOC or \install.doc

 [ Parameters for OPEN-ADP utility ]
PCIC.EXE
     PCIC.EXE is used to enable Intel 82365SL PC Card Interface Controller
     (PCIC) chipset.
ICCNT.EXE
     ICCNET.EXE is used to enable ICCNT (I/O Card Controller) chipset in
     TOSHIBA T3300SL Model Notebook.
AE.EXE
     AE.EXE is used to enable PCMCIA Ethernet Card on which Socket Service has
     been installed.
PCMDLINK.COM
     PCMDLINK.COM is PCM client driver and only Phoenix PCMCCU v1.3 need.

   device=ae.exe [/iop:P0] [/mem:P1] [/irq:P2] [/slt:P3]
			    or
   device=pcic.exe [/iop:P0] [/mem:P1] [/irq:P2] [/slt:P3] [/grp:P4]
			    or
   device=iccnt.exe [/iop:P0] [/mem:P1] [/irq:P2]

   device=pcmdlink.com (resources is fixed on irq:5, mem:d600, io base:320)

   Parameter description:
	/iop   :I/O base
	/mem   :Attribute memory base
	/irq   :IRQ value
	/slt   :Slot type
	/grp   :Group value

	P0 :The selectable window I/O base with 0x20 range.
	    The default value is 0x300.
	P1 :The selectable window memory base.
	    The default value is 0xd000.
	P2 :The selectable irq value.
	    The default value is 0x5.
	P3 :The selectable slot number.
	    The default number is 1.
	P4 :The selectable grp value.
	    The default value is 0.
	    Group 0 means Index IO is 3E0h, Data IO is 3E1h, Base is 00h
	    Group 1 means Index IO is 3E0h, Data IO is 3E1h, Base is 80h
	    Group 2 means Index IO is 3E2h, Data IO is 3E3h, Base is 00h
	    Group 3 means Index IO is 3E2h, Data IO is 3E3h, Base is 80h




     AUTOEXEC.BAT file:

     SET PATH = C:\; C:\NFS
     SET TZ=EST5EDT
     SET NFSDRIVE = C
     NET YPDOMAIN ypserver
     NET START RDR
     NET YPSET homer
     NET NAME john
     NET USER F: \\user\john

       We use the name "john" here as an example.

4. Reboot the PC to start PC-NFS.

You may now execute the PC-NFS commands to communicate
other computers through the TCP/IP protocol.


METHOD 2:

1. Install the PC-NFS program according to the procedure described in the
   PC-NFS manual.  On the screen of the PC-NFS install program, select 3C501
   (the 3Com EtherLink card) as your network interface card. When the screens
   prompt you, select 9 for the interrupt level (IRQ), and select 300h for
   the base I/O address.

2. Copy the following files to the \NFS directory of your hard
   disk:

     PDNFS.SYS
     DE650PD.SYS
     DE650PD.COM
     A:\OPEN_ADP\*.*

3. Modify the CONFIG.SYS file as follows:

	DEVICE=C:\ANSI.SYS
	DEVICE=C:\NFS\PCNFS.SYS /m
	DEVICE=C:\NFS\SOCKDRV.SYS
	DEVICE=C:\NFS\PDNFS.SYS
	LASTDRIVE=V

     AUTOEXEC.BAT file:

	SET PATH = C:\; C:\NFS
	SET TZ=EST5EDT
	SET NFSDRIVE = C
	PCMCIA initial program <------------------ (please see note below)
	DE650PD <-d> <-w> <sw_int> <irq> <io_addr> <m_base>
	NET YPDOMAIN ypserver
	NET START RDR
	NET YPSET homer
	NET NAME john
	NET USER F: \\user\john

       We use the name "john" here as an example.

Note:
    Before run DE650PD, run PCMCIA initial program on A:\OPEN_ADP
    directory.
    Please see as following:

      *** PC installed Socket service ,Card service, and Client driver ***
  Skip this step
	     OR

      *** PC installed Socket service or Databook Cardtalk ***
  AE.EXE [/iop:P0] [/mem:P1] [/irq:P2] [/slt:P3]

	     OR

      *** PC's PCMCIA controller is Intel 82365SL ***
  PCIC.EXE [/iop:P0] [/mem:P1] [/irq:P2] [/slt:P3] [/grp:P4]
	     OR

      *** PC is Toshiba T3300SL ***
  ICCNT.EXE [/iop:P0] [/mem:P1] [/irq:P2]

      *** For Phoenix PCM ***
   DEVICE= PCMSS.EXE
   DEVICE= PCMCCU.EXE
   DEVICE= PCMDLINK.COM (irq:5, mem:d600, io base:320, only PCMCCU v1.3 need)

  Please refer to \install.doc for detail information.

  [ Parameters for OPEN-ADP utility ]
PCIC.EXE
     PCIC.EXE is used to enable Intel 82365SL PC Card Interface Controller
     (PCIC) chipset.
ICCNT.EXE
     ICCNET.EXE is used to enable ICCNT (I/O Card Controller) chipset in
     TOSHIBA T3300SL Model Notebook.
AE.EXE
     AE.EXE is used to enable PCMCIA Ethernet Card on which Socket Service has
     been installed.
PCMDLINK.COM
     PCMDLINK.COM is PCM client driver for Phoenix PCMCCU.
     Only PCMCCU v1.3 need PCMDLINK.EXE.

   device=ae.exe [/iop:P0] [/mem:P1] [/irq:P2] [/slt:P3]
			    or
   device=pcic.exe [/iop:P0] [/mem:P1] [/irq:P2] [/slt:P3] [/grp:P4]
			    or
   device=iccnt.exe [/iop:P0] [/mem:P1] [/irq:P2]

   device=pcmdlink.com (resources is fixed on irq:5, mem:d600, io base:320)

   Parameter description:
	/iop   :I/O base
	/mem   :Attribute memory base
	/irq   :IRQ value
	/slt   :Slot type
	/grp   :Group value

	P0 :The selectable window I/O base with 0x20 range.
	    The default value is 0x300.
	P1 :The selectable window memory base.
	    The default value is 0xd000.
	P2 :The selectable irq value.
	    The default value is 0x5.
	P3 :The selectable slot number.
	    The default number is 1.
	P4 :The selectable grp value.
	    The default value is 0.
	    Group 0 means Index IO is 3E0h, Data IO is 3E1h, Base is 00h
	    Group 1 means Index IO is 3E0h, Data IO is 3E1h, Base is 80h
	    Group 2 means Index IO is 3E2h, Data IO is 3E3h, Base is 00h
	    Group 3 means Index IO is 3E2h, Data IO is 3E3h, Base is 80h

4. Reboot the PC to start PC-NFS.

You may now execute the PC-NFS commands to communicate
other computers through the TCP/IP protocol.


Notes:

<-d>		Delay Initial - The driver program will not initialize
		the network interface card until the packet driver program
		is accessed by its upper layer program first time.
<-w>		the -w parameter is for use with the Windows environment only.
<sw_int>	is the software interrupt vector number used by the packet
		driver program, which can be from 96 to 128.
<irq>		is the hardware interrupt (IRQ) line set on your network
		interface card. The default is 5 if this parameter is not
		specified.
<io_addr>	is base I/O address set on your network interface card.
		The default address of 0x300 is used, if this parameter
		is not specified.
<m_base>	is attribute memory base. The default value is 0xd000.