pciconf.inf Driver File Contents (ISC3111.EXE)

;****************************************************************************
;* FILE NAME:       PCIConf.INF
;* FILE CONTAINS:
;* DESCRIPTION:     Win 2000 "INF" file for Intel Server Management PCI Conf
;*                  WDM driver.
;* NOTES:           .
;****************************************************************************
;*                   INTEL CORPORATION PROPRIETARY INFORMATION
;*     This software is supplied under the terms of a license agreement or
;*     nondisclosure agreement with Intel Corporation and may not be copied
;*     or disclosed except in accordance with the terms of that agreement.
;*           Copyright (c) 1999 Intel Corporation.  All Rights Reserved.
;****************************************************************************

;----------------------------------------------------------------------------
; Spec driver info
;----------------------------------------------------------------------------

[Version]

    signature       = "$WINDOWS NT$"
    Class           = System
    Provider        = "Intel, Inc."
    CatalogFile     = PCIConf.cat
    DriverVer       = 03/02/2000,2.0.0.0

;----------------------------------------------------------------------------
; Spec installation media for driver.
;----------------------------------------------------------------------------

[SourceDisksNames]

    1=%DiskId%

;----------------------------------------------------------------------------
; Spec files to be installed.
;----------------------------------------------------------------------------

[SourceDisksFiles]

    pciconf.sys = 1                          ;For production
;   pciconf.sys = 1,..\drivers\lib\i386      ;For development only
    PCIConf.cat

;----------------------------------------------------------------------------
; Spec destination for files to be copied.
;----------------------------------------------------------------------------

[DestinationDirs]

    ;
    ;"11" specifies "%SystemRoot%\System32\Drivers"
    ;
    PCI_ConfDrv_FilesSection = 11,\Drivers

;----------------------------------------------------------------------------
; Spec manufacturers, and their associated devices, supported by this INF
; file.
;----------------------------------------------------------------------------

[Manufacturer]

    %Intel%=IntelDeviceSection

    ;------------------------------------------------------------------------
    ; Models section specs the devices supported by this INF file.
    ;
    ; dev-desc = install-section-name, h/w-id [,compatible-dev-id]...
    ;------------------------------------------------------------------------

    [IntelDeviceSection]

        %PCI_ConfDrv_Desc% = PCI_ConfDrv_InstallSection, *PCICONF

        ;--------------------------------------------------------------------
        ; Install section for "PCI_ConfDrv_InstallSection".
        ;--------------------------------------------------------------------

        [PCI_ConfDrv_InstallSection]

            CopyFiles   = PCI_ConfDrv_FilesSection

            ;------------------------------------------------------------------
            ; Separate the files into sections based upon where they will be
            ; copied.
            ;------------------------------------------------------------------

            [PCI_ConfDrv_FilesSection]

                pciconf.sys

        ;----------------------------------------------------------------------
        ; Service install section.  The INF processor will look for a section
        ; name of the form <install-section-name>.Services, where
        ; <install-section-name> is the name of the install section used.
        ;----------------------------------------------------------------------

        [PCI_ConfDrv_InstallSection.Services]

            AddService = pciconf, 0x00000002, PCI_ConfDrv_ServiceSection

                ;--------------------------------------------------------------
                ; Service description section
                ;--------------------------------------------------------------

                [PCI_ConfDrv_ServiceSection]

                    DisplayName     = %PCI_ConfDrv_Desc%        ;Name displayed in cont panel
                    ServiceType     = 1                         ;Kernel driver

                    ;
                    ; Changed "StartType" from 3 to 2, to be the same as for IMB driver
                    ; which could not initialize an event object because the part of the
                    ; system necessary for this initialization was not available yet.  In
                    ; theory, a "StartType" of 3 should be used for PnP drivers, but
                    ; "StartType" of 2 still seems to work properly.
                    ;

                    StartType       = 2                         ;Auto start
                    ErrorControl    = 1                         ;Normal err proc if drv fails
                    ServiceBinary   = %11%\drivers\pciconf.sys  ;Location of driver file
                    AddReg          = PCIConf_AddRegSection

                    ;----------------------------------------------------------
                    ; Entries to add to the registry.
                    ;
                    ; Configuration Bits:
                    ;
                    ;   0x00000001 - Configure as a Win 2000 driver, i.e. not
                    ;                legacy driver.
                    ;
                    ;   0x00000002 - Use WMI interface.
                    ;
                    ;   0x00000004 - Disable legacy symbolic link name
                    ;                interface.
                    ;
                    ;   0x00000008 - (Unused)
                    ;
                    ;   0x00000010 - If unable to determine if platform is
                    ;                Win 2000 assume Win 2000.
                    ;----------------------------------------------------------

                    [PCIConf_AddRegSection]

                        HKR,,Configuration,0x00010001,0x00000003

;                       HKR,,DiagCode,0x00010001,0x0000000
                        HKR,,DiagCode,0x00010001,0x000001F

;----------------------------------------------------------------------------
; String substitution macros
;----------------------------------------------------------------------------

[Strings]

    Intel               = "Intel, Inc."
    DiskId              = "Intel PCI Conf Driver Installation Disk 1 of 1"
    PCI_ConfDrv_Desc    = "PCI Config Driver V3.0"
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: 2.06