Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hp700/hp700 enable com console.
details: https://anonhg.NetBSD.org/src/rev/fab1fc4cb1b4
branches: trunk
changeset: 556174:fab1fc4cb1b4
user: chs <chs%NetBSD.org@localhost>
date: Mon Dec 08 14:59:26 2003 +0000
description:
enable com console.
diffstat:
sys/arch/hp700/hp700/conf.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (30 lines):
diff -r 9e2deb93b409 -r fab1fc4cb1b4 sys/arch/hp700/hp700/conf.c
--- a/sys/arch/hp700/hp700/conf.c Mon Dec 08 14:44:03 2003 +0000
+++ b/sys/arch/hp700/hp700/conf.c Mon Dec 08 14:59:26 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: conf.c,v 1.7 2003/08/07 16:27:44 agc Exp $ */
+/* $NetBSD: conf.c,v 1.8 2003/12/08 14:59:26 chs Exp $ */
/* $OpenBSD: conf.c,v 1.15 2001/09/28 02:53:13 mickey Exp $ */
@@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: conf.c,v 1.7 2003/08/07 16:27:44 agc Exp $");
+__KERNEL_RCSID(0, "$NetBSD: conf.c,v 1.8 2003/12/08 14:59:26 chs Exp $");
#include <sys/param.h>
#include <sys/conf.h>
@@ -51,11 +51,9 @@
cons_init(wscons),
#endif
#endif
-#if 0
#if NCOM > 0
cons_init(com),
#endif
-#endif
{ 0 }
};
Home |
Main Index |
Thread Index |
Old Index