diff options
author | Stefan Reinauer <stepan@openbios.org> | 2006-08-11 23:48:14 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2006-08-11 23:48:14 +0000 |
commit | 9d65e6ec02f459d539b605317a32bdaecb114117 (patch) | |
tree | ca688c7154b9972910334d199efaeb309c880195 /src/superio/NSC | |
parent | e5522c39c09a61770c4014b237d2c53c78535ea9 (diff) |
cleanup patch from Uwe Hermann.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2375 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/superio/NSC')
-rw-r--r-- | src/superio/NSC/pc8374/chip.h | 7 | ||||
-rw-r--r-- | src/superio/NSC/pc87351/chip.h | 7 | ||||
-rw-r--r-- | src/superio/NSC/pc87360/chip.h | 7 | ||||
-rw-r--r-- | src/superio/NSC/pc87366/chip.h | 7 | ||||
-rw-r--r-- | src/superio/NSC/pc87417/chip.h | 7 | ||||
-rw-r--r-- | src/superio/NSC/pc87427/chip.h | 7 | ||||
-rw-r--r-- | src/superio/NSC/pc97307/chip.h | 6 | ||||
-rw-r--r-- | src/superio/NSC/pc97317/chip.h | 6 |
8 files changed, 0 insertions, 54 deletions
diff --git a/src/superio/NSC/pc8374/chip.h b/src/superio/NSC/pc8374/chip.h index d3c6c44522..5b87bdba4b 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 6b62c5493d..1b9a578d72 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 0a9846b137..37f544ea8e 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 b477a6f750..0a35863239 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 65cc051353..adae8eead3 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 ae46971590..cfac26070c 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 63db6ba168..4bca987271 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 a51a6d3378..10ad1cc4a7 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; |