home *** CD-ROM | disk | FTP | other *** search
- ; DRIVERNAME
- ;
- ; This is the name of the device. This entry is required.
- ;
- ; Type: ASCII text
- ;
- ; Values: TSBETH$
- DRIVERNAME = TSBETH$
- ;
- ; INTERRUPT
- ;
- ; This is an optional field used to define the hardware interrupt level
- ; (IRQ). The jumper setting must match this entry.
- ;
- ; Type: numeric
- ;
- ; Values: 3,4,5,7,9,10
- ;
- ; Default: 9
- INTERRUPT = 9
- ;
- ; IOBASE
- ;
- ; This entry specifies the location of the 32 I/O ports in the I/O space.
- ; The switch settings must match this entry.
- ;
- ; Type: Hexadecimal
- ;
- ; Syntax: 0xnnn (where nnn is the base I/O address)
- ;
- ; Values: 0x200, 0x220, 0x240,... 0x3C0, 0x3E0
- ;
- ; Default: 0x280
- IOBASE = 0x280
- ;
- ; MEMORYBASE
- ;
- ; The ToshibaLAN card has 64K on-board, shared memory (SRAM). This entry
- ; specifies the base of the SRAM. No hardware settings are required.
- ;
- ; Type: Hexadecimal
- ;
- ; Syntax: 0xnnnnn (where nnnnn is the base memory address)
- ;
- ; Values: 0xC8000, 0xD0000, 0xD8000, 0xE0000, 0xE8000
- ;
- ; Default: 0xD0000
- MEMORYBASE = 0xD0000
- ;
- ; MEMORYSIZE
- ;
- ; This entry specifies the size of the shared memory (SRAM) to use. No
- ; hardware settings are required.
- ;
- ; Type: Numeric in kilobyte increments
- ;
- ; Values: 64, 32
- ;
- ; Default: 64
- MEMORYSIZE = 64
-