aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64/isa
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2010-04-26 18:49:06 +0000
committerMarius Strobl <marius@FreeBSD.org>2010-04-26 18:49:06 +0000
commitcbafc5aff6932a818d3ad7084052173848a0db2c (patch)
tree1f8e26aad96c7161d73a0ab96c92b922ee7e8fa7 /sys/sparc64/isa
parent239bcd023794f3c1e4849bb3021dccff3295102b (diff)
Notes
Diffstat (limited to 'sys/sparc64/isa')
-rw-r--r--sys/sparc64/isa/isa.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sparc64/isa/isa.c b/sys/sparc64/isa/isa.c
index 724b4a81f5d8..9159cdac9420 100644
--- a/sys/sparc64/isa/isa.c
+++ b/sys/sparc64/isa/isa.c
@@ -116,7 +116,7 @@ isa_init(device_t dev)
}
static const struct {
- const char *name;
+ const char *const name;
uint32_t id;
} const ofw_isa_pnp_map[] = {
{ "SUNW,lomh", 0x0000ae4e }, /* SUN0000 */
@@ -126,6 +126,7 @@ static const struct {
{ "flashprom", 0x0100ae4e }, /* SUN0001 */
{ "parallel", 0x0104d041 }, /* PNP0401 */
{ "serial", 0x0105d041 }, /* PNP0501 */
+ { "su", 0x0105d041 }, /* PNP0501 */
{ "i2c", 0x0200ae4e }, /* SUN0002 */
{ "rmc-comm", 0x0300ae4e }, /* SUN0003 */
{ "kb_ps2", 0x0303d041 }, /* PNP0303 */