diff --git a/sys/arch/hpcsh/include/bootinfo.h b/sys/arch/hpcsh/include/bootinfo.h index d808982b1daa..567c19342ce3 100644 --- a/sys/arch/hpcsh/include/bootinfo.h +++ b/sys/arch/hpcsh/include/bootinfo.h @@ -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 - /* hpcsh specific goo */ -#define BI_CNUSE_SCI 2 -#define BI_CNUSE_SCIF 3 -#define BI_CNUSE_HD64461COM 4 -#define BI_CNUSE_HD64461VIDEO 5 +#include + diff --git a/sys/arch/hpcsh/include/console.h b/sys/arch/hpcsh/include/console.h new file mode 100644 index 000000000000..f64a8e8bedf0 --- /dev/null +++ b/sys/arch/hpcsh/include/console.h @@ -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