📄 asb100
字号:
Kernel driver asb100====================Supported Chips: * Asus ASB100 and ASB100-A "Bach" Prefix: 'asb100' Addresses scanned: I2C 0x2d Datasheet: none releasedAuthor: Mark M. Hoffman <mhoffman@lightlink.com>Description-----------This driver implements support for the Asus ASB100 and ASB100-A "Bach".These are custom ASICs available only on Asus mainboards. Asus refuses tosupply a datasheet for these chips. Thanks go to many people who helpedinvestigate their hardware, including:Vitaly V. BursovAlexander van Kaam (author of MBM for Windows)Bertrik SikkenThe ASB100 implements seven voltage sensors, three fan rotation speedsensors, four temperature sensors, VID lines and alarms. In addition tothese, the ASB100-A also implements a single PWM controller for fans 2 and3 (i.e. one setting controls both.) If you have a plain ASB100, the PWMcontroller will simply not work (or maybe it will for you... it doesn't forme).Temperatures are measured and reported in degrees Celsius.Fan speeds are reported in RPM (rotations per minute). An alarm istriggered if the rotation speed has dropped below a programmable limit.Voltage sensors (also known as IN sensors) report values in volts.The VID lines encode the core voltage value: the voltage level yourprocessor should work with. This is hardcoded by the mainboard and/orprocessor itself. It is a value in volts.Alarms: (TODO question marks indicate may or may not work)0x0001 => in0 (?)0x0002 => in1 (?)0x0004 => in20x0008 => in30x0010 => temp1 (1)0x0020 => temp20x0040 => fan10x0080 => fan20x0100 => in40x0200 => in5 (?) (2)0x0400 => in6 (?) (2)0x0800 => fan30x1000 => chassis switch0x2000 => temp3Alarm Notes:(1) This alarm will only trigger if the hysteresis value is 127C.I.e. it behaves the same as w83781d.(2) The min and max registers for these values appear tobe read-only or otherwise stuck at 0x00.TODO:* Experiment with fan divisors > 8.* Experiment with temp. sensor types.* Are there really 13 voltage inputs? Probably not...* Cleanups, no doubt...
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -