home *** CD-ROM | disk | FTP | other *** search
- ; "DRIVERNAME" must be NI6510$.
- DRIVERNAME = NI6510$
- ;
- ; "IOBASE" keyword specifies the input/output base address.
- IOBASE = 0x360
- ;
- ; "MAXTRANSMITS" keyword specifies the number of TransmitChain commands
- ; which can be simultaneously queued by MAC. Default = 6, Max. = 50
- MAXTRANSMITS = 6
- ;
- ; "MAXMULTICASTS" keyword specifies the number of multicast addresses
- ; the MAC driver supports. Default = 10, Max. = 16
- MAXMULTICASTS = 10
- ;
- ; "MAXRECEIVES" keyword specifies the number of receives can be queued
- ; simultaneously by MAC. Default = 4, Max. = 24
- MAXRECEIVES = 4
-
-