summaryrefslogtreecommitdiff
path: root/sys/arch/ofppc/include
diff options
context:
space:
mode:
authorgarbled <garbled@NetBSD.org>2007-11-13 19:17:30 +0000
committergarbled <garbled@NetBSD.org>2007-11-13 19:17:30 +0000
commit53a6c19ca52bd12d02f75d352a88d4a582ab2faf (patch)
tree9e4718338bef10f05ef814ce9ff965202f57a421 /sys/arch/ofppc/include
parent61bbd00d3365616217a4dd40f310f366ae087472 (diff)
Add code to detect and initialize the com port correctly, so that we have an
actual real console when booting.
Diffstat (limited to 'sys/arch/ofppc/include')
-rw-r--r--sys/arch/ofppc/include/autoconf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/ofppc/include/autoconf.h b/sys/arch/ofppc/include/autoconf.h
index dc82af7f11e..4c96e4b00d0 100644
--- a/sys/arch/ofppc/include/autoconf.h
+++ b/sys/arch/ofppc/include/autoconf.h
@@ -1,4 +1,4 @@
-/* $NetBSD: autoconf.h,v 1.8 2007/11/07 19:31:09 garbled Exp $ */
+/* $NetBSD: autoconf.h,v 1.9 2007/11/13 19:17:30 garbled Exp $ */
#ifndef _OFPPC_AUTOCONF_H_
#define _OFPPC_AUTOCONF_H_
@@ -30,6 +30,7 @@ void cpu_initclocks(void);
void decr_intr(struct clockframe *);
void setstatclockrate(int);
void init_interrupt(void);
+void ofppc_init_comcons(void);
int ofb_cnattach(void);
#endif /* _KERNEL */