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.

39 lines
1.7 KiB

  1. ;
  2. ; 3c503 3Com EtherLink II adapter
  3. ;
  4. DRIVERNAME = ELNKII$
  5. ; 2nd driver name = ELNKII2$
  6. INTERRUPT = 3
  7. ; interrupt channel number (required, default = 3)
  8. ; Use 2,3,4,5 Software selectable
  9. IOADDRESS = 0x300
  10. ; adapter base address (required, default = 0x300)
  11. ; Must match the I/O base address jumper setting on the adapter
  12. ; Use 0x250, 0x280, 0x2A0, 0x2E0, 0x300, 0x310, 0x330, 0x350
  13. DMACHANNEL = 1
  14. ; DMA channel number (optional, default = 1)
  15. ; Use 1 or 3, software selectable
  16. ; DATATRANSFER = SINGLE_DMA ;Single mode dma, slow, but compatable
  17. ; DATATRANSFER = BLOCK_DMA ;Block mode dma, faster DMA method
  18. ; DATATRANSFER = DEMAND_DMA ;Demand mode dma, fastest DMA method
  19. ; If DMA does not work in your computer,
  20. ; or there's no DMA channel available
  21. ; or your running MicroSoft Windows 3.0, use
  22. ; DATATRANSFER = PIO_WORD
  23. ; Programmed I/O word mode xfer (use on 286, 386 machines)
  24. ; DATATRANSFER = PIO_BYTE
  25. ; Programmed I/O byte mode xfer (use on very fast 386, 486 machines)
  26. MAXTRANSMITS = 40
  27. ; number of transmit queue elements (optional, default = 8)
  28. ; Min = 8, Max = 50
  29. ; Use the default for DOS and normal OS/2 clients
  30. ; Set MAXTRANSMITS = 40 for OS/2 servers
  31. ; XMITBUFS = 2
  32. ; number of adapter resident xmit buffers (optional, default = 2)
  33. ; Min = 1, Max = 2
  34. ; NETADDRESS = "02608C123456"
  35. ; network address (optional, default = network address PROM value)
  36. ; the network address is 12 hex digits enclosed in quotes
  37. ; TRANSCEIVER = EXTERNAL
  38. ; Ethernet connection method (optional, default = onboard)
  39. ; EXTERNAL specifies the AUI (DIX) connector
  40.