Superiotool: Difference between revisions
Jump to navigation
Jump to search
(→Supported devices: Add missing devices.) |
|||
Line 25: | Line 25: | ||
| style="background:lime" | Yes | | style="background:lime" | Yes | ||
| style="background:lime" | Yes | | style="background:lime" | Yes | ||
| — | |||
| — | |||
|- bgcolor="#eeeeee" valign="top" | |||
| ALi | |||
| M512x | |||
| style="background:lime" | Yes | |||
| style="background:red" | No | |||
| — | | — | ||
| — | | — | ||
Line 240: | Line 247: | ||
! align="left" | LB<sup>2</sup> | ! align="left" | LB<sup>2</sup> | ||
|- bgcolor="#dddddd" valign="top" | |||
| SMSC | |||
| FDC37C93xFR | |||
| style="background:lime" | Yes | |||
| style="background:red" | No | |||
| — | |||
| — | |||
|- bgcolor="#dddddd" valign="top" | |||
| SMSC | |||
| FDC37N971 | |||
| style="background:lime" | Yes | |||
| style="background:red" | No | |||
| — | |||
| — | |||
|- bgcolor="#dddddd" valign="top" | |||
| SMSC | |||
| FDC37N972 | |||
| style="background:lime" | Yes | |||
| style="background:red" | No | |||
| — | |||
| — | |||
|- bgcolor="#dddddd" valign="top" | |- bgcolor="#dddddd" valign="top" | ||
| SMSC | | SMSC | ||
Line 250: | Line 278: | ||
| SMSC | | SMSC | ||
| LPC47M172 | | LPC47M172 | ||
| style="background:lime" | Yes | |||
| style="background:red" | No | |||
| — | |||
| — | |||
|- bgcolor="#dddddd" valign="top" | |||
| SMSC | |||
| FDC37C93xAPM | |||
| style="background:lime" | Yes | | style="background:lime" | Yes | ||
| style="background:red" | No | | style="background:red" | No | ||
Line 274: | Line 309: | ||
| style="background:lime" | Yes | | style="background:lime" | Yes | ||
| [http://www.linuxbios.org/pipermail/linuxbios/2007-November/027036.html 1] | | [http://www.linuxbios.org/pipermail/linuxbios/2007-November/027036.html 1] | ||
| — | |||
|- bgcolor="#dddddd" valign="top" | |||
| SMSC | |||
| FDC37B77x | |||
| style="background:lime" | Yes | |||
| style="background:red" | No | |||
| — | |||
| — | | — | ||
|- bgcolor="#dddddd" valign="top" | |- bgcolor="#dddddd" valign="top" | ||
Line 474: | Line 516: | ||
| SMSC | | SMSC | ||
| FDC37C669FR | | FDC37C669FR | ||
| style="background:lime" | Yes | |||
| style="background:red" | No | |||
| — | |||
| — | |||
|- bgcolor="#dddddd" valign="top" | |||
| SMSC | |||
| LPC47N237 | |||
| style="background:lime" | Yes | | style="background:lime" | Yes | ||
| style="background:red" | No | | style="background:red" | No | ||
Line 484: | Line 533: | ||
| style="background:lime" | Yes | | style="background:lime" | Yes | ||
| [http://www.linuxbios.org/pipermail/linuxbios/2007-September/024883.html 1] | | [http://www.linuxbios.org/pipermail/linuxbios/2007-September/024883.html 1] | ||
| — | |||
|- bgcolor="#dddddd" valign="top" | |||
| SMSC | |||
| FDC37N3869/FDC37N869 | |||
| style="background:lime" | Yes | |||
| style="background:red" | No | |||
| — | |||
| — | | — | ||
|- bgcolor="#dddddd" valign="top" | |- bgcolor="#dddddd" valign="top" |
Revision as of 02:07, 23 November 2007
Superiotool is a GPL'd user-space helper tool for LinuxBIOS development purposes (but may also be useful for other things). It allows you to detect which Super I/O you have on your mainboard, and it can provide detailed information about the register contents of the Super I/O.
-
ITE IT8705F
-
Winbond W83977EF
Supported devices
|
|
|
1 Previosly National Semiconductor, now bought by Winbond.
2 Register dump output from a running LinuxBIOS system (vs. proprietary BIOS).
Installation
Manual installation
$ svn co svn://linuxbios.org/repos/trunk/util/superiotool $ cd superiotool $ make $ sudo make install
Debian
$ apt-get install superiotool
Usage
Probe/detect the Super I/O in your mainboard:
$ superiotool
Register dump as table of hex-values (if the Super I/O is detected):
$ superiotool -d
Please see the README for further information.
This work is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or any later version. This work is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. |