aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ofw
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2009-05-29 06:41:23 +0000
committerEd Schouten <ed@FreeBSD.org>2009-05-29 06:41:23 +0000
commitc5e30cc02b9bee4c53457d1bc4184b256ce1a569 (patch)
tree8504d18b61b10ae1ba84f3c8d91f1f3572bcce6f /sys/dev/ofw
parentb6151caa3af4be855af359bf4d2872c45cb2263a (diff)
Notes
Diffstat (limited to 'sys/dev/ofw')
-rw-r--r--sys/dev/ofw/ofw_console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ofw/ofw_console.c b/sys/dev/ofw/ofw_console.c
index 493bb7836664f..fd280c97fc894 100644
--- a/sys/dev/ofw/ofw_console.c
+++ b/sys/dev/ofw/ofw_console.c
@@ -95,7 +95,7 @@ cn_drvinit(void *unused)
* XXX: This is a hack and it may result in two /dev/ttya
* XXX: devices on platforms where the sab driver works.
*/
- tp = tty_alloc(&ofw_ttydevsw, NULL, NULL);
+ tp = tty_alloc(&ofw_ttydevsw, NULL);
tty_makedev(tp, NULL, "%s", output);
tty_makealias(tp, "ofwcons");
}