Installation guide
Chapter 10 Creating Supplemental Drivers Disks 287
type
The type of network adapter driver, from the following list:
ndis
For network adapter drivers that conform to the Microsoft/3Com
LAN Manager Network Driver Interface Specification (NDIS).
ndis_sngl
For NDIS drivers that you load only once in CONFIG.SYS, even
if more than one network adapter is installed.
mono
For monolithic drivers.
loop
For the loopback driver, which tells the Setup program that there
can be no other drivers loaded with this one.
tsr
For terminate-and-stay-resident (TSR) programs that act as
monolithic drivers and are loaded as startup services in the
LANMAN.INI file.
ancillary
An optional entry listing the filename of any additional file required by
the driver. If more than one file is required, list each file on a separate
line beginning with the word ancillary.
xports
An optional entry that applies only to NDIS drivers. It specifies the
protocol for which the driver has been tested and certified. The
default is netbeui. If this entry is absent, the Setup program allows
you to bind the driver to any protocol driver that is available.