home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / lanman / drivers / os2 / HUGHES / HUGHESO.ZIP / PROTOCOL.INI < prev   
Encoding:
Text File  |  1991-07-12  |  1.0 KB  |  25 lines

  1. ; protocol.ini entries for the Hughes Lan Systems 6130 card.
  2.  
  3. ;   The driver name varies depending on how many adapters are installed 
  4. ;   in the system.  The first adapter is always referenced through 
  5. ;   HLS6130n$.  For example, the second adapter's driver name is 
  6. ;   HLS61302$, the ninth adapter's drivername is HLS61309$.  More than
  7. ;   nine adapters is not supported.  This is a common naming convention
  8. ;   among NDIS drivers.  For example, the PROTOCOL.INI entry should look 
  9. ;   like this
  10. ;   
  11.  
  12.   DRIVERNAME = HLS6130$
  13.  
  14. ;    The possible interrupts on the Hughes 6130 are 2 and 3.  The only 
  15. ;    acceptable parameters will be 2 or 3 and this entry MUST be in the
  16. ;   PROTOCOL.INI.  The jumpers on the card must match the interrupt entry.
  17.  
  18.   INTERRUPT = 3
  19.  
  20. ;   The possible I/O base addresses for the Hughes 6130 card are 0x360 and 
  21. ;   0x368. This entry must be in the PROTOCOL.INI and only 0x360 or 0x368 
  22. ;   are acceptable.  The jumpers on the card must match the I/O base entry.
  23.  
  24.   IOBASE = 0x368
  25.