home *** CD-ROM | disk | FTP | other *** search
- ;drivername
- ; units:[n/a]
- ; range:[macwd$]
- ; default:[macwd$]
- ;
- ; This parameter's value must be macwd$, it identifies the network
- ; device driver.
- drivername = MACWD$
- ;
- ;irq (EtherCard Plus only)
- ; units:[n/a]
- ; range:[2-15]
- ; default:[3]
- ;
- ;Indicates the interrupt level of the network adapter card:
- ;
- ; Value Meaning
- ; ----- -----------
- ; 2-7 EtherCard Plus: interrupt levels 2-7
- ;
- ; 3,4, 10, 15 EtherCard Plus/A (16-bit slot only): interrupt levels 3, 4,
- ; 10, and 15
- irq = 3
- ;
- ;ramaddress (EtherCard Plus only)
- ; units:[hex]
- ; range:[A000-EC00]
- ; default:[D000]
- ;
- ; Indicates the base address of the shared memory on the adapter
- ; card.
- ramaddress = 0xd000
- ;
- ;iobase (EtherCard Plus only)
- ; units:[hex]
- ; range:[200-3E0]
- ; default:[280]
- ;
- ; Indicates the base I/O address for the network adapter card.
- ; This entry must match the adapter card's I/O address jumper settings.
- iobase = 0x280
- ;
- ;receivebuffers
- ; units:[integer]
- ; range:[6-96]
- ; default:[12]
- ;
- ; Specifies the number of receive buffer queue entries.
- receivebuffers = 12
- ;
- ;receivebufsize
- ; units:[bytes]
- ; range:[256-1536]
- ; default:[256]
- ;
- ; Specifies the size, in bytes, of a receive buffer.
- receivebufsize = 256
- ;
- ;receivechains
- ; units:[n/a]
- ; range:[6-96]
- ; default:[12]
- ;
- ; Specifies the number of receive chain header queue entries.
- receivechains = 12
-