SkyNET.INF Driver File Contents (422new.zip)

;*****************************************************************************
;
;    SkyNET.INF - Win2000, Win98 and Win9ME combined inf for NDIS4 MINIPORT 
;                 NIC driver for B2C2 Broadband Receivers
;
;    Copyright 1999-2001, B2C2, Inc.
;
;*****************************************************************************

[version]
DriverVer   = 05/02/2002,4.2.1.9999
;CatalogFile = SkyNet.cat
Signature   = "$Chicago$"
Compatible  = 1
Class       = Net
ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider    = %CompanyProvider%

[Manufacturer]
%CompanyManufacturer%     = B2C2

[ControlFlags]
ExcludeFromSelect     = PCI\VEN_13D0&DEV_2103,PCI\VEN_13D0&DEV_2200

[B2C2]
%FCIIReceiver.DeviceDesc%      = FCII.ndi,  PCI\VEN_13D0&DEV_2103
%FCIIIReceiver.DeviceDesc%     = FCIII.ndi, PCI\VEN_13D0&DEV_2200

;;****************************************************************************
;; Windows 9x
;;****************************************************************************

; Win98/ME FlexCop II Install Section

[FCII.ndi]
AddReg          = FCII.id.reg, SKYNET.common.reg, SKYNET.Win9x.reg, SKYNET.PCI.Win9x.reg
LogConfig       = DefaultConfig

; Win98/ME FlexCop III PCI Install Section

[FCIII.ndi]
AddReg          = FCIII.id.reg, SKYNET.common.reg, SKYNET.PCI.reg, SKYNET.Win9x.reg, SKYNET.PCI.Win9x.reg
LogConfig       = DefaultConfig


;;****************************************************************************
;; NT 5.0
;;****************************************************************************

; Win2000 FlexCop II PCI Install Section

[FCII.ndi.NT]
Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
BusType         = 5
AddReg          = SKYNET.common.reg, SKYNET.PCI.reg, SKYNET.Win2K.reg
CopyFiles       = SKYNET.CopyFiles

[FCII.ndi.NT.Services]
AddService = SKYNET, 2, SKYNET.Service, SKYNET.EventLog

; Win2000 FlexCop III Install Section

[FCIII.ndi.NT]
Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
BusType         = 5
AddReg          = SKYNET.common.reg, SKYNET.PCI.reg, SKYNET.Win2K.reg
CopyFiles       = SKYNET.CopyFiles

[FCIII.ndi.NT.Services]
AddService = SKYNET, 2, SKYNET.Service, SKYNET.EventLog

; Win2000 Copy Files Section

[SKYNET.CopyFiles]
SkyNET.sys,,,2


;;----------------------------------------------------------------------------
;; SKYNET Parameters
;;----------------------------------------------------------------------------
;;***************************************************************************
;; Windows 9x parameters
;;***************************************************************************

; Win98/ME Flexcop II Identification Add Registry Section

[FCII.id.reg]
HKR, Ndi,       DeviceID,       0,      "PCI\VEN_13D0&DEV_2103"
HKR, Ndi\Install,                       ,       0,      SKYNET.install  ; NOT USED?
HKR, NDI\Params\NetworkAddress,         flag,   1,      30, 00, 00, 00

; Win98/ME Flexcop III Identification Add Registry Section

[FCIII.id.reg]
HKR, Ndi,       DeviceID,       0,      "PCI\VEN_13D0&DEV_2200"
HKR, Ndi\Install,                       ,       0,      SKYNET.install ; NOT USED?
HKR, NDI\Params\NetworkAddress,         flag,   1,      30, 00, 00, 00

; Win98/ME Common Add Registry Section

[SKYNET.PCI.Win9x.reg]
HKR, ,  DriverDesc,     0,      %PCIReceiver.Service.DispName%
HKR, ,  DeviceVxDs,     0,      SkyNET.sys
;; NDIS Info
HKR, NDIS,              LogDriverName,          0,      "SKYNET"
;; Install sections
HKR, Ndi\Install,       ndis3,                  0,      "SKYNET.ndis5"

