Dear LinuxBIOS readers!
This is the automated build check service of LinuxBIOS.
The developer "uwe" checked in revision 2584 to the LinuxBIOS source repository and caused the following changes:
Change Log: Fix typo, add datasheet info, minor cosmetic fixes (trivial).
Signed-off-by: Uwe Hermann uwe@hermann-uwe.de Acked-by: Uwe Hermann uwe@hermann-uwe.de
Build Log: Compilation of gigabyte:m57sli is still broken Configuration of msi:ms9282 is still broken Compilation of nvidia:l1_2pvv is still broken Compilation of supermicro:h8dmr is still broken Compilation of tyan:s2912 is still broken
If something broke during this checkin please be a pain in uwe's neck until the issue is fixed.
If this issue is not fixed within 24h the revision will be backed out.
Yours truely, LinuxBIOS automatic build system
LinuxBIOS information wrote:
Change Log: Fix typo, add datasheet info, minor cosmetic fixes (trivial).
Whoops. All that info was in superio.c, which I didn't put in the patch because it's waiting for testing and cleanup. Also this:
+#define F71805F_FDC 0x00 /* Floppy */ +#define F71805F_SP1 0x01 /* UART1 */ +#define F71805F_SP2 0x02 /* UART2 */ +#define F71805F_PP 0x03 /* Parallel Port */ +#define F71805F_HWM 0x04 /* Hardware Monitor */ +#define F71805F_GPIO 0x06 /* General Purpose I/O (GPIO) */ +#define F71805F_PME 0x0a /* Power Management Events (PME) */
I'll fix when I finish it, so don't worry about it. I'm not quite sure why I used tabs for half of them and spaces for the other half, but it doesn't even show up when viewed in the files.
-Corey
On Thu, Apr 05, 2007 at 11:23:52PM -0400, Corey Osgood wrote:
+#define F71805F_FDC 0x00 /* Floppy */ +#define F71805F_SP1 0x01 /* UART1 */ +#define F71805F_SP2 0x02 /* UART2 */ +#define F71805F_PP 0x03 /* Parallel Port */ +#define F71805F_HWM 0x04 /* Hardware Monitor */ +#define F71805F_GPIO 0x06 /* General Purpose I/O (GPIO) */ +#define F71805F_PME 0x0a /* Power Management Events (PME) */
I'll fix when I finish it, so don't worry about it. I'm not quite sure why I used tabs for half of them and spaces for the other half, but it doesn't even show up when viewed in the files.
No problem, the file is fine. The whitespace is only broken in the generated diff somehow...
Uwe.