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 Remove cons_init(com), which prevents...
details: https://anonhg.NetBSD.org/src/rev/9f6a9427b154
branches: trunk
changeset: 507795:9f6a9427b154
user: toshii <toshii%NetBSD.org@localhost>
date: Sat Mar 31 12:52:31 2001 +0000
description:
Remove cons_init(com), which prevents compiling in com_pcmcia.c.
diffstat:
sys/arch/hpcarm/hpcarm/conf.c | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diffs (19 lines):
diff -r 260bd2fd6cd0 -r 9f6a9427b154 sys/arch/hpcarm/hpcarm/conf.c
--- a/sys/arch/hpcarm/hpcarm/conf.c Sat Mar 31 12:49:21 2001 +0000
+++ b/sys/arch/hpcarm/hpcarm/conf.c Sat Mar 31 12:52:31 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: conf.c,v 1.2 2001/03/03 18:04:35 bjh21 Exp $ */
+/* $NetBSD: conf.c,v 1.3 2001/03/31 12:52:31 toshii Exp $ */
/*
* Copyright (c) 1994-1998 Mark Brinicombe.
@@ -416,9 +416,6 @@
cons_decl(sacom);
struct consdev constab[] = {
-#if (NCOM > 0)
- cons_init(com),
-#endif
#if (NSACOM > 0)
cons_init(sacom),
#endif
Home |
Main Index |
Thread Index |
Old Index