home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MISC / NETWORK / WDNFS204.ZIP / INSTALL.DOC next >
Encoding:
Text File  |  1990-10-26  |  4.1 KB  |  127 lines

  1.                         
  2.                8003/8013 FAMILY LAN ADAPTER DRIVER
  3.               FOR USE WITH SUN MICROSYSTEMS' PC-NFS
  4.  
  5.  
  6.                INSTALLATION GUIDE
  7.  
  8.  
  9.   CONTENTS
  10.  
  11.   The following files are needed for installing PC-NFS:
  12.  
  13.    1. WDPLUS.SYS - PC-NFS Link Level Driver for 8003/8013 family
  14.       Ethernet LAN adapters.
  15.  
  16.   HARDWARE AND SOFTWARE REQUIREMENTS
  17.  
  18.   1. One 8003/8013 family Ethernet LAN adapter. This driver does 
  19.      not support StarLAN adapters.
  20.  
  21.   2. An IBM PC, PC XT, PC AT, PS/2 Micro Channel or 100% 
  22.      compatible personal computer.
  23.  
  24.   3. At least 512 Kbytes of usable RAM.
  25.  
  26.   4. PC-DOS 3.0 or greater, or a compatible version based on
  27.      MS-DOS.
  28.  
  29.   5. One or more NFS servers.
  30.  
  31.   For additional information, refer to the PC-NFS User Manual,
  32.   available from Sun Microsystems.
  33.  
  34.  
  35.   CONFIGURING AND INSTALLING THE 8003/8013 FAMILY LAN ADAPTER
  36.  
  37.   1.  Configure the adapter according to your system configuration.
  38.  
  39.   The WDPLUS.SYS device driver is installed at PC boot time 
  40.   according to the command line specified in the DOS CONFIG.SYS 
  41.   file (described below).  You must verify that the LAN adapter 
  42.   configuration corresponds to the software settings given on 
  43.   the device driver command line.
  44.  
  45.   Jumper settings and configuration information for some adapters 
  46.   are described in the JUMPERS.DOC file.  For more information, 
  47.   refer to the "User Installation Guide" that comes with each 
  48.   adapter.
  49.  
  50.   2.  Insert the 8003/8013 family LAN adapter in your PC.
  51.  
  52.   3.  Power up your PC.
  53.  
  54.   DRIVER INSTALLATION PROCEDURE
  55.  
  56.   For PC-NFS Version 3.0 and above, the WDPLUS driver can be 
  57.   configured and installed via the PC-NFS NFSCONF Utility.  
  58.   For PC-NFS Version 2.0, the WDPLUS.SYS driver must be included 
  59.   in the DOS CONFIG.SYS file, as described below.
  60.  
  61.   To install the WDPLUS driver, follow the procedures outlined 
  62.   below:
  63.  
  64.   1.  Configure the adapter according to your system configuration,
  65.       as described above.
  66.  
  67.   2.  Include the following statement in your CONFIG.SYS file:
  68.  
  69.           DEVICE=\NFS\WDPLUS.SYS /i# /pxxx /myyyy
  70.  
  71.            where
  72.  
  73.                #     is the PC interrupt value selected during 
  74.                     configuration of the adapter,
  75.                xxx   is the base I/O port address in hexadecimal, 
  76.                  selected during configuration of the adapter, 
  77.              and
  78.                yyyy  is the 4-digit memory segment base address in 
  79.                  hex you want the driver to use for the adapter 
  80.              on-board shared buffer memory.
  81.  
  82.   For example, the following statement corresponds to the factory
  83.   adapter configuration and a buffer memory base address of
  84.   D0000:
  85.  
  86.            DEVICE=\NFS\WDPLUS.SYS /i3 /p280 /mD000
  87.  
  88.  
  89.   Check that the configuration of the adapter matches the settings
  90.   identified in the command line paramenters of the WDPLUS.SYS
  91.   driver.
  92.  
  93.   Your # options for the /i interrupt parameter are: 2 through 7 
  94.   for 8-bit adapters, 2 through 15 for 16-bit and Micro Channel 
  95.   adapters.
  96.  
  97.   Your xxx options for the /p I/O port parameter are: 3E0, 3C0, 
  98.   3A0, 380, 360, 340, 320, 300, 2E0, 2C0, 2A0, 280, 260, 240, 220, 
  99.   or 200.
  100.  
  101.   Your yyyy options for the /m Shared Buffer parameter are: 8000 - 
  102.   F000, on boundaries equal to the size of the adapter RAM 
  103.   (8KB=200h, 16K=400h).  The amount of shared memory used by the 
  104.   adapter is determined automatically by the driver.
  105.  
  106.   3. If your CONFIG.SYS file does not specify at least 20 buffers
  107.      and files, you should modify CONFIG.SYS to include the
  108.      following:
  109.  
  110.            BUFFERS=20
  111.            FILES=20
  112.  
  113.   4. You must have a copy of Sun's PC-NFS (rev. 2.0 or greater).
  114.      Refer to that documentation for additional information on 
  115.      PC-NFS.
  116.  
  117.  
  118.  
  119.   Licensed by Western Digital for use by its customers only.
  120.  
  121.   Western Digital is a registered trademark of Western Digital 
  122.   Corporation.  All other marks mentioned herein belong to 
  123.   their respective companies.
  124.  
  125.            Copyright (c) 1990 Western Digital Corporation
  126.                         All Rights Reserved.
  127.