home *** CD-ROM | disk | FTP | other *** search
- ; Localized 05/19/1998 12:36 AM (GMT) 7:3.0.406 A netoce3x.inf
- ; OCE3X.INF
- ;
- ; Version : 1.07
- ;
- ; This is the Setup information file for
- ; Olicom Ethernet MCA/ISA 10/100 Adapters
- ;
- ; Copyright 1997, Olicom A/S
-
- [version]
- CatalogFile=netoce3x.cat
- signature="$CHICAGO$"
- Class=Net
- provider=%P_Olicom%
- LayoutFile = Layout.inf, layout1.inf, layout2.inf
-
- [Manufacturer]
- %M_Olicom%=Olicom
-
- [OLICOM]
- %*OLC9510.DeviceDesc%=*OLC9510.ndi, *OLC9510 ; Olicom Ethernet ISA 10/100 Adapter
- %*OLC9511.DeviceDesc%=*OLC9511.ndi, *OLC9511 ; Olicom Ethernet ISA 10/100 Adapter
- %mca_6447.DeviceDesc%=mca_6447.ndi, mca_6447 ; Olicom Ethernet MCA 10/100 Adapter
-
- ;******************************************************************************
- ; *OLC9510 Olicom Ethernet ISA Adapter
- ;******************************************************************************
-
- [*OLC9510.ndi]
- AddReg=*OLC9510.ndi.reg,Oce3x.ndi.reg
-
- [*OLC9510.ndi.reg]
- HKR,Ndi,DeviceID,,"*OLC9510"
-
- ;******************************************************************************
- ; *OLC9511 Olicom Ethernet ISA Adapter
- ;******************************************************************************
-
- [*OLC9511.ndi]
- AddReg=*OLC9511.ndi.reg,Oce3x.ndi.reg
-
- [*OLC9511.ndi.reg]
- HKR,Ndi,DeviceID,,"*OLC9511"
-
- ;******************************************************************************
- ; *mca_6447 Olicom Ethernet MCA Adapter
- ;******************************************************************************
-
- [mca_6447.ndi]
- AddReg=mca_6447.ndi.reg,Oce3x.ndi.reg,Slot
-
- [mca_6447.ndi.reg]
- HKR,Ndi,DeviceID,,"mca_6447"
-
- ;******************************************************************************
- ; OCE3X Drivers
- ;******************************************************************************
-
- [Oce3x.ndi.reg]
- ; key,subkey,valuename,type,value
- HKR,,DevLoader,,*ndis
- HKR,,DeviceVxDs,,OCE3XM.SYS
- HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
- HKR,,Windows95,,yes
-
- ; NDIS Info
- HKR,NDIS,LogDriverName,,"OCE3XM"
- HKR,NDIS,MajorNdisVersion,1,03
- HKR,NDIS,MinorNdisVersion,1,0A
- HKR,Ndi\Interfaces\,DefUpper,,"ndis3"
- HKR,Ndi\Interfaces\,DefLower,,"ethernet"
- HKR,Ndi\Interfaces\,UpperRange,,"ndis3"
- HKR,Ndi\Interfaces\,LowerRange,,"ethernet"
-
- ; Install Sections
- HKR,Ndi\Install,ndis3,,"oce3x.ndis3"
-
- ; Parameters
-
- ;Speed
- HKR,Ndi\params\Speed,ParamDesc,,"LAN Speed"
- HKR,Ndi\params\Speed,default,,0
- HKR,Ndi\params\Speed,type,,enum
- HKR,Ndi\params\Speed\enum,0,,"Auto"
- HKR,Ndi\params\Speed\enum,10,,"10 Mbps"
- HKR,Ndi\params\Speed\enum,100,,"100 Mbps"
- HKR,NDI\params\Speed,flag,1,20,00,00,00
-
- ;Duplex
- HKR,Ndi\params\Duplex,ParamDesc,,"Duplex"
- HKR,Ndi\params\Duplex,default,,0
- HKR,Ndi\params\Duplex,type,,enum
- HKR,Ndi\params\Duplex\enum,0,,"Auto"
- HKR,Ndi\params\Duplex\enum,half,,"Half duplex"
- HKR,Ndi\params\Duplex\enum,full,,"Full duplex"
- HKR,NDI\params\Duplex,flag,1,20,00,00,00
-
- ; NetworkAddress
- HKR,NDI\params\NetworkAddress,ParamDesc,,"Network Address"
- HKR,NDI\params\NetworkAddress,type,,edit
- HKR,NDI\params\NetworkAddress,LimitText,,18
- HKR,NDI\params\NetworkAddress,UpperCase,,1
- HKR,Ndi\params\NetworkAddress,default,,""
- HKR,NDI\params\NetworkAddress,flag,1,20,00,00,00
- HKR,Ndi\params\NetworkAddress,optional,,1
-
- [Slot]
- ;MCA slot Number
- HKR,Ndi\params\slotnumber,ParamDesc,,"Adapter Slot Number"
- HKR,Ndi\params\slotnumber,type,,int
- HKR,Ndi\params\slotnumber,default,,1
- HKR,Ndi\params\slotnumber,min,,1
- HKR,Ndi\params\slotnumber,max,,8
- HKR,Ndi\params\slotnumber,step,,1
- HKR,Ndi\params\slotnumber,optional,,1
- HKR,NDI\params\slotnumber,flag,1,20,00,00,00
-
- [Oce3x.ndis3]
- AddReg=Oce3x.ndis3.AddReg
- CopyFiles=oce3x.ndis3.CopyFiles
-
- [Oce3x.ndis3.AddReg]
- HKR,,IoBase,1,02,00,00,00
- HKR,,Interrupt,1,04,00,00,00
-
- [oce3x.ndis3.CopyFiles]
- oce3xm.sys
-
-
- ;******************************************************************************
- ; Destination Directories
- ;******************************************************************************
-
- [DestinationDirs]
- oce3x.ndis3.CopyFiles=11 ; LDID_SYS
- oce3x.inf.CopyFiles=17 ; LDID_INF
-
- ;******************************************************************************
- ; Localizable Strings
- ;******************************************************************************
-
- [strings]
- ;
- ; Provider
- P_Olicom = "Olicom"
- ;
- ; Manufacturers
- ;
- M_Olicom = "Olicom"
- ;
- ; PNP Devices, Olicom
- ;
- *OLC9510.DeviceDesc = "Olicom Ethernet ISA 10/100 (OC-2375)"
- *OLC9511.DeviceDesc = "Olicom Ethernet ISA 10/100 Adapter"
- mca_6447.DeviceDesc = "Olicom Ethernet MCA 10/100 (OC-2335)"
-
-
-