aboutsummaryrefslogtreecommitdiff
path: root/src/superio/NSC/pc87360/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/NSC/pc87360/chip.h')
-rw-r--r--src/superio/NSC/pc87360/chip.h14
1 files changed, 5 insertions, 9 deletions
diff --git a/src/superio/NSC/pc87360/chip.h b/src/superio/NSC/pc87360/chip.h
index 55787566fc..9e0ef6f976 100644
--- a/src/superio/NSC/pc87360/chip.h
+++ b/src/superio/NSC/pc87360/chip.h
@@ -1,9 +1,3 @@
-#ifndef PNP_INDEX_REG
-#define PNP_INDEX_REG 0x15C
-#endif
-#ifndef PNP_DATA_REG
-#define PNP_DATA_REG 0x15D
-#endif
#ifndef SIO_COM1
#define SIO_COM1_BASE 0x3F8
#endif
@@ -13,8 +7,10 @@
extern struct chip_control superio_NSC_pc87360_control;
+#include <pc80/keyboard.h>
+#include <uart8250.h>
+
struct superio_NSC_pc87360_config {
- struct com_ports com1;
- struct lpt_ports lpt;
- int port;
+ struct uart8250 com1, com2;
+ struct pc_keyboard keyboard;
};