Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hpcarm/hpcarm Add bicons to constab.
details: https://anonhg.NetBSD.org/src/rev/57fb9041027c
branches: trunk
changeset: 766398:57fb9041027c
user: kiyohara <kiyohara%NetBSD.org@localhost>
date: Tue Jun 21 15:28:05 2011 +0000
description:
Add bicons to constab.
diffstat:
sys/arch/hpcarm/hpcarm/autoconf.c | 12 +++++++++---
1 files changed, 9 insertions(+), 3 deletions(-)
diffs (40 lines):
diff -r c8976bad0e8a -r 57fb9041027c sys/arch/hpcarm/hpcarm/autoconf.c
--- a/sys/arch/hpcarm/hpcarm/autoconf.c Tue Jun 21 15:23:57 2011 +0000
+++ b/sys/arch/hpcarm/hpcarm/autoconf.c Tue Jun 21 15:28:05 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: autoconf.c,v 1.18 2010/04/17 13:36:21 nonaka Exp $ */
+/* $NetBSD: autoconf.c,v 1.19 2011/06/21 15:28:05 kiyohara Exp $ */
/*
* Copyright (c) 1994-1998 Mark Brinicombe.
@@ -36,7 +36,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.18 2010/04/17 13:36:21 nonaka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.19 2011/06/21 15:28:05 kiyohara Exp $");
#include "opt_md.h"
@@ -188,14 +188,20 @@
* known algorithm unless we see a pressing need otherwise.
*/
+#include "biconsdev.h"
+
#include <dev/cons.h>
-cons_decl(com);
cons_decl(sacom);
+#define biconscnpollc nullcnpollc
+cons_decl(bicons);
struct consdev constab[] = {
#if (NSACOM > 0)
cons_init(sacom),
#endif
+#if (NBICONSDEV > 0)
+ cons_init(bicons),
+#endif
{ NULL },
};
Home |
Main Index |
Thread Index |
Old Index