Use the canonical name of the vendors/devices and the

same format for all CHIP_NAME() entries in LinuxBIOS (Closes #20).

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



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2490 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Uwe Hermann
2006-11-05 18:50:49 +00:00
parent bdb50fe40a
commit a7aa29b943
110 changed files with 111 additions and 111 deletions

View File

@@ -75,7 +75,7 @@ static void enable_dev(struct device *dev)
}
struct chip_operations superio_ite_it8661f_ops = {
CHIP_NAME("ITE it8661f")
CHIP_NAME("ITE IT8661F Super I/O")
.enable_dev = enable_dev,
};

View File

@@ -79,7 +79,7 @@ static void enable_dev(struct device *dev)
}
struct chip_operations superio_ite_it8671f_ops = {
CHIP_NAME("ITE it8671f")
CHIP_NAME("ITE IT8671F Super I/O")
.enable_dev = enable_dev,
};

View File

@@ -81,7 +81,7 @@ static void enable_dev(struct device *dev)
}
struct chip_operations superio_ite_it8673f_ops = {
CHIP_NAME("ITE it8673f")
CHIP_NAME("ITE IT8673F Super I/O")
.enable_dev = enable_dev,
};

View File

@@ -82,7 +82,7 @@ static void enable_dev(struct device *dev)
}
struct chip_operations superio_ite_it8705f_ops = {
CHIP_NAME("ITE it8705f")
CHIP_NAME("ITE IT8705F Super I/O")
.enable_dev = enable_dev,
};

View File

@@ -87,7 +87,7 @@ static void enable_dev(struct device *dev)
}
struct chip_operations superio_ite_it8712f_ops = {
CHIP_NAME("ITE it8712f")
CHIP_NAME("ITE IT8712F Super I/O")
.enable_dev = enable_dev,
};

View File

@@ -87,7 +87,7 @@ static void enable_dev(struct device *dev)
}
struct chip_operations superio_ite_it8716f_ops = {
CHIP_NAME("ITE it8716f")
CHIP_NAME("ITE IT8716F Super I/O")
.enable_dev = enable_dev,
};

View File

@@ -83,7 +83,7 @@ static void enable_dev(struct device *dev)
}
struct chip_operations superio_ite_it8718f_ops = {
CHIP_NAME("ITE it8718f")
CHIP_NAME("ITE IT8718F Super I/O")
.enable_dev = enable_dev,
};