home *** CD-ROM | disk | FTP | other *** search
/ Chip 1995 March / CHIP3.mdf / demo / pctcp / program / disk1 / netconf.inf < prev    next >
Encoding:
INI File  |  1994-08-24  |  9.9 KB  |  318 lines

  1.  
  2. ; NETCONF.INF
  3. ;
  4. ; This file contains information on network drivers and protocols
  5. ; for the installation process.
  6. ;
  7.  
  8. [disks]
  9.     1 =.\crynwr ,"Packet Driver Disk",disk1
  10.     2 =. ,"Packet Driver Disk",disk1
  11.  
  12. [PKTDRV]
  13. DriverName=PKTDRV$
  14. param=INTVEC,"Interrupt Vector",text,"0x60,0x62,0x63,0x64,0x65,0x66",0x60
  15. param=CHAINVEC,"Chain Vector",text,"0x60,0x62,0x63,0x64,0x65,0x66",0x62
  16.  
  17. [pdmap]
  18. 3c501=pd$3c501,0
  19. 3c503=pd$3c503,0
  20. 3c505=pd$3c505,0
  21. 3c507=pd$3c507,0
  22. 3c5x9pd=pd$3c5x9pd,0
  23. 3c523=pd$3c523,0
  24. att=pd$at&t,0
  25. davidsys=pd$davidsys,0
  26. de600=pd$de600,0
  27. depca=pd$depca,0
  28. exp16=pd$exp16,0
  29. ne1000=pd$ne1000,0
  30. ne2000=pd$ne2000,0
  31. ni5210=pd$ni5210,0
  32. ni6510=pd$ni6510,0
  33. ni9210=pd$ni9210,0
  34. ppp16550=ftp$ppp16550,1
  35. slp16550=ftp$slp16550,1
  36. wd8003e=pd$smc_wd8,1
  37. smc_wd=pd$smc_wd8,0
  38. ubnicpc=pd$ubnicpc,0
  39. ubnicps2=pd$ubnicps2,0
  40.  
  41. [netcard]
  42. ;   key = description, resv1, type, media, resv2, install, config, resv3
  43. ;       key:        unique identifier
  44. ;       description:    text description in quotes
  45. ;       resv1:        reserved, must be zero
  46. ;       type:        pktdrv
  47. ;       media:        ethernet|tokenring|ppp|slip
  48. ;       reserved:       reserved, must be null
  49. ;       install:        section name of install script
  50. ;       config:        section name of config script
  51. ;       flags:        0x0001 card uses shared memory
  52. ;
  53. ; The cards are organised in alphabetical order according to the name
  54. ; of the card.  Make sure you keep them in order if you add a new card
  55.  
  56. ftp$ppp16550="Serial Port Using PPP",0,pktdrv,ppp,,ftp$ppp16550,ftp$ppp16550_cfg,0
  57. ftp$slp16550="Serial Port Using SLIP",0,pktdrv,slip,,ftp$slp16550,ftp$slp16550_cfg,0
  58. pd$3c501="3Com EtherLink 3C501",0,pktdrv,ethernet,,pd$3c501,pd$3c501_cfg,0
  59. pd$3c503="3Com EtherLink II 3C503",0,pktdrv,ethernet,,pd$3c503,pd$3c503_cfg,0
  60. pd$3c505="3Com EtherLink Plus 3C505",0,pktdrv,ethernet,,pd$3c505,pd$3c505_cfg,0
  61. pd$3c507="3Com EtherLink 16 3C507",0,pktdrv,ethernet,,pd$3c507,pd$3c507_cfg,0
  62. pd$3c5x9pd="3Com EtherLink III 3c5x9pd",0,pktdrv,ethernet,,pd$3c5x9pd,pd$3c5x9pd_cfg,0
  63. pd$3c523="3Com EtherLink/MC 3C523",0,pktdrv,ethernet,,pd3c523,pd$3c523_cfg,0
  64. pd$att="AT&T ATTNAU",0,pktdrv,ethernet,,pd$att,pd$att_cfg,0
  65. pd$davidsys="David Systems DSI",0,pktdrv,ethernet,,pd$davidsys,pd$davidsys_cfg,0
  66. pd$de600="D-Link DE-600 Pocket Ethernet Adapter",0,pktdrv,ethernet,,pd$de600,pd$de600_cfg,0
  67. pd$depca="DEC DE100, DE200, or DEPCA",0,pktdrv,ethernet,,pd$depca,pd$depca_cfg,0
  68. pd$exp16="Intel EtherExpress 16",0,pktdrv,ethernet,,pd$exp16,pd$exp16_cfg,0
  69. pd$ne1000="Novell NE1000",0,pktdrv,ethernet,,pd$ne1000,pd$ne1000_cfg,0
  70. pd$ne2000="Novell NE2000",0,pktdrv,ethernet,,pd$ne2000,pd$ne2000_cfg,0
  71. pd$ni5210="Racal-Datacom NI5210",0,pktdrv,ethernet,,pd$ni5210,pd$ni5210_cfg,0
  72. pd$ni6510="Racal-Datacom NI6510",0,pktdrv,ethernet,,pd$ni6510,pd$ni6510_cfg,0
  73. pd$ni9210="Racal-Datacom NI9210",0,pktdrv,ethernet,,pd$ni9210,pd$ni9210_cfg,0
  74. pd$ubnicpc="Ungermann-Bass UBNIC",0,pktdrv,ethernet,,pd$ubnicpc,pd$ubnicpc_cfg,0
  75. pd$ubnicps2="Ungermann-Bass UBNIC MC",0,pktdrv,ethernet,,pd$ubnicps2,pd$ubnicps2_cfg,0
  76. pd$smc_wd8="SMC/Western Digital 8-bit 8003",0,pktdrv,ethernet,,pd$smc_wd,pd$smc_wd_8cfg,0
  77. pd$smc_wd16="SMC/Western Digital 16-bit 8013",0,pktdrv,ethernet,,pd$smc_wd,pd$smc_wd_16cfg,0
  78.  
  79. ;
  80. ; Install Sections
  81. ;
  82. ; install=section_name    
  83. ; devdir=disk:file    
  84. ; tsr=lookupname,commandline,after1,after2
  85. ;                       
  86. ;
  87. ;   lookupname: text used to search for the line in the file
  88. ;   commandline: text to add the line to the file (includes @path\ and params)
  89. ;   after1:     add line after line containing this text (optional)
  90. ;   after2:     secondary search if after1 not found
  91.  
  92. ;
  93. ; Config Sections
  94. ;
  95. ; mem=key,,type,range,default,flags    
  96. ; io=key,,type,range,default,flags     
  97. ; irq=key,,type,range,default,flags    
  98. ; intvec=key,description,type,range,default,flags    
  99. ; param=key,description,type,range,default,flags  
  100. ; types:      type      range               default
  101. ;             ----      -----               -------
  102. ;             static,   default,            n/a     
  103. ;             text,     "value,value,...",  default
  104. ;             chars,    numofchars,         default
  105. ;             keyonly   n/a                 n/a
  106. ;             int,      "first,last,step",  default
  107. ;             hex,      "first,last,step",  default
  108. ;
  109. ; flags:
  110. ; The flags field indicates special processing for the parameter
  111. ; Current flags are:
  112. ;    0x00000001      memory address absolute (not paragraphs)
  113. ;    0x00000002      optional parameter
  114. ;    0x00000004      software set parameter
  115.  
  116.  
  117. [pd$3c501]
  118. devdir=1:3c501.com
  119. tsr=3c501,@destdir\3c501.com @intvec @irq @io
  120.  
  121. [pd$3c501_cfg]
  122. irq=,,int,"2,5,1",3
  123. io=,,hex,"0x200,0x400,0x010",0x300
  124. intvec=,"Software Interrupt",hex,"0x60,0x80,1",0x60
  125.  
  126. [pd$3c503]
  127. devdir=1:3c503.com
  128. tsr=3c503,@destdir\3c503.com @intvec @irq @io @cable_type
  129.  
  130. [pd$3c503_cfg]
  131. irq=,,int,"2,5,1",3
  132. io=,,hex,"0x200,0x400,0x010",0x300
  133. param=cable_type,"Cable Type",enum,"AUI / 10Base5,0,BNC / 10Base2,1,RJ45 / 10BaseT,1",0,0x02
  134. intvec=,"Software Interrupt",hex,"0x60,0x80,1",0x60
  135.  
  136. [pd$3c505]
  137. devdir=1:3c505.com
  138. tsr=3c505,@destdir\3c505.com @intvec @irq @io
  139.  
  140. [pd$3c505_cfg]
  141. irq=,,int,"2,15,1",3
  142. io=,,hex,"0x200,0x400,0x010",0x300
  143. intvec=,"Software Interrupt",hex,"0x60,0x80,1",0x60
  144.  
  145. [pd$3c507]
  146. devdir=1:3c507.com
  147. tsr=3c507,@destdir\3c507.com @intvec @io
  148.  
  149. [pd$3c507_cfg]
  150. io=,,hex,"0x200,0x400,0x010",0x300
  151. intvec=,"Software Interrupt",hex,"0x60,0x80,1",0x60
  152.  
  153. [pd$3c5x9pd]
  154. devdir=2:3c5x9pd.com
  155. tsr=3c5x9pd,@destdir\3c5x9pd.com @intvec
  156.  
  157. [pd$3c5x9pd_cfg]
  158. intvec=,"Software Interrupt",hex,"0x60,0x80,1",0x60
  159.  
  160. [pd3c523]
  161. devdir=1:3c523.com
  162. tsr=3c523,@destdir\3c523.com @intvec 
  163.  
  164. [pd$3c523_cfg]
  165. intvec=,"Software Interrupt",hex,"0x60,0x80,1",0x60
  166.  
  167. [pd$att]
  168. devdir=1:at&t.com
  169. tsr=at&t,@destdir\at&t.com @intvec @irq @io @mem
  170.  
  171. [pd$att_cfg]
  172. irq=,,int,"2,5,1",2
  173. io=,,hex,"0x200,0x400,0x010",0x300
  174. mem=,,hex,"0xC800,0xE000,0x0200",0xD000
  175. intvec=,"Software Interrupt",hex,"0x60,0x80,1",0x60
  176.  
  177. [pd$davidsys]
  178. devdir=1:davidsys.com
  179. tsr=davidsys,@destdir\davidsys.com @intvec @irq @io @delay_mult
  180.  
  181. [pd$davidsys_cfg]
  182. irq=,,int,"2,5,1",3
  183. io=,,hex,"0x200,0x400,0x010",0x300
  184. param=delay_mult,"delay multiplier",int,"1,100,1",10
  185. intvec=,"Software Interrupt",hex,"0x60,0x80,1",0x60
  186.  
  187. [pd$de600]
  188. devdir=1:de600.com
  189. tsr=de600,@destdir\de600.com @intvec
  190.  
  191. [pd$de600_cfg]
  192. intvec=,"Software Interrupt",hex,"0x60,0x80,1",0x60
  193. [pd$depca]
  194. devdir=1:depca.com
  195. tsr=depca,@destdir\depca.com @intvec @irq @io @mem
  196.  
  197. [pd$depca_cfg]
  198. irq=,,int,"2,15,1",3
  199. io=,,hex,"0x200,0x400,0x010",0x300
  200. mem=,,hex,"0xC800,0xE000,0x0200",0xD000
  201. intvec=,"Software Interrupt",hex,"0x60,0x80,1",0x60
  202.  
  203. [pd$exp16]
  204. devdir=1:exp16.com
  205. tsr=exp16,@destdir\exp16.com @intvec @io
  206.  
  207. [pd$exp16_cfg]
  208. io=,,hex,"0x200,0x400,0x010",0x300,0x02
  209. intvec=,"Software Interrupt",hex,"0x60,0x80,1",0x60
  210.  
  211. [pd$ne1000]
  212. devdir=1:ne1000.com
  213. tsr=ne1000,@destdir\ne1000.com @intvec @irq @io
  214.  
  215. [pd$ne1000_cfg]
  216. irq=,,int,"2,5,1",3
  217. io=,,hex,"0x200,0x400,0x010",0x300
  218. intvec=,"Software Interrupt",hex,"0x60,0x80,1",0x60
  219.  
  220. [pd$ne2000]
  221. devdir=1:ne2000.com
  222. tsr=ne2000,@destdir\ne2000.com @intvec @irq @io
  223.  
  224. [pd$ne2000_cfg]
  225. irq=,,int,"2,15,1",2
  226. io=,,hex,"0x200,0x400,0x010",0x300
  227. intvec=,"Software Interrupt",hex,"0x60,0x80,1",0x60
  228.  
  229. [pd$ni5210]
  230. devdir=1:ni5210.com
  231. tsr=ni5210,@destdir\ni5210.com @intvec @irq @io @mem
  232.  
  233. [pd$ni5210_cfg]
  234. irq=,,int,"2,5,1",2
  235. io=,,hex,"0x200,0x400,0x010",0x300
  236. mem=,,hex,"0xC800,0xE000,0x0200",0xD000
  237. intvec=,"Software Interrupt",hex,"0x60,0x80,1",0x60
  238.  
  239. [pd$ni6510]
  240. devdir=1:ni6510.com
  241. tsr=ni6510,@destdir\ni6510.com @intvec @irq @io
  242.  
  243. [pd$ni6510_cfg]
  244. irq=,,int,"2,15,1",2
  245. io=,,hex,"0x200,0x400,0x010",0x300
  246. intvec=,"Software Interrupt",hex,"0x60,0x80,1",0x60
  247.  
  248. [pd$ni9210]
  249. devdir=1:ni9210.com
  250. tsr=ni9210,@destdir\ni9210.com @intvec 
  251.  
  252. [pd$ni9210_cfg]
  253. intvec=,"Software Interrupt",hex,"0x60,0x80,1",0x60
  254.  
  255. [pd$smc_wd]
  256. devdir=1:smc_wd.com
  257. tsr=smc_wd,@destdir\smc_wd.com @intvec @dismemchk @irq @io @mem
  258.  
  259. [pd$smc_wd_8cfg]
  260. irq=,,int,"2,7,1",3
  261. io=,,hex,"0x200,0x400,0x010",0x280
  262. mem=,,hex,"0xC800,0xE000,0x0200",0xD000
  263. intvec=,"Software Interrupt",hex,"0x60,0x80,1",0x60
  264.  
  265. [pd$smc_wd_16cfg]
  266. irq=,,int,"2,15,1",3
  267. io=,,hex,"0x200,0x400,0x010",0x280
  268. mem=,,hex,"0xC800,0xE000,0x0200",0xD000
  269. intvec=,"Software Interrupt",hex,"0x60,0x80,1",0x60
  270.  
  271. [pd$ubnicpc]
  272. devdir=1:ubnicpc.com
  273. tsr=ubnicpc,@destdir\ubnicpc.com @intvec @irq @io @mem
  274.  
  275. [pd$ubnicpc_cfg]
  276. irq=,,int,"2,5,1",2
  277. io=,,hex,"0x200,0x400,0x010",0x360
  278. mem=,,hex,"0xC800,0xE000,0x0200",0xD000
  279. intvec=,"Software Interrupt",hex,"0x60,0x80,1",0x60
  280.  
  281. [pd$ubnicps2]
  282. devdir=1:ubnicps2.com
  283. tsr=ubnicps2,@destdir\ubnicps2.com @intvec @irq @io @mem
  284.  
  285. [pd$ubnicps2_cfg]
  286. irq=,,int,"2,5,1",2
  287. io=,,hex,"0x200,0x400,0x010",0x360
  288. mem=,,hex,"0xC800,0xE000,0x0200",0xD000
  289. intvec=,"Software Interrupt",hex,"0x60,0x80,1",0x60
  290.  
  291. [ftp$ppp16550]
  292. devdir=2:ppp16550.com
  293. tsr=ppp16550,@destdir\ppp16550.com -v @intvec
  294.  
  295. [ftp$ppp16550_cfg]
  296. port=,"Serial &Port",text,"com1,com2,com3,com4",com1
  297. baud=,"Baud &Rate",text,"110,300,1200,2400,4800,9600,14400,19200,38400,57600,115200,230400",9600
  298. intvec=,"Software Interrupt",hex,"0x60,0x90,1",0x60
  299. param=hardware-flow-control,"Hardware Flow Control",text,"on,off",on,0x02
  300. param=software-flow-control,"Software Flow Control",text,"on,off",off,0x02
  301. param=io-addr,"IO Address",hex,"0x000,0x3FF,1",0x3F8,0x02
  302. param=irq,"Hardware Interrupt Request (IRQ)",int,"2,13,1",4,0x02
  303.  
  304. [ftp$slp16550]
  305. devdir=2:slp16550.com
  306. tsr=slp16550,@destdir\slp16550.com -v @intvec 
  307.  
  308. [ftp$slp16550_cfg]
  309. port=,"Serial &Port",text,"com1,com2,com3,com4",com1
  310. baud=,"Baud &Rate",text,"110,300,1200,2400,4800,9600,14400,19200,38400,57600,115200,230400",9600
  311. intvec=,"Software Interrupt",hex,"0x60,0x90,1",0x60
  312. param=hardware-flow-control,"Hardware Flow Control",text,"on,off",on,0x02
  313. param=io-addr,"IO Address",hex,"0x000,0x3FF,1",0x3F8,0x02
  314. param=irq,"Hardware Interrupt Request (IRQ)",int,"2,13,1",4,0x02
  315.  
  316.  
  317.