AdmMult.inf Driver File Contents (8830w2k.zip)

;*---------------------------------------------------------------------------
;*
;* $Workfile: AdmMult.inf $
;*
;*---------------------------------------------------------------------------
;*
;* $Revision: 6 $  $Date: 1/21/00 4:04p $  
;*				
;*---------------------------------------------------------------------------
;*
;* Vortex inf file for multifunction device support
;*
;*---------------------------------------------------------------------------
;* 
;* Copyright (c) 1997 Aureal Semiconductor, Inc. - All rights reserved. 
;*
;* This is UNPUBLISHED PROPRIETARY SOURCE CODE of Aureal Semiconductor;
;* the contents of this file may not be disclosed to third parties, copied or
;* duplicated in any form, in whole or in part, without the prior written
;* permission of Aureal Semiconductor.
;*
;* RESTRICTED RIGHTS LEGEND:
;* Use, duplication or disclosure by the Government is subject to restrictions
;* as set forth in subdivision (c)(1)(ii) of the Rights in Technical Data
;* and Computer Software clause at DFARS 252.227-7013, and/or in similar or
;* successor clauses in the FAR, DOD or NASA FAR Supplement. Unpublished  -
;* rights reserved under the Copyright Laws of the United States.
;*
;*---------------------------------------------------------------------------
;*$NoKeywords: $

[Version]
;LayoutFile=layout.inf
Signature="$CHICAGO$"
Class=MultiFunction
Provider=%Mfg%
ClassGUID={4d36e971-e325-11ce-bfc1-08002be10318} ;GUID for MF dev
           
[ClassInstall32]
Addreg=ClassAddReg

[ClassAddReg]
HKR,,,,%MFClassName%

[Manufacturer]
%Mfg%=AurealSemiconductor

[AurealSemiconductor]
%PCI\VEN_12EB&DEV_0001.DeviceDesc%=ASPEN_PARENT_DEVICE_8820.mf, PCI\VEN_12EB&DEV_0001
%PCI\VEN_12EB&DEV_0002.DeviceDesc%=ASPEN_PARENT_DEVICE_8830.mf, PCI\VEN_12EB&DEV_0002
%PCI\VEN_12EB&DEV_0003.DeviceDesc%=ASPEN_PARENT_DEVICE_8810.mf, PCI\VEN_12EB&DEV_0003



[ASPEN_PARENT_DEVICE_8810.mf]
CopyFiles=ASPEN_PARENT_DEVICE_8810.mf.CopyList

[ASPEN_PARENT_DEVICE_8820.mf]
CopyFiles=ASPEN_PARENT_DEVICE_8820.mf.CopyList

[ASPEN_PARENT_DEVICE_8830.mf]
CopyFiles=ASPEN_PARENT_DEVICE_8830.mf.CopyList


[ASPEN_PARENT_DEVICE_8810.mf.Services]
AddService=mf, 2, AuMf_Service_Inst

[ASPEN_PARENT_DEVICE_8820.mf.Services]
AddService=mf, 2, AuMf_Service_Inst
AddService = FilterService,,Filter_Service_Inst8820

[ASPEN_PARENT_DEVICE_8830.mf.Services]
AddService=mf, 2, AuMf_Service_Inst
AddService = FilterService,,Filter_Service_Inst8830

[AuMf_Service_Inst]
ServiceType=1
StartType=3
ErrorControl=1
ServiceBinary=%12%\mf.sys
LoadOrderGroup = System Bus Extender

[ASPEN_PARENT_DEVICE_8810.mf.HW]
AddReg=AspenParent_8810.mf.RegHW

[ASPEN_PARENT_DEVICE_8820.mf.HW]
AddReg=AspenParent_8820.mf.RegHW

[ASPEN_PARENT_DEVICE_8830.mf.HW]
AddReg=AspenParent_8830.mf.RegHW

[AspenParent_8810.mf.RegHW]
HKR,Child0000,HardwareID,,MF\PCI_VEN_12EB_GAMEPORT
HKR,Child0000,ResourceMap,1
HKR,Child0001,HardwareID,,MF\PCI_VEN_12EB&DEV_0003_AUDIO
HKR,Child0001,ResourceMap,1,00,02,04,06

[AspenParent_8820.mf.RegHW]
HKR,Child0000,HardwareID,,MF\PCI_VEN_12EB_GAMEPORT
HKR,Child0000,ResourceMap,1
HKR,Child0001,HardwareID,,MF\PCI_VEN_12EB&DEV_0001_AUDIO
HKR,Child0001,ResourceMap,1,00,02,04,06
HKR,,"LowerFilters",0x00010000,"FilterService"

[AspenParent_8830.mf.RegHW]
HKR,Child0000,HardwareID,,MF\PCI_VEN_12EB_GAMEPORT
HKR,Child0000,ResourceMap,1
HKR,Child0001,HardwareID,,MF\PCI_VEN_12EB&DEV_0002_AUDIO
HKR,Child0001,ResourceMap,1,00,02,04,06
HKR,,"LowerFilters",0x00010000,"FilterService"


[ASPEN_PARENT_DEVICE_8810.mf.CopyList]

[ASPEN_PARENT_DEVICE_8820.mf.CopyList]
admfilter8820.sys

[ASPEN_PARENT_DEVICE_8830.mf.CopyList]
admfilter8830.sys

[Filter_Service_Inst8820]
DisplayName    = "Filter Service"
ServiceType    = 1 ;%SERVICE_KERNEL_DRIVER%
StartType      = 3 ;%SERVICE_DEMAND_START%
ErrorControl   = 0 ;%SERVICE_ERROR_IGNORE%
ServiceBinary  = %12%\admfilter8820.sys
LoadOrderGroup = extended base

[Filter_Service_Inst8830]
DisplayName    = "Filter Service"
ServiceType    = 1 ;%SERVICE_KERNEL_DRIVER%
StartType      = 3 ;%SERVICE_DEMAND_START%
ErrorControl   = 0 ;%SERVICE_ERROR_IGNORE%
ServiceBinary  = %12%\admfilter8830.sys
LoadOrderGroup = extended base



[SourceDisksNames]
1="Aureal Driver Disk","",1

[SourceDisksFiles]
admfilter8820.sys=1
admfilter8830.sys=1

[DestinationDirs]
ASPEN_PARENT_DEVICE_8810.mf.CopyList  = 10,system32\drivers ; %SystemRoot%\system32\drivers
ASPEN_PARENT_DEVICE_8820.mf.CopyList  = 10,system32\drivers ; %SystemRoot%\system32\drivers
ASPEN_PARENT_DEVICE_8830.mf.CopyList  = 10,system32\drivers ; %SystemRoot%\system32\drivers



[Strings]
;Localized strings - standard Microsoft value
MFClassName="Multifunction PCI Device Driver"

;Localized strings - device-specific
Mfg="Aureal Semiconductor"
PCI\VEN_12EB&DEV_0001.DeviceDesc="Vortex Multifunction PCI Parent"
PCI\VEN_12EB&DEV_0002.DeviceDesc="Vortex Multifunction PCI Parent"
PCI\VEN_12EB&DEV_0003.DeviceDesc="Vortex Multifunction PCI Parent"
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: ftp, load: 1.42