Change all occurences of NSC to nsc in the code. The next commit

will then rename the src/superio/NSC directory to src/superio/nsc.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>




git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2472 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Uwe Hermann
2006-10-24 23:00:42 +00:00
parent f327e655ce
commit d86417bfa3
43 changed files with 62 additions and 62 deletions

View File

@@ -1,10 +1,10 @@
struct chip_operations;
extern struct chip_operations superio_NSC_pc8374_ops;
extern struct chip_operations superio_nsc_pc8374_ops;
#include <pc80/keyboard.h>
#include <uart8250.h>
struct superio_NSC_pc8374_config {
struct superio_nsc_pc8374_config {
struct uart8250 com1, com2;
struct pc_keyboard keyboard;
};

View File

@@ -15,7 +15,7 @@
static void init(device_t dev)
{
struct superio_NSC_pc8374_config *conf;
struct superio_nsc_pc8374_config *conf;
struct resource *res0, *res1;
/* Wishlist handle well known programming interfaces more
* generically.
@@ -67,7 +67,7 @@ static void enable_dev(struct device *dev)
sizeof(pnp_dev_info)/sizeof(pnp_dev_info[0]), pnp_dev_info);
}
struct chip_operations superio_NSC_pc8374_ops = {
struct chip_operations superio_nsc_pc8374_ops = {
CHIP_NAME("NSC 8374")
.enable_dev = enable_dev,
};

View File

@@ -1,10 +1,10 @@
struct chip_operations;
extern struct chip_operations superio_NSC_pc87351_ops;
extern struct chip_operations superio_nsc_pc87351_ops;
#include <pc80/keyboard.h>
#include <uart8250.h>
struct superio_NSC_pc87351_config {
struct superio_nsc_pc87351_config {
struct uart8250 com1, com2;
struct pc_keyboard keyboard;
};

View File

@@ -21,7 +21,7 @@
static void init(device_t dev)
{
struct superio_NSC_pc87351_config *conf;
struct superio_nsc_pc87351_config *conf;
struct resource *res0, *res1;
/* Wishlist handle well known programming interfaces more
* generically.
@@ -74,7 +74,7 @@ static void enable_dev(struct device *dev)
sizeof(pnp_dev_info)/sizeof(pnp_dev_info[0]), pnp_dev_info);
}
struct chip_operations superio_NSC_pc87351_ops = {
struct chip_operations superio_nsc_pc87351_ops = {
CHIP_NAME("NSC 87351")
.enable_dev = enable_dev,
};

View File

@@ -1,10 +1,10 @@
struct chip_operations;
extern struct chip_operations superio_NSC_pc87360_ops;
extern struct chip_operations superio_nsc_pc87360_ops;
#include <pc80/keyboard.h>
#include <uart8250.h>
struct superio_NSC_pc87360_config {
struct superio_nsc_pc87360_config {
struct uart8250 com1, com2;
struct pc_keyboard keyboard;
};

View File

@@ -15,7 +15,7 @@
static void init(device_t dev)
{
struct superio_NSC_pc87360_config *conf;
struct superio_nsc_pc87360_config *conf;
struct resource *res0, *res1;
/* Wishlist handle well known programming interfaces more
* generically.
@@ -70,7 +70,7 @@ static void enable_dev(struct device *dev)
sizeof(pnp_dev_info)/sizeof(pnp_dev_info[0]), pnp_dev_info);
}
struct chip_operations superio_NSC_pc87360_ops = {
struct chip_operations superio_nsc_pc87360_ops = {
CHIP_NAME("NSC 87360")
.enable_dev = enable_dev,
};

View File

@@ -1,9 +1,9 @@
extern struct chip_operations superio_NSC_pc87366_ops;
extern struct chip_operations superio_nsc_pc87366_ops;
#include <pc80/keyboard.h>
#include <uart8250.h>
struct superio_NSC_pc87366_config {
struct superio_nsc_pc87366_config {
struct uart8250 com1, com2;
struct pc_keyboard keyboard;
};

View File

@@ -15,7 +15,7 @@
static void init(device_t dev)
{
struct superio_NSC_pc87366_config *conf;
struct superio_nsc_pc87366_config *conf;
struct resource *res0, *res1;
/* Wishlist handle well known programming interfaces more
* generically.
@@ -70,7 +70,7 @@ static void enable_dev(struct device *dev)
sizeof(pnp_dev_info)/sizeof(pnp_dev_info[0]), pnp_dev_info);
}
struct chip_operations superio_NSC_pc87366_ops = {
struct chip_operations superio_nsc_pc87366_ops = {
CHIP_NAME("NSC 87366")
.enable_dev = enable_dev,
};

View File

@@ -1,9 +1,9 @@
extern struct chip_operations superio_NSC_pc87417_ops;
extern struct chip_operations superio_nsc_pc87417_ops;
#include <pc80/keyboard.h>
#include <uart8250.h>
struct superio_NSC_pc87417_config {
struct superio_nsc_pc87417_config {
struct uart8250 com1, com2;
struct pc_keyboard keyboard;
};

View File

@@ -17,7 +17,7 @@
static void init(device_t dev)
{
struct superio_NSC_pc87417_config *conf;
struct superio_nsc_pc87417_config *conf;
struct resource *res0, *res1;
/* Wishlist handle well known programming interfaces more
* generically.
@@ -71,7 +71,7 @@ static void enable_dev(struct device *dev)
sizeof(pnp_dev_info)/sizeof(pnp_dev_info[0]), pnp_dev_info);
}
struct chip_operations superio_NSC_pc87417_ops = {
struct chip_operations superio_nsc_pc87417_ops = {
CHIP_NAME("NSC pc87417")
.enable_dev = enable_dev,
};

View File

@@ -1,9 +1,9 @@
extern struct chip_operations superio_NSC_pc87427_ops;
extern struct chip_operations superio_nsc_pc87427_ops;
#include <pc80/keyboard.h>
#include <uart8250.h>
struct superio_NSC_pc87427_config {
struct superio_nsc_pc87427_config {
struct uart8250 com1, com2;
struct pc_keyboard keyboard;
};

View File

@@ -14,7 +14,7 @@
static void init(device_t dev)
{
struct superio_NSC_pc87427_config *conf;
struct superio_nsc_pc87427_config *conf;
struct resource *res0, *res1;
/* Wishlist handle well known programming interfaces more
* generically.
@@ -71,7 +71,7 @@ static void enable_dev(struct device *dev)
sizeof(pnp_dev_info)/sizeof(pnp_dev_info[0]), pnp_dev_info);
}
struct chip_operations superio_NSC_pc87427_ops = {
struct chip_operations superio_nsc_pc87427_ops = {
CHIP_NAME("NSC 87427")
.enable_dev = enable_dev,
};

View File

@@ -8,12 +8,12 @@
#define PNP_DATA_REG 0x15D
#endif
extern struct chip_operations superio_NSC_pc97307_ops;
extern struct chip_operations superio_nsc_pc97307_ops;
#include <pc80/keyboard.h>
#include <uart8250.h>
struct superio_NSC_pc97307_config {
struct superio_nsc_pc97307_config {
struct uart8250 com1, com2;
struct pc_keyboard keyboard;
};

View File

@@ -10,7 +10,7 @@
static void init(device_t dev)
{
struct superio_NSC_pc97307_config *conf;
struct superio_nsc_pc97307_config *conf;
struct resource *res0, *res1;
if (!dev->enabled) {
@@ -82,7 +82,7 @@ static void enable_dev(struct device *dev)
sizeof(pnp_dev_info)/sizeof(pnp_dev_info[0]), pnp_dev_info);
}
struct chip_operations superio_NSC_pc97307_ops = {
struct chip_operations superio_nsc_pc97307_ops = {
CHIP_NAME("NSC 97307")
.enable_dev = enable_dev,
};

View File

@@ -8,12 +8,12 @@
#define PNP_DATA_REG 0x15D
#endif
extern struct chip_operations superio_NSC_pc97317_ops;
extern struct chip_operations superio_nsc_pc97317_ops;
#include <pc80/keyboard.h>
#include <uart8250.h>
struct superio_NSC_pc97317_config {
struct superio_nsc_pc97317_config {
struct uart8250 com1, com2;
struct pc_keyboard keyboard;
};

View File

@@ -10,7 +10,7 @@
static void init(device_t dev)
{
struct superio_NSC_pc97317_config *conf;
struct superio_nsc_pc97317_config *conf;
struct resource *res0, *res1;
if (!dev->enabled) {
@@ -84,7 +84,7 @@ static void enable_dev(struct device *dev)
sizeof(pnp_dev_info)/sizeof(pnp_dev_info[0]), pnp_dev_info);
}
struct chip_operations superio_NSC_pc97317_ops = {
struct chip_operations superio_nsc_pc97317_ops = {
CHIP_NAME("NSC 97317")
.enable_dev = enable_dev,
};