home *** CD-ROM | disk | FTP | other *** search
- ; The IOBASE parameter defines the base address of the device
- ; registers as selected by jumpers on the NE1000 card. The
- ; value must be given in hexadecimal (beginning with '0x').
- ; Possible values are 0x300, 0x310, 0x320.... The default is 0x300.
- IOBASE = 0x300
- ;
- ; The INTERRUPT parameter defines the interrupt vector for
- ; which the card is jumpered. The default value is 3. Common
- ; alternatives are 2 and 5. (Do not use 2 if you use Microsoft
- ; Windows, since this can cause problems.)
- INTERRUPT = 3
- ;
- ; The DRIVERNAME parameter is used by the device driver to identify
- ; its configuration information. The default is MS1000$; you should
- ; not change this in normal opertation.
- DRIVERNAME = MS1000$
-