[netcard] ; key = description, MSID, type, media, mode, install, protini ; key: unique identifier ; description: text description in quotes ; MSID: card detection id (see carddefs.h) ; type: ndis|ndis_sngl|mono ; media: arcnet|baseband|broadband|ethernet|fddi|tokenring ; mode: real|vxd ; install: section name of install script ; protini: section name of protocol.ini script ; ; ; The cards are organised in alphabetical order according to the name ; of the card. Make sure you keep them in order if you add a new card ms$EPRO="Intel EtherExpress(TM) PRO",0,ndis,ethernet,real,ms$epro,ms$epro_nif ; ; Install Sections ; ; install=section_name // Install from a different section ; devdir=filelist // copy files to the device dir ; netdir=filelist // copy files to the network dir ; windir=filelist // copy files to the windows dir ; sysdir=filelist // copy files to the windows\system dir ; device=lookupname,commandline,after1,after2 ; // add DEVICE=commandline to config.sys ; tsr=lookupname,commandline,after1,after2 ; // add commandline to autoexec.bat before binding ; load=lookupname,commandline,after1,after2 ; // add commandline to autoexec.bat after binding ; vxd=lookupname,commandline // add a device= vxd to system.ini ; transport=lookupname,commandline// add a transport= vxd to system.ini ; netcard=lookupname,commandline // add a netcard= vxd to system.ini ; secondnet=lookupname,commandline // add a secondnet= vxd to system.ini ; ; lookupname: text used to search for the line in the file ; commandline: text to add the line to the file (includes @path\ and params) ; after1: add line after line containing this text (optional) ; after2: secondary search if after1 not found ; ; Netcard Install and Protocol Sections ; [ms$epro] devdir= 1:epro.dos device=epro.dos,@devdir\epro.dos [ms$epro_nif] drivername=EPRO$ io=IOADDRESS,,hex,"0x200,0x3f0,0x10",0x300 irq=INTERRUPT,,text,"3,5,9,10,11",5