summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@openbios.org>2006-08-11 23:48:14 +0000
committerStefan Reinauer <stepan@openbios.org>2006-08-11 23:48:14 +0000
commit9d65e6ec02f459d539b605317a32bdaecb114117 (patch)
treeca688c7154b9972910334d199efaeb309c880195
parente5522c39c09a61770c4014b237d2c53c78535ea9 (diff)
downloadcoreboot-9d65e6ec02f459d539b605317a32bdaecb114117.tar.gz
coreboot-9d65e6ec02f459d539b605317a32bdaecb114117.tar.bz2
coreboot-9d65e6ec02f459d539b605317a32bdaecb114117.zip
cleanup patch from Uwe Hermann.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2375 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r--src/superio/NSC/pc8374/chip.h7
-rw-r--r--src/superio/NSC/pc87351/chip.h7
-rw-r--r--src/superio/NSC/pc87360/chip.h7
-rw-r--r--src/superio/NSC/pc87366/chip.h7
-rw-r--r--src/superio/NSC/pc87417/chip.h7
-rw-r--r--src/superio/NSC/pc87427/chip.h7
-rw-r--r--src/superio/NSC/pc97307/chip.h6
-rw-r--r--src/superio/NSC/pc97317/chip.h6
-rw-r--r--src/superio/smsc/lpc47b272/chip.h7
-rw-r--r--src/superio/smsc/lpc47b397/chip.h7
-rw-r--r--src/superio/smsc/lpc47n217/chip.h7
-rw-r--r--src/superio/winbond/w83627hf/chip.h7
-rw-r--r--src/superio/winbond/w83627thf/chip.h7
-rw-r--r--src/superio/winbond/w83977tf/chip.h7
14 files changed, 0 insertions, 96 deletions
diff --git a/src/superio/NSC/pc8374/chip.h b/src/superio/NSC/pc8374/chip.h
index d3c6c4452299..5b87bdba4b92 100644
--- a/src/superio/NSC/pc8374/chip.h
+++ b/src/superio/NSC/pc8374/chip.h
@@ -1,10 +1,3 @@
-#ifndef SIO_COM1
-#define SIO_COM1_BASE 0x3F8
-#endif
-#ifndef SIO_COM2
-#define SIO_COM2_BASE 0x2F8
-#endif
-
struct chip_operations;
extern struct chip_operations superio_NSC_pc8374_ops;
diff --git a/src/superio/NSC/pc87351/chip.h b/src/superio/NSC/pc87351/chip.h
index 6b62c5493dd9..1b9a578d72f4 100644
--- a/src/superio/NSC/pc87351/chip.h
+++ b/src/superio/NSC/pc87351/chip.h
@@ -1,10 +1,3 @@
-#ifndef SIO_COM1
-#define SIO_COM1_BASE 0x3F8
-#endif
-#ifndef SIO_COM2
-#define SIO_COM2_BASE 0x2F8
-#endif
-
struct chip_operations;
extern struct chip_operations superio_NSC_pc87351_ops;
diff --git a/src/superio/NSC/pc87360/chip.h b/src/superio/NSC/pc87360/chip.h
index 0a9846b1377b..37f544ea8ee1 100644
--- a/src/superio/NSC/pc87360/chip.h
+++ b/src/superio/NSC/pc87360/chip.h
@@ -1,10 +1,3 @@
-#ifndef SIO_COM1
-#define SIO_COM1_BASE 0x3F8
-#endif
-#ifndef SIO_COM2
-#define SIO_COM2_BASE 0x2F8
-#endif
-
struct chip_operations;
extern struct chip_operations superio_NSC_pc87360_ops;
diff --git a/src/superio/NSC/pc87366/chip.h b/src/superio/NSC/pc87366/chip.h
index b477a6f750c3..0a35863239ce 100644
--- a/src/superio/NSC/pc87366/chip.h
+++ b/src/superio/NSC/pc87366/chip.h
@@ -1,10 +1,3 @@
-#ifndef SIO_COM1
-#define SIO_COM1_BASE 0x3F8
-#endif
-#ifndef SIO_COM2
-#define SIO_COM2_BASE 0x2F8
-#endif
-
extern struct chip_operations superio_NSC_pc87366_ops;
#include <pc80/keyboard.h>
diff --git a/src/superio/NSC/pc87417/chip.h b/src/superio/NSC/pc87417/chip.h
index 65cc05135385..adae8eead381 100644
--- a/src/superio/NSC/pc87417/chip.h
+++ b/src/superio/NSC/pc87417/chip.h
@@ -1,10 +1,3 @@
-#ifndef SIO_COM1
-#define SIO_COM1_BASE 0x3F8
-#endif
-#ifndef SIO_COM2
-#define SIO_COM2_BASE 0x2F8
-#endif
-
extern struct chip_operations superio_NSC_pc87417_ops;
#include <pc80/keyboard.h>
diff --git a/src/superio/NSC/pc87427/chip.h b/src/superio/NSC/pc87427/chip.h
index ae4697159029..cfac26070c06 100644
--- a/src/superio/NSC/pc87427/chip.h
+++ b/src/superio/NSC/pc87427/chip.h
@@ -1,10 +1,3 @@
-#ifndef SIO_COM1
-#define SIO_COM1_BASE 0x3F8
-#endif
-#ifndef SIO_COM2
-#define SIO_COM2_BASE 0x2F8
-#endif
-
extern struct chip_operations superio_NSC_pc87427_ops;
#include <pc80/keyboard.h>
diff --git a/src/superio/NSC/pc97307/chip.h b/src/superio/NSC/pc97307/chip.h
index 63db6ba168a5..4bca987271bf 100644
--- a/src/superio/NSC/pc97307/chip.h
+++ b/src/superio/NSC/pc97307/chip.h
@@ -7,12 +7,6 @@
#ifndef PNP_DATA_REG
#define PNP_DATA_REG 0x15D
#endif
-#ifndef SIO_COM1
-#define SIO_COM1_BASE 0x3F8
-#endif
-#ifndef SIO_COM2
-#define SIO_COM2_BASE 0x2F8
-#endif
extern struct chip_operations superio_NSC_pc97307_ops;
diff --git a/src/superio/NSC/pc97317/chip.h b/src/superio/NSC/pc97317/chip.h
index a51a6d3378c4..10ad1cc4a752 100644
--- a/src/superio/NSC/pc97317/chip.h
+++ b/src/superio/NSC/pc97317/chip.h
@@ -7,12 +7,6 @@
#ifndef PNP_DATA_REG
#define PNP_DATA_REG 0x15D
#endif
-#ifndef SIO_COM1
-#define SIO_COM1_BASE 0x3F8
-#endif
-#ifndef SIO_COM2
-#define SIO_COM2_BASE 0x2F8
-#endif
extern struct chip_operations superio_NSC_pc97317_ops;
diff --git a/src/superio/smsc/lpc47b272/chip.h b/src/superio/smsc/lpc47b272/chip.h
index 5494cc136e77..74084d7b70c1 100644
--- a/src/superio/smsc/lpc47b272/chip.h
+++ b/src/superio/smsc/lpc47b272/chip.h
@@ -1,10 +1,3 @@
-#ifndef SIO_COM1
-#define SIO_COM1_BASE 0x3F8
-#endif
-#ifndef SIO_COM2
-#define SIO_COM2_BASE 0x2F8
-#endif
-
struct chip_operations;
extern struct chip_operations superio_smsc_lpc47b272_ops;
diff --git a/src/superio/smsc/lpc47b397/chip.h b/src/superio/smsc/lpc47b397/chip.h
index 452cef51cf52..4f6a06781f2f 100644
--- a/src/superio/smsc/lpc47b397/chip.h
+++ b/src/superio/smsc/lpc47b397/chip.h
@@ -1,10 +1,3 @@
-#ifndef SIO_COM1
-#define SIO_COM1_BASE 0x3F8
-#endif
-#ifndef SIO_COM2
-#define SIO_COM2_BASE 0x2F8
-#endif
-
struct chip_operations;
extern struct chip_operations superio_smsc_lpc47b397_ops;
diff --git a/src/superio/smsc/lpc47n217/chip.h b/src/superio/smsc/lpc47n217/chip.h
index 723c729656cb..abd7e461bfe5 100644
--- a/src/superio/smsc/lpc47n217/chip.h
+++ b/src/superio/smsc/lpc47n217/chip.h
@@ -1,10 +1,3 @@
-#ifndef SIO_COM1
-#define SIO_COM1_BASE 0x3F8
-#endif
-#ifndef SIO_COM2
-#define SIO_COM2_BASE 0x2F8
-#endif
-
struct chip_operations;
extern struct chip_operations superio_smsc_lpc47n217_ops;
diff --git a/src/superio/winbond/w83627hf/chip.h b/src/superio/winbond/w83627hf/chip.h
index 50a95a8880dd..7c2a573831ba 100644
--- a/src/superio/winbond/w83627hf/chip.h
+++ b/src/superio/winbond/w83627hf/chip.h
@@ -1,10 +1,3 @@
-#ifndef SIO_COM1
-#define SIO_COM1_BASE 0x3F8
-#endif
-#ifndef SIO_COM2
-#define SIO_COM2_BASE 0x2F8
-#endif
-
extern struct chip_operations superio_winbond_w83627hf_ops;
#include <pc80/keyboard.h>
diff --git a/src/superio/winbond/w83627thf/chip.h b/src/superio/winbond/w83627thf/chip.h
index a327121db42a..52864fe04c13 100644
--- a/src/superio/winbond/w83627thf/chip.h
+++ b/src/superio/winbond/w83627thf/chip.h
@@ -1,10 +1,3 @@
-#ifndef SIO_COM1
-#define SIO_COM1_BASE 0x3F8
-#endif
-#ifndef SIO_COM2
-#define SIO_COM2_BASE 0x2F8
-#endif
-
extern struct chip_operations superio_winbond_w83627thf_ops;
#include <pc80/keyboard.h>
diff --git a/src/superio/winbond/w83977tf/chip.h b/src/superio/winbond/w83977tf/chip.h
index e3bf5bec6d04..53118e517e98 100644
--- a/src/superio/winbond/w83977tf/chip.h
+++ b/src/superio/winbond/w83977tf/chip.h
@@ -1,10 +1,3 @@
-#ifndef SIO_COM1
-#define SIO_COM1_BASE 0x3F8
-#endif
-#ifndef SIO_COM2
-#define SIO_COM2_BASE 0x2F8
-#endif
-
extern struct chip_operations superio_winbond_w83977tf_ops;
#include <pc80/keyboard.h>