平台環境控制介面(Platform Environmental Control Interface;PECI)
Platform Environment Control Interface, abbreviated as PECI, is a thermal management standard introduced in 2006 with the Intel Core 2 Duo microprocessors.
PECI以單線序列式匯流排來支援DTS(Digital Thermal Sensor),相對於溫度二極體(Thermal Diodes;TD)來說,這是一個很重要的進步,而且它以與CPU Vtt相同的電壓來操作。CPU中的DTS會透過PECI介面來報告晶片的溫度,或對內部的風扇控制系統提供溫度數值。
The PECI bus, allowing access to this data from chipset components, is a proprietary single-wire interface with a variable data transfer speed (from 2 kbit/s to 2 Mbit/s).
但在實際應用上,外部晶片都是由 SMB 讀資料,因此,都需要外掛一顆PECI 轉 SMB 的Chip, 後來的 CPU都改以SMB 來讀資料。
kingsman 發表在
痞客邦
留言(0)
人氣()
kingsman 發表在
痞客邦
留言(0)
人氣()
According to 88E6320 SPEC, the external PHY device register can be accessed via the 88E86320 Globel 2 register.
由 88E6320 SPEC 推論, 這些 external PHY register 位置應該是固定的,
確認 Phy ID, 以54616S, 的 Register為例, 可以得知是否能跟 external phy device 正常溝通
kingsman 發表在
痞客邦
留言(0)
人氣()
總覽
https://myfamily12345.pixnet.net/blog/post/404540683
SATA歷史:
ATA(英語:Advanced Technology Attachment,簡稱「ATA」)是一個控制器技術, 是用傳統的40-pin並列資料線連接主機板與硬碟的, 是 Compaq 與 Western Digital 等公司在 1986 年針對 IBM 在 1984 年發佈的新一代個人電腦 PC/AT (前面提過的 PC/XT 的後繼機種) 所設計的磁碟介面,並隨後在很長的一段時間裡成為了個人電腦的標準配備,隨後在 1990 年被提交至美國國家標準協會 (ANSI) 審查,並於 1994 年正式被批准為美國國家標準 (X3T10-Advanced Technology Attachment)。
IDE 歷史:
kingsman 發表在
痞客邦
留言(0)
人氣()
PCA9539 register
kingsman 發表在
痞客邦
留言(0)
人氣()
pca9554 register
pca9555 register
kingsman 發表在
痞客邦
留言(0)
人氣()
kingsman 發表在
痞客邦
留言(0)
人氣()
kingsman 發表在
痞客邦
留言(0)
人氣()
kingsman 發表在
痞客邦
留言(0)
人氣()
$# => 添加到Shell的参数个数
if[ $# -eq 2 ] ; then
//inputparametet number is 2
fi
kingsman 發表在
痞客邦
留言(0)
人氣()
http://jimmynuts.blogspot.com/2010/12/gnu-makefile.html
https://www.itread01.com/content/1496238002.html
makefile 規則的格式
一個簡單的Makefile檔檔案內容包含一系列的規則,其樣式如下:
kingsman 發表在
痞客邦
留言(0)
人氣()
kingsman 發表在
痞客邦
留言(0)
人氣()