home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 May / PCW596.iso / wtest / clico / sunsoft / pcnfspro / ndis / drivers / ethernet / tsbether / protocol.ini next >
Encoding:
Text File  |  1995-10-30  |  1.4 KB  |  61 lines

  1. ; DRIVERNAME
  2. ;     This is the name of the device.  This entry is required.
  3. ;     Type:       ASCII text
  4. ;     Values:     TSBETH$
  5.   DRIVERNAME = TSBETH$
  6. ;
  7. ; INTERRUPT
  8. ;     This is an optional field used to define the hardware interrupt level
  9. ;     (IRQ).  The jumper setting must match this entry.
  10. ;     Type:       numeric
  11. ;     Values:     3,4,5,7,9,10
  12. ;     Default:    9
  13.   INTERRUPT = 9
  14. ; IOBASE
  15. ;     This entry specifies the location of the 32 I/O ports in the I/O space.
  16. ;     The switch settings must match this entry.
  17. ;     Type:       Hexadecimal
  18. ;     Syntax:     0xnnn (where nnn is the base I/O address)
  19. ;     Values:     0x200, 0x220, 0x240,... 0x3C0, 0x3E0
  20. ;     Default:    0x280
  21.   IOBASE = 0x280
  22. ; MEMORYBASE
  23. ;     The ToshibaLAN card has 64K on-board, shared memory (SRAM).  This entry
  24. ;     specifies the base of the SRAM.  No hardware settings are required.
  25. ;     Type:       Hexadecimal
  26. ;     Syntax:     0xnnnnn (where nnnnn is the base memory address)
  27. ;     Values:     0xC8000, 0xD0000, 0xD8000, 0xE0000, 0xE8000
  28. ;     Default:    0xD0000
  29.   MEMORYBASE = 0xD0000
  30. ; MEMORYSIZE
  31. ;     This entry specifies the size of the shared memory (SRAM) to use.  No
  32. ;     hardware settings are required.
  33. ;     Type:       Numeric in kilobyte increments
  34. ;     Values:     64, 32
  35. ;     Default:    64
  36.   MEMORYSIZE = 64
  37.