home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 May / PCW596.iso / wtest / clico / sunsoft / pcnfspro / ndis / drivers / ethernet / mac586 / protocol.ini < prev   
Encoding:
Text File  |  1995-10-30  |  1.9 KB  |  50 lines

  1. ; DRIVERNAME=MAC586$ identifies the device driver for the
  2. ; network adapter.
  3.     drivername = MAC586$
  4. ;
  5. ; INTERRUPT=n is the interrupt request (IRQ) level the MAC586
  6. ; uses to interrupt the host machine.  The value of the
  7. ; keyword may be 3, 4, 5, or 7 (plus a value of 2 for the DOS
  8. ; version of the driver) for the IBM PC/AT (or compatible),
  9. ; machines.  All other values are rejected.  The default is 3.
  10. ; This keyword is ignored on a Micro Channel machine.
  11.     INTERRUPT = 3
  12. ; RAM=0xnnnn is the base SEGMENT address of the dual-port
  13. ; memory for the adapter.  The MAC586 uses this 16K memory 
  14. ; block for data transfers.  For IBM PC/AT and compatible
  15. ; machines, the following values are possible:
  16. ; 0xA000  0xCC00
  17. ; 0xA400  0xD000
  18. ; 0xA800  0xD400
  19. ; 0xAC00  0xD800
  20. ; 0xC000  0xDC00
  21. ; 0xC400  
  22. ; If the machine has 512K of base RAM, the following values
  23. ; are also available.
  24. ; 0x8000  0x9000
  25. ; 0x8400  0x9400
  26. ; 0x8800  0x9800    
  27. ; 0x8C00  0x9C00
  28. ; All other values are rejected.  The default value is 0xD800.
  29. ; This keyword is ignored on a Micro Channel machine.
  30.     RAM = 0xd800
  31. ; IOADDRESS=0xnnn is the base I/O port address used by the
  32. ; MAC586 as an interface to the adapter.  The MAC586 uses a
  33. ; range of 16 ports, starting at the base I/O address. On an 
  34. ; ISA machine, this value must match the switch settings on 
  35. ; the adapter.  See the DCA 10BASE Adapter Hardware Installation 
  36. ; Guide for complete instructions about adjusting the adapter 
  37. ; switch settings.  The value of this keyword may be 0x300, 0x310, 
  38. ; 0x330, or 0x350 for the 10BASE Twisted Pair ISA Adapter on an 
  39. ; IBM PC/AT or compatible.  The value of this keyword may be 0x300 
  40. ; or 0x310 for the 10BASE Coaxial ISA Adapter on an IBM PC/AT or
  41. ; compatible.  All other values are rejected.  The default is
  42. ; 0x300.    This keyword is ignored on a Micro Channel machine.
  43.     IOADDRESS = 0x0300
  44.