📄 t686.asl
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -