Author: stepan Date: 2006-08-12 01:48:14 +0200 (Sat, 12 Aug 2006) New Revision: 2375
Modified: trunk/LinuxBIOSv2/src/superio/NSC/pc8374/chip.h trunk/LinuxBIOSv2/src/superio/NSC/pc87351/chip.h trunk/LinuxBIOSv2/src/superio/NSC/pc87360/chip.h trunk/LinuxBIOSv2/src/superio/NSC/pc87366/chip.h trunk/LinuxBIOSv2/src/superio/NSC/pc87417/chip.h trunk/LinuxBIOSv2/src/superio/NSC/pc87427/chip.h trunk/LinuxBIOSv2/src/superio/NSC/pc97307/chip.h trunk/LinuxBIOSv2/src/superio/NSC/pc97317/chip.h trunk/LinuxBIOSv2/src/superio/smsc/lpc47b272/chip.h trunk/LinuxBIOSv2/src/superio/smsc/lpc47b397/chip.h trunk/LinuxBIOSv2/src/superio/smsc/lpc47n217/chip.h trunk/LinuxBIOSv2/src/superio/winbond/w83627hf/chip.h trunk/LinuxBIOSv2/src/superio/winbond/w83627thf/chip.h trunk/LinuxBIOSv2/src/superio/winbond/w83977tf/chip.h Log: cleanup patch from Uwe Hermann.
Modified: trunk/LinuxBIOSv2/src/superio/NSC/pc8374/chip.h =================================================================== --- trunk/LinuxBIOSv2/src/superio/NSC/pc8374/chip.h 2006-08-11 08:15:19 UTC (rev 2374) +++ trunk/LinuxBIOSv2/src/superio/NSC/pc8374/chip.h 2006-08-11 23:48:14 UTC (rev 2375) @@ -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;
Modified: trunk/LinuxBIOSv2/src/superio/NSC/pc87351/chip.h =================================================================== --- trunk/LinuxBIOSv2/src/superio/NSC/pc87351/chip.h 2006-08-11 08:15:19 UTC (rev 2374) +++ trunk/LinuxBIOSv2/src/superio/NSC/pc87351/chip.h 2006-08-11 23:48:14 UTC (rev 2375) @@ -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;
Modified: trunk/LinuxBIOSv2/src/superio/NSC/pc87360/chip.h =================================================================== --- trunk/LinuxBIOSv2/src/superio/NSC/pc87360/chip.h 2006-08-11 08:15:19 UTC (rev 2374) +++ trunk/LinuxBIOSv2/src/superio/NSC/pc87360/chip.h 2006-08-11 23:48:14 UTC (rev 2375) @@ -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;
Modified: trunk/LinuxBIOSv2/src/superio/NSC/pc87366/chip.h =================================================================== --- trunk/LinuxBIOSv2/src/superio/NSC/pc87366/chip.h 2006-08-11 08:15:19 UTC (rev 2374) +++ trunk/LinuxBIOSv2/src/superio/NSC/pc87366/chip.h 2006-08-11 23:48:14 UTC (rev 2375) @@ -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>
Modified: trunk/LinuxBIOSv2/src/superio/NSC/pc87417/chip.h =================================================================== --- trunk/LinuxBIOSv2/src/superio/NSC/pc87417/chip.h 2006-08-11 08:15:19 UTC (rev 2374) +++ trunk/LinuxBIOSv2/src/superio/NSC/pc87417/chip.h 2006-08-11 23:48:14 UTC (rev 2375) @@ -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>
Modified: trunk/LinuxBIOSv2/src/superio/NSC/pc87427/chip.h =================================================================== --- trunk/LinuxBIOSv2/src/superio/NSC/pc87427/chip.h 2006-08-11 08:15:19 UTC (rev 2374) +++ trunk/LinuxBIOSv2/src/superio/NSC/pc87427/chip.h 2006-08-11 23:48:14 UTC (rev 2375) @@ -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>
Modified: trunk/LinuxBIOSv2/src/superio/NSC/pc97307/chip.h =================================================================== --- trunk/LinuxBIOSv2/src/superio/NSC/pc97307/chip.h 2006-08-11 08:15:19 UTC (rev 2374) +++ trunk/LinuxBIOSv2/src/superio/NSC/pc97307/chip.h 2006-08-11 23:48:14 UTC (rev 2375) @@ -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;
Modified: trunk/LinuxBIOSv2/src/superio/NSC/pc97317/chip.h =================================================================== --- trunk/LinuxBIOSv2/src/superio/NSC/pc97317/chip.h 2006-08-11 08:15:19 UTC (rev 2374) +++ trunk/LinuxBIOSv2/src/superio/NSC/pc97317/chip.h 2006-08-11 23:48:14 UTC (rev 2375) @@ -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;
Modified: trunk/LinuxBIOSv2/src/superio/smsc/lpc47b272/chip.h =================================================================== --- trunk/LinuxBIOSv2/src/superio/smsc/lpc47b272/chip.h 2006-08-11 08:15:19 UTC (rev 2374) +++ trunk/LinuxBIOSv2/src/superio/smsc/lpc47b272/chip.h 2006-08-11 23:48:14 UTC (rev 2375) @@ -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;
Modified: trunk/LinuxBIOSv2/src/superio/smsc/lpc47b397/chip.h =================================================================== --- trunk/LinuxBIOSv2/src/superio/smsc/lpc47b397/chip.h 2006-08-11 08:15:19 UTC (rev 2374) +++ trunk/LinuxBIOSv2/src/superio/smsc/lpc47b397/chip.h 2006-08-11 23:48:14 UTC (rev 2375) @@ -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;
Modified: trunk/LinuxBIOSv2/src/superio/smsc/lpc47n217/chip.h =================================================================== --- trunk/LinuxBIOSv2/src/superio/smsc/lpc47n217/chip.h 2006-08-11 08:15:19 UTC (rev 2374) +++ trunk/LinuxBIOSv2/src/superio/smsc/lpc47n217/chip.h 2006-08-11 23:48:14 UTC (rev 2375) @@ -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;
Modified: trunk/LinuxBIOSv2/src/superio/winbond/w83627hf/chip.h =================================================================== --- trunk/LinuxBIOSv2/src/superio/winbond/w83627hf/chip.h 2006-08-11 08:15:19 UTC (rev 2374) +++ trunk/LinuxBIOSv2/src/superio/winbond/w83627hf/chip.h 2006-08-11 23:48:14 UTC (rev 2375) @@ -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>
Modified: trunk/LinuxBIOSv2/src/superio/winbond/w83627thf/chip.h =================================================================== --- trunk/LinuxBIOSv2/src/superio/winbond/w83627thf/chip.h 2006-08-11 08:15:19 UTC (rev 2374) +++ trunk/LinuxBIOSv2/src/superio/winbond/w83627thf/chip.h 2006-08-11 23:48:14 UTC (rev 2375) @@ -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>
Modified: trunk/LinuxBIOSv2/src/superio/winbond/w83977tf/chip.h =================================================================== --- trunk/LinuxBIOSv2/src/superio/winbond/w83977tf/chip.h 2006-08-11 08:15:19 UTC (rev 2374) +++ trunk/LinuxBIOSv2/src/superio/winbond/w83977tf/chip.h 2006-08-11 23:48:14 UTC (rev 2375) @@ -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>