summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/isa
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2010-04-26 18:49:06 +0000
committermarius <marius@FreeBSD.org>2010-04-26 18:49:06 +0000
commit7472416ca30e3ef11e534f03e85f1023a6c7f16e (patch)
tree1f8e26aad96c7161d73a0ab96c92b922ee7e8fa7 /sys/sparc64/isa
parentf5c771bcc8c86de42c657d576e93960146609a32 (diff)
downloadFreeBSD-src-7472416ca30e3ef11e534f03e85f1023a6c7f16e.zip
FreeBSD-src-7472416ca30e3ef11e534f03e85f1023a6c7f16e.tar.gz
- Add a missing const.
- Map the NS16550 found in Fujitsu Siemens PRIMEPOWER250 to PNP0501 as well.
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 724b4a8..9159cda 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 */
OpenPOWER on IntegriCloud