; Win98/ME Common Add Registry Section

[SKYNET.Win9x.reg]
;; key,subkey,valuname,type,value
HKR, ,  DevLoader,      0,      *ndis
HKR, ,  EnumPropPages,  0,      netdi.dll,      EnumPropPages
;;params
HKR, ,  MediaType,      0,      1
HKR, ,  AdapterType,    0,      5
HKR, ,  BusType,        0,      5
;; NDIS Info
HKR, NDIS,              MajorNdisVersion,       1,      03
HKR, NDIS,              MinorNdisVersion,       1,      0a
;; Interfaces
HKR, Ndi\Interfaces,    DefLower,               ,       "ethernet"
HKR, Ndi\Interfaces,    LowerRange,             ,       "ethernet"
HKR, Ndi\Interfaces,    DefUpper,               ,       "ndis3"
HKR, Ndi\Interfaces,    UpperRange,             ,       "ndis3"

; Win98/ME NDIS3 Install Section

[SKYNET.ndis5]
CopyFiles       = SKYNET.ndis5.CopyFiles
DelFiles        = SKYNET.DelFiles

; Win98/ME Copy Files Section

[SKYNET.ndis5.CopyFiles]
SkyNET.sys,,,2

; Win98/ME Delete Files Section

[SKYNET.DelFiles]
SkyNET.inf,,,1

;;****************************************************************************
;; SKYNET parameters for all OSes
;;****************************************************************************

; Win2000/Win98/ME Common Add Registry Section

[SKYNET.common.reg]
; Rx Frame Descriptors
HKR, Ndi\params\NumRfd,                ParamDesc,  0, %NumRfd% 
HKR, Ndi\params\NumRfd,                default,    0, "128"
HKR, Ndi\params\NumRfd,                min,        0, "1"
HKR, Ndi\params\NumRfd,                max,        0, "1024"
HKR, Ndi\params\NumRfd,                step,       0, "1"
HKR, Ndi\params\NumRfd,                Base,       0, "10"
HKR, Ndi\params\NumRfd,                type,       0, "int"
; Network Address
HKR, Ndi\params\NetworkAddress,        ParamDesc,  0, %NetworkAddress%
HKR, Ndi\params\NetworkAddress,        Default,    0, ""
HKR, Ndi\params\NetworkAddress,        type,       0, "edit"
HKR, NDI\params\NetworkAddress,        LimitText,  0, "12"
HKR, NDI\params\NetworkAddress,        UpperCase,  0, "1"
HKR, NDI\params\NetworkAddress,        optional,   0, "1"
;++++++++++++++++++++++++++++++++++++++++++++++++++++++++
HKR, ,          NicIOSpaceBaseAddress,  0, 0x00000000
;
;===_UserHwParams_===
;
HKR, UserHwParams,              nBoard0x2102UseTimer,      0, "1"
HKR, UserHwParams,              nRunningNonStopDma1Dma2,   0, "0"
HKR, UserHwParams,              nRunningNonStopDma1Dma2_Default_Is_1,   0, "1"
HKR, UserHwParams,              nSizeOfBufDMA2,            0, "0"
HKR, UserHwParams,              nUserTimerPeriodMs,        0, "10"
HKR, UserHwParams,              nSizeOfTimeIrqDMA1,        0, "200"
HKR, UserHwParams,              nSizeOfTimeIrqDMA2,        0, "3"
HKR, UserHwParams,              nUseSmartCard,             0, "0"
HKR, UserHwParams,              nUseMemSpaceRegAccess,     0, "1"
HKR, UserHwParams,		nSizeOfSubBufDMA1,	   0, "64"
HKR, UserHwParams,		nUseSubBufDMA1,	   	   0, "0"
HKR, UserHwParams,		nNumReceiveIndicate,   	   0, "2"

