home *** CD-ROM | disk | FTP | other *** search
INI File | 1995-10-30 | 3.5 KB | 106 lines |
- ;ident "@(#)oem_nfsw.inf 1.55 95/05/11 SMI"
- ;
- ; OEMSETUP.INF file for installing SunSoft PC-NFSpro drivers
- ; for use with Microsoft(R)'s Windows(TM) and Windows(TM) for Workgroups.
- ;
- ; Copyright (c) 1992, 1993, 1994 by Sun Microsystems, Inc.
-
- [data]
- type=network ; specifies that this is a network INF file
- version=3.11.00 ; current network setup version
-
- [disks]
- 1 =.,"PC-NFS(R)Pro 2.0 Diskette #1" ; n=path,diskname,disktag
-
- ;
- ;stuff for being a PRIMARY NETWORK
- ;
- [network]
- ; key=driver,desc,helpfile,optfile,wininisect,sysinisect,vdd
- pcnfspro=,"SunSoft PC-NFS(R)pro",,,pcnfspro,pcnfspro,
-
- [network.upgrade]
- ; key=primary network,secondary,warning
- ; warning 1 = may work if netbeui protocol
- ; warning 2 = won't work unless upgrade to wfw+netbeui desired
- ; warning 3 = may require additional software (real mode redir)
- ; warning 4 = may require additional hardware (netcard)
- 01 = wfwnet/00025100, pcnfspro, 4 ; pcnfspro build 01
-
- [network.drv.detect]
- ; file=package,index : if "file" is present then we are installing
- ; "package"; look at line with "index" in network.upgrade to find it.
- nfswnet.drv=pcnfspro/0002000,01
-
- [pcnfspro.versions]
- ; vnumber=desc,file,newstd,newoem,updstd,updoem,update,wnnc_nettype,style
- ; 0x0001 = Unsupported net
- ; 0x0010 = Supports NDIS2 Drivers
- ; 0x0020 = Supports ODI Drivers
- ; 0x8000 = Multinet capable winnet driver (wfwnet)
- 00020000="2.0",,sun$pcnfspro,,,,0,0x7700
-
- [sun$pcnfspro]
- ; first, install stack-related files
- vxd=*:nfsw.386
- vxd=*:nfswreg.386
- vxd=*:nfsw_ppp.386
-
- ; files that run on top of the stack:
- ; our network driver
- driver=*:nfswnet.drv
- ; NFS, RFC 1001/1002 NETBIOS, and DOS Print Redirector
- vxd=*:nfswnfs.386,*:nfswnetb.386,*:nfswprt.386
- ; SYSTEM.INI settings we need;
- ; system.ini = section,entry-keyname,value
- system.ini=386enh,UniqueDOSPSP,true
- system.ini=386enh,MaxBPs,500
- system.ini=nfsw,interface,pk0
- system.ini=nfsw,version,2.0
-
- ;
- ; stuff for being a SECONDARY NETWORK
- ;
-
- ; first, define the protocol stack
- [transport]
- ; key=desc,MSID,type,trans,mode,exclusive,lana,install,protocol,winnet,style
- pcnfspro="SunSoft PC-NFS(R)pro 2.0 ",0,ndis,tcp,0x02,0,lanabase,sun$pcnfspro_stack,sun$pcnfspro_protocol,0x7700
-
- [sun$pcnfspro_stack]
- ; name of PROTOCOL.INI section to contain BINDINGS= etc.
- ndis3sect=pcnfspro
- ; only need NFSW and, optionally, NFSW_PPP, to run the stack. "ndis3"
- ; is only for secondary networks; "vxd" is only for primary networks
- ndis3=*:nfsw.386
- ndis3=*:nfswreg.386
- ndis3=*:nfsw_ppp.386
-
- ; don't need many parameters in PROTOCOL.INI
- [sun$pcnfspro_protocol]
- DRIVERNAME=PCNFSPRO$
-
- [MultiNet]
- ; key = desc,net_type,exclusive,protocol id,install_section, style
- pcnfspro-2.0.0.0="SunSoft PC-NFS(R)pro 2.0",0x7700,0,0,mn$pcnfspro,0x0010
-
- [mn$pcnfspro]
- ; SYSTEM.INI settings we need;
- ; system.ini = section,entry-keyname,value
- system.ini=386enh,UniqueDOSPSP,true
- system.ini=386enh,MaxBPs,500
- system.ini=nfsw,interface,nd0
- system.ini=nfsw,version,2.0
- ; files we need to be installed in the Windows SYSTEM dir
- ; sysdir = {disk:filename}
- sysdir=*:nfswnet.drv,*:nfsw.386,*:nfswreg.386,*:nfsw_ppp.386,*:nfswnfs.386,*:nfswnetb.386,*:nfswprt.386
- ; files that run on top of the stack:
- ; our network driver
- secondnet.drv=nfswnet.drv,nfswnet.drv
- ; NFS
- secondnet=nfswnfs.386,nfswnfs.386
- ; RFC 1001/1002 NETBIOS
- secondnet=nfswnetb.386,nfswnetb.386
- ; DOS Print redirector
- secondnet=nfswprt.386,nfswprt.386
-