Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hpcsh/include hpcsh spcific console defines are mov...



details:   https://anonhg.NetBSD.org/src/rev/f7ee0ec3984b
branches:  trunk
changeset: 522120:f7ee0ec3984b
user:      uch <uch%NetBSD.org@localhost>
date:      Mon Feb 11 17:30:44 2002 +0000

description:
hpcsh spcific console defines are moved to console.h

diffstat:

 sys/arch/hpcsh/include/bootinfo.h |  9 +++------
 sys/arch/hpcsh/include/console.h  |  9 +++++++++
 2 files changed, 12 insertions(+), 6 deletions(-)

diffs (29 lines):

diff -r 439f60cb7bd3 -r f7ee0ec3984b sys/arch/hpcsh/include/bootinfo.h
--- a/sys/arch/hpcsh/include/bootinfo.h Mon Feb 11 17:27:15 2002 +0000
+++ b/sys/arch/hpcsh/include/bootinfo.h Mon Feb 11 17:30:44 2002 +0000
@@ -1,9 +1,6 @@
-/*     $NetBSD: bootinfo.h,v 1.6 2002/02/01 18:16:06 uch Exp $ */
+/*     $NetBSD: bootinfo.h,v 1.7 2002/02/11 17:30:44 uch Exp $ */
 
 #include <hpc/include/bootinfo.h>
+/* hpcsh specific goo */
+#include <machine/console.h>
 
-/* hpcsh specific goo */
-#define BI_CNUSE_SCI           2
-#define BI_CNUSE_SCIF          3
-#define BI_CNUSE_HD64461COM    4
-#define BI_CNUSE_HD64461VIDEO  5
diff -r 439f60cb7bd3 -r f7ee0ec3984b sys/arch/hpcsh/include/console.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/hpcsh/include/console.h  Mon Feb 11 17:30:44 2002 +0000
@@ -0,0 +1,9 @@
+/*     $NetBSD: console.h,v 1.1 2002/02/11 17:30:44 uch Exp $  */
+
+/* possible console types */
+#define BI_CNUSE_SCI           2
+#define BI_CNUSE_SCIF          3
+#define BI_CNUSE_HD64461COM    4
+#define BI_CNUSE_HD64461VIDEO  5
+#define BI_CNUSE_HD64465COM    6
+#define BI_CNUSE_MQ100         7



Home | Main Index | Thread Index | Old Index