stac97.ini Driver File Contents (Sigmatel_STAC9752_53_wdm.zip)

###########################################################################################
# STAC97.INI
###########################################################################################
# Prototype driver-coinstall model.ini file.  
#
#	STAC97.INI is the first INI file that is read by the co-installer.  It must contain 
#   at least a Models section (see below), but may contain more sections.
#
#
#
#  Comments
#  ========
#
#  Comments are defined as any text preceded by a '#' or a ';' (no quotes).  They are 
#  ignored by the parser.
#
#		Apps & Models sections: Start comments only at the beginning of a line.
#		All other sections:    comments may start anywhere in the line.
#
###########################################################################################





###########################################################################################
#
#	Models Section
#	==============
#
#	A Models section correlates a driver key to a models.ini file.  The format is as follows:
#
#
#	[Models]
#	KEY=FILENAME
#	.
#	.
#	.
#		where
#
#			KEY			is a driver key, usually of the form:
#
#							PCI\VEN_vvvv&DEV_dddd&SUBSYS_ssssnnnn&REV_rr 
#
#						where:
#
#
#							vvvv is the (4-digit) vendor identifier.
#							dddd is the (4-digit) device identifier.
#							ssss is the (4-digit) sub-system identifier.
#							nnnn is the (4-digit) sub-system vendor identifier.
#							rr   is the (2-digit) revision number.
#
#						and:
#
#							&SUBSYS...REV_rr	is optional.
#							&REV_rr				is optional.
#				
#
#
#			FILENAME	is the name of the models.ini to use 
#                                       with hardware that matches this KEY.
#					 if FILENAME is "this", then use the current file.
#					 if FILENAME is "dialog", then allow the end-user to pick 
#					   a model.ini file via a file browser.
#							
#				
#	The co-installer will attempt to find a KEY in the Models section that matches the 
#	hardware's device ID ( obtained by calling SetupDiGetDeviceInstanceId() ).  The 
#	hardware will attempt to match a KEY by doing the following:
#
#			1. Strip any "instance"-related text from the device ID.
#			2. Search for a KEY identical to device ID.
#			3. If not found, strip device ID's revision ID and search again.
#			4. If not found, strip device ID's sub-system ID and search again.
#			5. If not found, search for a key matching the word "default".
#			6. If not found, then ERROR!
#
#	The co-installer will then read the KEY's value, and act accordingly:
#
#		KEY value	 Co-installer's Action
#		---------       ----------------------- 
#		this	 	use the current file as the model.ini file.
#		dialog	 	allow the user to select the model.ini file via a 
#				  file browser.
#		any other 	use the value as the new model.ini filename (can 
# 		 text		  include relative path information).
#
#
#   	If the co-installer cannot open FILENAME, it will exit, reporting an ERROR to the OS.
#
#	Note: comments should only start at the beginning of a line.
#
###########################################################################################
[Models]
default=default.ini		

##ALI
PCI\VEN_10B9&DEV_5451&SUBSYS_00560E11=evoN1020.ini

##ICH6
PCI\VEN_8086&DEV_266E&SUBSYS_266E8086=dialog
PCI\VEN_8086&DEV_266E&SUBSYS_01821028=dialog
PCI\VEN_8086&DEV_266E&SUBSYS_01861028=dialog
PCI\VEN_8086&DEV_266E&SUBSYS_01871028=dialog
PCI\VEN_8086&DEV_266E&SUBSYS_01881028=dialog
PCI\VEN_8086&DEV_266E&SUBSYS_01891028=dialog
PCI\VEN_8086&DEV_266E&SUBSYS_0B1015D5=ttdd12.ini

##ICH5
PCI\VEN_8086&DEV_24D5&SUBSYS_01271071=P411DX_DVT.ini	
PCI\VEN_8086&DEV_24D5&SUBSYS_11271071=P411DX_OEM.ini	
PCI\VEN_8086&DEV_24D5&SUBSYS_01101071=P410CX.ini		
PCI\VEN_8086&DEV_24D5&SUBSYS_01091071=P411DU.ini		
PCI\VEN_8086&DEV_24D5&SUBSYS_00951071=P410DU.ini
PCI\VEN_8086&DEV_24D5&SUBSYS_92421509=mrpc.ini		
PCI\VEN_8086&DEV_24D5&SUBSYS_03078086=mrpc.ini	
PCI\VEN_8086&DEV_24D5&SUBSYS_3009107B=mrpc.ini
PCI\VEN_8086&DEV_24D5&SUBSYS_B025144D=samz.ini
PCI\VEN_8086&DEV_24D5&SUBSYS_0601107B=PA1.ini
PCI\VEN_8086&DEV_24D5&SUBSYS_3005107B=m865g.ini
PCI\VEN_8086&DEV_24D5&SUBSYS_00560E11=EvoN1020.ini
#PCI\VEN_8086&DEV_24D5&SUBSYS_2017107B=p865d_analog_driver.ini
PCI\VEN_8086&DEV_24D5&SUBSYS_2017107B=p865g.ini
PCI\VEN_8086&DEV_24D5&SUBSYS_B026144D=ms7040.ini
PCI\VEN_8086&DEV_24D5&SUBSYS_0B1015D5=ttdd12.ini
	
##Generic Test ID's Removed; P865* must have correct ID's programmed for this installer to work properly

##Outcomment next line for fixed function analog driver on P865*, THEN SEE NEXT COMMENT!!!
;PCI\VEN_8086&DEV_24D5&SUBSYS_2017107B=p865g.ini
	
##Remove comment from next line *IF* previous line has been outcommented *AND* analog fixed function is desired

##ICH4
PCI\VEN_8086&DEV_24C5&SUBSYS_C00D144D=sama.ini
PCI\VEN_8086&DEV_24C5&SUBSYS_001814c0=dcx12.ini
PCI\VEN_8086&DEV_24C5&SUBSYS_B027144D=samd.ini
PCI\VEN_8086&DEV_24C5&SUBSYS_C011144D=samn.ini
PCI\VEN_8086&DEV_24C5&SUBSYS_0450107b=OA2demo.ini
PCI\VEN_8086&DEV_24C5&SUBSYS_0475107b=oa2h.ini
PCI\VEN_8086&DEV_24C5&SUBSYS_58048384=MUJdemo.ini
PCI\VEN_8086&DEV_24C5&SUBSYS_0457107b=oa2h.ini
PCI\VEN_8086&DEV_24C5&SUBSYS_76668384=default.ini
PCI\VEN_8086&DEV_24C5&SUBSYS_001B1025=s88m.ini
PCI\VEN_8086&DEV_24C5&SUBSYS_0B1015D5=ttdd12.ini

##SIS
PCI\VEN_1106&DEV_3059&SUBSYS_102F1734=D1607.ini
PCI\VEN_1106&DEV_3059&SUBSYS_01031071=K810VU.ini		
PCI\VEN_1106&DEV_3059&SUBSYS_01241071=K811VX.ini
PCI\VEN_1106&DEV_3059&SUBSYS_0B1015D5=ttdd12.ini	

##VIA			
PCI\VEN_1039&DEV_7012&SUBSYS_10301734=FSC1675.ini
PCI\VEN_1039&DEV_7012&SUBSYS_200A17C0=Toucan2demo.ini
PCI\VEN_1039&DEV_7012&SUBSYS_0B1015D5=ttdd12.ini
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: web1, load: 1.03