home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 May / PCW596.iso / wtest / clico / sunsoft / pcnfs51 / ne1000.zoo / protocol.ini < prev    next >
Text File  |  1992-01-09  |  733b  |  17 lines

  1. ; The IOBASE parameter defines the base address of the device
  2. ; registers as selected by jumpers on the NE1000 card. The
  3. ; value must be given in hexadecimal (beginning with '0x').
  4. ; Possible values are 0x300, 0x310, 0x320.... The default is 0x300.
  5.     IOBASE = 0x300
  6. ;
  7. ; The INTERRUPT parameter defines the interrupt vector for
  8. ; which the card is jumpered. The default value is 3. Common
  9. ; alternatives are 2 and 5. (Do not use 2 if you use Microsoft
  10. ; Windows, since this can cause problems.)
  11.     INTERRUPT = 3
  12. ;
  13. ; The DRIVERNAME parameter is used by the device driver to identify
  14. ; its configuration information. The default is MS1000$; you should
  15. ; not change this in normal opertation.
  16.     DRIVERNAME = MS1000$
  17.