Results

 Results

Driver Tools

What's New

  1. VIA Rhine II Fast Ethernet Ada...


  2. AMD Athlon(TM) 64 Processor


  3. Realtek AC'97 Audio


  4. Realtek AC'97 Audio


  5. Realtek RTL8169/8110 Family Gi...


  6. Realtek RTL8139/810x Family Fa...


  7. Intel(R) 82801G (ICH7 Family) ...


  8. Realtek RTL8139/810x Family Fa...


  9. Realtek PCIe GBE Family Contro...


  10. Realtek RTL8139/810x Family Fa...





Search Results

  1. Driver Description SpeedTouch Ethernet Adapter
    Driver ID 1392831
    Driver Date 10-21-2005
    DeviceID STETHID
    Driver Version 4.1.0.2
    Driver Provider Thomson
    Driver Class Net
    Driver Size 21719
    Language EN
    Software Platform XP
    Hardware Platform
    Computer ManufacturerComputer Model BaseBoard ManufacturerBaseBoard Product BaseBoard Version
    To Be Filled By O.E.M.  To Be Filled By O.E.M. undefined undefined undefined
    Download

    Inf Content

    ;
    ;;
    ;;; Copyright (c) 2005 Thomson
    ;;
    ;
    [version]
    Signature = "$Chicago$"
    CatalogFile.NT = steth.cat
    Class = Net
    ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
    Provider = %SWManufacturer%
    Compatible = 1
    DriverVer = 10/21/2005,4.1.0.2

    [Manufacturer]
    %HWManufacturer% = HWManufacturer

    [ControlFlags]
    ;LGES ExcludeFromSelect = PCI\VEN_8086&DEV_1229

    [HWManufacturer]
    ; DisplayName Section DeviceID
    ; ----------- ------- --------
    %STETH.DeviceDesc% = STETH.ndi, STETHID

    ;----------------------------------------------------------------------------
    ; Windows 9X specific entry
    [STETH.ndi]
    AddReg = steth.reg, params.reg, EncapsulationType.reg, vpi.reg, vci.reg, rfd.reg
    DeviceID = "STETHID"
    CopyFiles = steth.CopyFiles

    ;----------------------------------------------------------------------------
    ; steth Win9x specific
    ;
    [steth.reg]
    HKR, Ndi, DeviceID, 0, "STETHID"
    HKR, , DevLoader, 0, "*ndis"
    HKR, , DeviceVxDs, 0, "steth.sys"
    HKR, , EnumPropPages, 0, "netdi.dll,EnumPropPages"
    HKR, Ndi\Interfaces,DefUpper, 0, "ndis3"
    HKR, Ndi\Interfaces,DefLower, 0, "ethernet"
    HKR, Ndi\Interfaces,UpperRange, 0, "ndis3"
    HKR, Ndi\Interfaces,LowerRange, 0, "ethernet"
    HKR, NDIS, LogDriverName, 0, "STETH"
    ;HKR, NDIS, MajorNdisVersion, 1, 03
    ;HKR, NDIS, MinorNdisVersion, 1, 00
    HKR, Ndi\Install, ndis5, 0, "steth.install"

    [params.reg]
    HKR, Ndi\params\NumRfd, flag, 1, 20,00,00,00
    HKR, Ndi\params\EncapsulationType, flag, 1, 20,00,00,00
    HKR, Ndi\params\vpi, flag, 1, 20,00,00,00
    HKR, Ndi\params\vci, flag, 1, 20,00,00,00

    ;----------------------------------------------------------------------------
    ; Windows NT specific entry
    [STETH.ndi.NT]
    Characteristics = 0x84 ; NCF_PHYSICAL
    BusType = 15 ; PNPbus
    AddReg = steth.reg.NT, EncapsulationType.reg, rfd.reg, vpi.reg, vci.reg
    CopyFiles = steth.CopyFiles

    [STETH.ndi.NT.Services]
    AddService = STETH, 2, steth.Service, common.EventLog

    [steth.reg.NT]
    HKR, Ndi, Service, 0, "STETH"
    HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
    HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"

    ;-----------------------------------------------------------------------------
    ; common base for EncapsulationType
    ;
    [EncapsulationType.reg]
    HKR, Ndi\params\EncapsulationType, ParamDesc, 0, "%EncapsulationType%"
    HKR, Ndi\params\EncapsulationType , default, 0, "2"
    HKR, Ndi\params\EncapsulationType, type, 0, "enum"
    HKR, Ndi\params\EncapsulationType\enum, "0", 0, %ENCAP_NONE%
    HKR, Ndi\params\EncapsulationType\enum, "1", 0, %ENCAP_LLC%
    HKR, Ndi\params\EncapsulationType\enum, "2", 0, %ENCAP_VCMUX%

    ;-----------------------------------------------------------------------------
    ; common base for vpi
    ;
    [vpi.reg]
    HKR, Ndi\params\vpi, ParamDesc, 0, "%vpi%"
    HKR, Ndi\params\vpi, default, 0, "0"
    HKR, Ndi\params\vpi, min, 0, "0"
    HKR, Ndi\params\vpi, max, 0, "00000255"
    HKR, Ndi\params\vpi, step, 0, "1"
    HKR, Ndi\params\vpi, Base, 0, "10"
    HKR, Ndi\params\vpi, type, 0, "int"

    ;-----------------------------------------------------------------------------
    ; common base for vci
    ;
    [vci.reg]
    HKR, Ndi\params\vci, ParamDesc, 0, "%vci%"
    HKR, Ndi\params\vci, default, 0, "35"
    HKR, Ndi\params\vci, min, 0, "0"
    HKR, Ndi\params\vci, max, 0, "00065535"
    HKR, Ndi\params\vci, step, 0, "1"
    HKR, Ndi\params\vci, Base, 0, "10"
    HKR, Ndi\params\vci, type, 0, "int"

    ;-----------------------------------------------------------------------------
    ; common base for rfd
    ;
    [rfd.reg]
    HKR, Ndi\params\NumRfd, ParamDesc, 0, "%ReceiveFrameDescriptors%"
    HKR, Ndi\params\NumRfd, default, 0, "128"
    HKR, Ndi\params\NumRfd, min, 0, "1"
    HKR, Ndi\params\NumRfd, max, 0, "00001024"
    HKR, Ndi\params\NumRfd, step, 0, "1"
    HKR, Ndi\params\NumRfd, Base, 0, "10"
    HKR, Ndi\params\NumRfd, type, 0, "int"

    [steth.Service]
    DisplayName = %steth.Service.DispName%
    ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
    StartType = 3 ;%SERVICE_DEMAND_START%
    ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
    ServiceBinary = %12%\steth.sys
    LoadOrderGroup = NDIS

    [common.EventLog]
    AddReg = common.AddEventLog.reg

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

    [steth.install]
    CopyFiles = steth.CopyFiles

    ;-----------------------------------------------------------------------------
    ; DestinationDirs
    ;
    [steth.CopyFiles]
    steth.sys,,,2

    [SourceDisksNames]
    ;
    ; diskid = description[, [tagfile] [, , subdir]]
    ;
    1 = "%HWManufacturer% Driver Disk 1",steth.sys,,

    [SourceDisksFiles]
    ;
    ; filename_on_source = diskID[, [subdir][, size]]
    ;
    steth.sys = 1,, ; on distribution disk 1

    [DestinationDirs]
    steth.CopyFiles = 12
    DefaultDestDirs = 11

    [Strings]
    SWManufacturer = "Thomson"
    HWManufacturer = "Thomson"
    ReceiveFrameDescriptors = "Receive Frame Descriptors"
    EncapsulationType = "Encapsulation Type"
    vpi = "Virtual Path Identifier"
    vci = "Virtual Channel Identifier"
    ENCAP_NONE = "No encapsulation"
    ENCAP_LLC = "LLC/Snap encapsulation"
    ENCAP_VCMUX = "VCMUX encapsulation"
    STETH.DeviceDesc = "SpeedTouch Ethernet Adapter"
    steth.Service.DispName = "SpeedTouch Ethernet Adapter NT Driver"

©2008 - Terms of Use - Policies