Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
1.5 KiB

  1. ;
  2. ; 3C603 3Com TokenLink adapter
  3. ;
  4. DRIVERNAME = TLNK$
  5. ; 2nd driver name = TLNK2$
  6. INTERRUPT = 3
  7. ; interrupt channel number (required, default = 3)
  8. ; Use 2,3,4,5,9 in 8 or 16 bit slots, software selectable
  9. ; Use 10,11,12,14,15 in 16 bit slots, jumper selectable on TokenLink
  10. IOADDRESS = 0x300
  11. ; adapter base address (required, default = 0x300)
  12. ; Must match the I/O base address jumper setting on the adapter
  13. ; Use 0x300, 0x310, 0x330, 0x350
  14. DMACHANNEL = 1
  15. ; DMA channel number (optional, default = 1)
  16. ; DMA is required for bus master operation in 16 bit slot
  17. ; Use DMACHANNEL = 0 if using MicroSoft Windows 3.0
  18. ; Use 1 or 3, software selectable
  19. ; Use 5, 6, or 7, jumper selectable on TokenLink
  20. MAXTRANSMITS = 40
  21. ; number of transmit queue elements (optional, default = 8)
  22. ; Min = 8, Max = 40
  23. ; Use the default for DOS and normal OS/2 clients
  24. ; Set MAXTRANSMITS = 40 for OS/2 servers
  25. ; NETADDRESS = "42608C123456"
  26. ; network address (optional, default = adapter address PROM value)
  27. ; the network address is 12 hex digits enclosed in quotes
  28. ; PRODUCTID = "0110F0F0F0F0F0F0F0F0F0F0F0F0F0F0F0F0"
  29. ; 18 byte product ID string used for network management
  30. ; SPEED = 6
  31. ; CPU bus speed, specifies number of wait states when doing
  32. ; bus master data transfers (optional, default = 6)
  33. ; Use 6 - 2 wait states, 8 - one wait state, 10 - no wait states
  34.