⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cust_isa.oem

📁 <BIOS研发技术剖析>书的源代码,包括完整的BIOS汇编语言源程序.
💻 OEM
字号:
//**********************************************************************;
//     *****************************************************************;
//     *****************************************************************;
//     **                                                             **;
//     **      (C)Copyright 1985-1998, American Megatrends, Inc.      **;
//     **                                                             **;
//     **                     All Rights Reserved.                    **;
//     **                                                             **;
//     **           6145-F Northbelt Pkwy, Norcross, GA 30071         **;
//     **                                                             **;
//     **                     Phone (770)-246-8600                    **;
//     **                                                             **;
//     *****************************************************************;
//     *****************************************************************;
//**********************************************************************;
//**********************************************************************;
// The file will be included into PCI-ISA South bridge device ecope
//**********************************************************************;

	Device(MISC)

	{
		Name(_HID, EISAID("PNP0C02"))


		Name(_CRS,
		ResourceTemplate()
		{
			IO(Decode16, 0x91a, 0x91a, 1, 0x6)  // ESS Audio CFG device
			IO(Decode16, 0xc00, 0xc00, 1, 0x15) // PMU

		}	// End of ResourceTemplate

		)		// End of _CRS
	}			// End System Resources SYSR

⌨️ 快捷键说明

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