summaryrefslogtreecommitdiffstats
path: root/sys/i386/xbox/xboxfb.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/xbox/xboxfb.c')
-rw-r--r--sys/i386/xbox/xboxfb.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/xbox/xboxfb.c b/sys/i386/xbox/xboxfb.c
index 6271b8a..3537491 100644
--- a/sys/i386/xbox/xboxfb.c
+++ b/sys/i386/xbox/xboxfb.c
@@ -322,6 +322,7 @@ xboxfb_drvinit (void* unused)
/* probe for a keyboard */
xboxfb_timer (NULL);
+ xboxfb_tp = ttyalloc();
}
static void
@@ -361,7 +362,7 @@ xboxfb_dev_open(struct cdev* dev, int flag, int mode, struct thread* td)
{
struct tty* tp;
- tp = xboxfb_tp = dev->si_tty = ttymalloc (xboxfb_tp);
+ tp = dev->si_tty = xboxfb_tp;
tp->t_oproc = xboxfb_tty_start;
tp->t_param = xboxfb_tty_param;
OpenPOWER on IntegriCloud