t686.asl

来自「AWARD BIOS源代码,支持的CHIPSET请看文件,有同型号的板子烧上去就」· ASL 代码 · 共 33 行

ASL
33
字号


        OperationRegion	(
                SMC1,		// name of Operation Region for SuperIO device
                SystemIO, 	// type of address space
                0x398,		// base address for Configuration Mode
                0x2)		// size of region in bytes

        Field ( SMC1,		// name of Operation Region containing field
                ByteAcc, 	// access in Byte mode
                NoLock, 	// may change, depending on SMI behavior
                Preserve) {	// Update Rule

                         INDX,8,	//field named INDX is 8 bits wide
                 DATA,8		//field naemd DATA is 8 bits wide
                 }


                Method(ENFG,0)	{
                        Store(0x33,INDX)
                        Store(0x33,INDX)
                        }	


                Method(EXFG,0)	{
                        Store(0x55,INDX)
                        }	

                Include	("686_UAR1.asl")
                Include	("686_UAR2.asl")
                Include	("PS2.asl")

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?