home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / DRIVERS / Network / Microdyne / E2000.ZIP / README.TXT < prev   
Text File  |  1993-06-06  |  2KB  |  58 lines

  1. !NVL0201.CFG:
  2.  
  3. This is a configuration file for the LAN adapter, and is to be used with 
  4. EISA machines only.  It should be available when running the configuration 
  5. utility for your machine.  The configuration utility uses configuration 
  6. files to resolve conflicts in assignment of system resources such as 
  7. interrupt levels and DMA channels.  
  8.  
  9. You should run the configuration utility before installing your LAN
  10. adapter(s) to avoid hardware conflicts with other adapters or
  11. components in your EISA machine.  
  12.  
  13.  
  14. 802.2 Default Frame Type
  15.  
  16. The default Frame type is the frame that is loaded if no FRAME
  17. parameter is specified in the NET.CFG for workstatations or on the
  18. command line for server drivers.
  19.  
  20. Novell's new Ethernet ODI drivers default to the 802.2 frame
  21. type. Older Ethernet drivers default to the 802.3 frame type. The
  22. change to 802.2 allows compatibility with, and greater
  23. connectivity to future products. Frame types on the server and
  24. workstation must match.
  25.  
  26. Workstation driver frame types can be changed from default to another
  27. frame type by using the FRAME frame_type command in a NET.CFG file.
  28.  
  29. Valid frame types,
  30. ETHERNET_802.2
  31. ETHERNET_802.3
  32. ETHERNET_II
  33. ETHERNET_SNAP
  34.  
  35. The following is an example of a NET.CFG for a non default frame type.
  36. It can be created by using the copy con command or any DOS text editor.
  37.  
  38. ;NET.CFG FILE BEGIN
  39.  
  40. LINK DRIVER NE2000
  41.    INT 3
  42.    PORT 300
  43.    FRAME ETHERNET_802.3
  44.  
  45. ;NET.CFG FILE END
  46.  
  47. For more information on NET.CFG parameters see NetWare
  48. Workstation for DOS or ODI for DOS User's Guide.
  49.  
  50.  
  51. The 3.x or 4.x server LAN driver frame type can be configured by using the 
  52. FRAME = frame-type parameter when loading the server driver. 
  53.  
  54. The following command will show how to load the server driver using a
  55. non default frame type.
  56.  
  57. load ne2000 frame=ethernet_802.3
  58.