Go to the documentation of this file.
9 #include <linux/kernel.h>
11 #include <linux/screen_info.h>
17 #include <asm/setup.h>
23 #define CFG_PORT 0x370
24 #define INDEX_PORT (CFG_PORT)
25 #define DATA_PORT (CFG_PORT + 1)
27 static int __init cats_hw_init(
void)
29 if (machine_is_cats()) {