;
;===_UserTunerParams_===
;
HKR, UserTunerParams,           nEnableKernelTunerControl,   0, "1"
HKR, UserTunerParams,           nTransponderFreq_KHz,        0, "0"
HKR, UserTunerParams,           nLnbFreq_KHz,                0, "0"
HKR, UserTunerParams,           nSymbolRate_KBauds,          0, "0"
HKR, UserTunerParams,           nStdIndexFec,                0, "6"
HKR, UserTunerParams,           nStdIndexPolarity,           0, "1"
HKR, UserTunerParams,           nStdIndexToneFreq,           0, "0"
HKR, UserTunerParams,           nTunerTimerPeriodMs,         0, "100"
HKR, UserTunerParams,           nTunerWaitLockTimeMs,        0, "400"

;
;===_UserSwParams_===
;
HKR, UserSwParams,              nValidateIpChecksums,        0, "0"


; Win2000/Win98/ME Add Registry Section

[SKYNET.PCI.reg]
HKR, UserHwParams,		nResetChip,	   	   0, "0"
HKR, UserHwParams,              nSizeOfBufDMA1,            0, "481280"

;;****************************************************************************
;; NT 5.0 parameters
;;****************************************************************************

; Win2000 Add Registry Section

[SKYNET.Win2K.reg]
HKR, Ndi\Interfaces,            UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces,            LowerRange, 0, "ethernet"
HKR, Ndi,                       Service,    0, "SKYNET"
;++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
;
;===_UserSwParams_===
;
HKR, UserSwParams,              nWinOsVersionMaj,          0, "2000"
HKR, UserSwParams,              nWinOsVersionMin,          0, "0"
HKR, UserSwParams,              nWinOsVersionSvcPack,      0, "0"
;++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

; Win2000 DDInstall.Services Section

[SKYNET.Service]
DisplayName     = %PCIReceiver.Service.DispName%
ServiceType     = 1	; SERVICE_KERNEL_DRIVER
StartType       = 3	; SERVICE_DEMAND_START
ErrorControl    = 1	; NORMAL
ServiceBinary   = %12%\SkyNET.SYS
LoadOrderGroup  = NDIS

; Win2000 Event-Log Services Section

[SKYNET.EventLog]
Addreg = SKYNET.AddEventLog.reg

; Win2000 Event Log Add Registry Section

[SKYNET.AddEventLog.reg]
HKR,    ,   EventMessageFile,   0x00020000, "%%SystemRoot%%\System32\netevent.dll"
HKR,    ,   TypesSupported,     0x00010001, 7

;;****************************************************************************
;; Destination Directory
;;****************************************************************************
[DestinationDirs]
; 10 = Windows Directory
; 11 = System Directory
; 12 = Drivers Directory
; 17 = INF File Directory
SKYNET.CopyFiles            = 12
DefaultDestDir              = 11        ; LDID_SYS
SKYNET.ndis5.CopyFiles      = 10,System32\Drivers; It goes in \Windows\System32\Drivers
SKYNET.DelFiles             = 17

;;****************************************************************************
;; Source Files
;;****************************************************************************
[SourceDisksNames]
1=%InstallationDiskName%,,,

[SourceDisksFiles]
SkyNET.sys=1

;;****************************************************************************
;; Strings
;;****************************************************************************

[Strings]
InstallationDiskName         = "Installation Disk"
CompanyProvider              = "B2C2"
CompanyManufacturer          = "B2C2, Inc."
FCIIReceiver.DeviceDesc      = "B2C2 Broadband Receiver PCI Adapter"
FCIIIReceiver.DeviceDesc     = "B2C2 Broadband Receiver PCI Adapter"

PCIReceiver.Service.DispName = "B2C2 Broadband Receiver PCI Adapter"

NetworkAddress           = "Local Network Address"
NumRfd                   = "(Rfd)Receive Frame Descriptors"

Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: web3, load: 3.94