cleanup patch from Uwe Hermann.
authorStefan Reinauer <stepan@openbios.org>
Fri, 11 Aug 2006 23:48:14 +0000 (23:48 +0000)
committerStefan Reinauer <stepan@openbios.org>
Fri, 11 Aug 2006 23:48:14 +0000 (23:48 +0000)
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2375 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

14 files changed:
src/superio/NSC/pc8374/chip.h
src/superio/NSC/pc87351/chip.h
src/superio/NSC/pc87360/chip.h
src/superio/NSC/pc87366/chip.h
src/superio/NSC/pc87417/chip.h
src/superio/NSC/pc87427/chip.h
src/superio/NSC/pc97307/chip.h
src/superio/NSC/pc97317/chip.h
src/superio/smsc/lpc47b272/chip.h
src/superio/smsc/lpc47b397/chip.h
src/superio/smsc/lpc47n217/chip.h
src/superio/winbond/w83627hf/chip.h
src/superio/winbond/w83627thf/chip.h
src/superio/winbond/w83977tf/chip.h

index d3c6c44522995bb6747e52bffa49436a32b38e85..5b87bdba4b92ab0c6d8d33b7ff3a09b9f24a77b5 100644 (file)
@@ -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;
 
index 6b62c5493dd91b15559f5945991978698a2a707e..1b9a578d72f4f08a72b12964c299faf9c6665a99 100644 (file)
@@ -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;
 
index 0a9846b1377b8a953330b49fff5662fc6fa71d89..37f544ea8ee1d84cd69470c13293ca7f0b21f45a 100644 (file)
@@ -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;
 
index b477a6f750c378e6b6a2c06f428f9bc523140b0b..0a35863239ce85539653f660145eb43969a42b80 100644 (file)
@@ -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>
index 65cc05135385e6d8d3f10db51fca9719956b6b40..adae8eead3812fb6fb4172d02c184152b89314f8 100644 (file)
@@ -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>
index ae469715902990a29127c6ba85e3866146a024cf..cfac26070c0643ebb174c175aa8da9d460b24a19 100644 (file)
@@ -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>
index 63db6ba168a5ac3102f3a0e392c10bfd08310167..4bca987271bfe201d04f282880528d50f5721d16 100644 (file)
@@ -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;
 
index a51a6d3378c4911aea21202024133c5984633ea2..10ad1cc4a7526fc4725343fd1d10a98cff59aa9d 100644 (file)
@@ -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;
 
index 5494cc136e77e4551abf598635cedf4a67617b85..74084d7b70c1095bcbdbd2f2b0525bd4bb09d336 100644 (file)
@@ -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;
 
index 452cef51cf5268089626e8a7b510971195830327..4f6a06781f2f2ebbac4781482729fe3ce8908358 100644 (file)
@@ -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;
 
index 723c729656cbb02f4aca3cfd07ed1b9bfc90f159..abd7e461bfe54018206b02abe08ef1412fb30229 100644 (file)
@@ -1,10 +1,3 @@
-#ifndef SIO_COM1\r
-#define SIO_COM1_BASE   0x3F8\r
-#endif\r
-#ifndef SIO_COM2\r
-#define SIO_COM2_BASE   0x2F8\r
-#endif\r
-\r
 struct chip_operations;\r
 extern struct chip_operations superio_smsc_lpc47n217_ops;\r
 \r
index 50a95a8880dddf0fae3555cafbf188963633f50c..7c2a573831bab482377baa1a657bf4c4dfc85e04 100644 (file)
@@ -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>
index a327121db42aa6a71064e5267aab26ce6bfb3446..52864fe04c1319936e993fce1d521dc6ce459aec 100644 (file)
@@ -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>
index e3bf5bec6d049c7435fdb057d10ffe02722b9d7a..53118e517e9872b35599c6fa971b09f15bfab95f 100644 (file)
@@ -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>