Uwe Hermann wrote:
+struct chip_operations; +extern struct chip_operations superio_fintek_f71805f_ops;
+#include <pc80/keyboard.h> +#include <uart8250.h>
+struct superio_fintek_f71805f_config {
- struct uart8250 com1, com2;
Does the chip have keyboard support? If so, you can add struct pc_keyboard keyboard; here.
Nope, there's no keyboard controller on the fintek, that's handled by the southbridge (I removed the unneeded #include). All other issues are taken care of, fixed patch attached.
Signed-off-by: Corey Osgood corey_osgood@verizon.net