home *** CD-ROM | disk | FTP | other *** search
- ; "Drivername" must be EXOS105$
- driverName = EXOS105$
- ;
- ; "ioAddress" is the keyword which specifies the hex address of
- ; the adapter. Possible entries are 0x300, 0x320, 0x340, or 0x360.
- ; Please note that the addresses are in hexadecimal and as such
- ; they require the hex "0x" prefix.
- ioAddress = 0x300
- ;
- ; "interrupt" is the keyword which specifies the interrupt request line(IRQ)
- ; used by the adapter.
- ; Possible entries are 3, 4, 5, or 9.
- interrupt = 05
- ;
- ; "DmaChannel" is the keyword which specifies the DMA channel used by the
- ; adapter. Possible entries are 3, 5, 6, or 7.
- DmaChannel = 05
- ;
- ; "MaxMulticasts" is the keyword which specifies the number of multicast
- ; addresses which the multicast address table can hold.
- ; Default = 10
- ; Max = 16
- ; Min = 1
- MaxMulticasts = 10
- ;
- ; "MaxReceives" is the keyword which specifies the number of receive
- ; packet buffers in use.
- ; Default = 4
- ; Min = 4
- ; Max = 20
- MaxReceives = 6
- ;
- ; "MaxTransmits" is the keyword which specifies the number of transmit
- ; packet buffers in use.
- ; Default = 2
- ; Min = 2
- ; Max = 20
- MaxTransmits = 4
-