diff options
Diffstat (limited to 'sys/arch/sparc64/dev/vcctty.c')
-rw-r--r-- | sys/arch/sparc64/dev/vcctty.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/sparc64/dev/vcctty.c b/sys/arch/sparc64/dev/vcctty.c index 1f839962d58..f2484ebf18a 100644 --- a/sys/arch/sparc64/dev/vcctty.c +++ b/sys/arch/sparc64/dev/vcctty.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vcctty.c,v 1.7 2012/10/20 12:00:33 miod Exp $ */ +/* $OpenBSD: vcctty.c,v 1.8 2012/10/26 20:57:08 kettenis Exp $ */ /* * Copyright (c) 2009 Mark Kettenis * @@ -154,6 +154,9 @@ vcctty_attach(struct device *parent, struct device *self, void *aux) if (err != H_EOK) printf("%d: hv_ldc_rx_qconf %d\n", __func__, err); + cbus_intr_setenabled(sc->sc_tx_sysino, INTR_ENABLED); + cbus_intr_setenabled(sc->sc_rx_sysino, INTR_ENABLED); + printf(" domain \"%s\"\n", ca->ca_name); return; |