home *** CD-ROM | disk | FTP | other *** search
/ The Mother of All Windows Books / CD-MOM.iso / cd_mom / drivers / netcard / ub / protocol.pc < prev    next >
Text File  |  1992-05-20  |  2KB  |  36 lines

  1.     DriverName = UBNEI$
  2.     AdapterType = NIUpc
  3.     MemoryWindow = 0xD8000
  4.     IO_Port = 0x368
  5.     IRQ_Level = 5
  6.     SlotNumber = 4
  7.     MaxRequests = 6
  8.     MaxTransmits = 6
  9.     ReceiveBufSize = 600
  10.     MaxMulticast = 16
  11.     ReceiveMethod = ReceiveLookahead
  12.     ReceiveBuffers = 64
  13.  
  14. ;  Comments about UBNEI parameters:
  15. ;    
  16. ;  AdapterType:
  17. ;           This specifies the type of Ungermann-Bass adapter.  The possible
  18. ;       values are shown below.  You should use:
  19. ;
  20. ;       AdapterType = NIUpc           for the NIUpc or 3270 NIUpc adapter;
  21. ;       AdapterType = Personal NIU    for the 128K Personal NIU adapter;
  22. ;       AdapterType = Personal NIU/ex for the 512K Personal NIU/ex adapter;
  23. ;       AdapterType = NIUps           for the NIUps or NIUps/EOTP adapter;
  24. ;       AdapterType = NIUpc/EOTP      for the adapter which is known variously
  25. ;                                       as NIUpc/EOTP, NIUpc Plus, and GPCNIU.
  26. ;           Some Ungermann-Bass adapter types are called by various names in
  27. ;       special contexts and in older documentation.  To support these other
  28. ;       naming conventions, the driver will accept the following synonyms for
  29. ;       AdapterType.
  30. ;       Synonyms                        Meaning
  31. ;       --------                        -------
  32. ;       PCNIU                           Personal NIU
  33. ;       PCNIUex, Personal NIUex         Personal NIU/ex
  34. ;       NIUps/EOTP                      NIUps
  35. ;       GPCNIU, NIUpc PLUS, NIUpcPLUS   NIUpc/EOTP
  36.