diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2002-02-01 15:52:07 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2002-02-01 15:52:07 +0000 |
commit | 5d5ba77fa39697f34aab55cc4e7135f3861e6d15 (patch) | |
tree | e0380439aaa950890e26068968b4ed668f7e3674 /sys/arch/sparc64/dev/comkbd_ebus.c | |
parent | 0631b9f16f5218d1a98d2ce89e3cf0e689ad4837 (diff) |
missing \n
Diffstat (limited to 'sys/arch/sparc64/dev/comkbd_ebus.c')
-rw-r--r-- | sys/arch/sparc64/dev/comkbd_ebus.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sparc64/dev/comkbd_ebus.c b/sys/arch/sparc64/dev/comkbd_ebus.c index a26779f7750..31a7f405241 100644 --- a/sys/arch/sparc64/dev/comkbd_ebus.c +++ b/sys/arch/sparc64/dev/comkbd_ebus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: comkbd_ebus.c,v 1.2 2002/01/25 03:24:53 jason Exp $ */ +/* $OpenBSD: comkbd_ebus.c,v 1.3 2002/02/01 15:52:06 jason Exp $ */ /* * Copyright (c) 2002 Jason L. Wright (jason@thought.net) @@ -223,6 +223,8 @@ comkbd_attach(parent, self, aux) return; } + printf("\n"); + if (console) { comkbd_init(sc); cn_tab->cn_dev = makedev(77, sc->sc_dv.dv_unit); /* XXX */ |