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