summaryrefslogtreecommitdiff
path: root/usr/src
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src')
-rw-r--r--usr/src/uts/sparc/io/consplat.c21
1 files changed, 16 insertions, 5 deletions
diff --git a/usr/src/uts/sparc/io/consplat.c b/usr/src/uts/sparc/io/consplat.c
index 6ca09e0b3a..41b3aaa117 100644
--- a/usr/src/uts/sparc/io/consplat.c
+++ b/usr/src/uts/sparc/io/consplat.c
@@ -24,7 +24,9 @@
* Use is subject to license terms.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
+/*
+ * Copyright 2019 Peter Tribble.
+ */
/*
* isa-specific console configuration routines
@@ -112,10 +114,10 @@ plat_fbpath(void)
char *
plat_mousepath(void)
{
- static char *mousepath = NULL;
- static char buf[MAXPATHLEN];
- char *path, *p, *q;
- major_t zs_major, kb_major;
+ static char *mousepath = NULL;
+ static char buf[MAXPATHLEN];
+ char *path, *p, *q;
+ major_t zs_major, kb_major;
if (mousepath != NULL)
return (mousepath);
@@ -196,6 +198,15 @@ plat_stdoutpath(void)
return (outpath);
}
+/*
+ * stub definition for consconfig_dacf
+ */
+char *
+plat_diagpath(void)
+{
+ return (NULL);
+}
+
int
plat_stdin_is_keyboard(void)
{