hpcsh spcific console defines are moved to console.h

This commit is contained in:
uch 2002-02-11 17:30:44 +00:00
parent b67fd34c0f
commit dca6104509
2 changed files with 12 additions and 6 deletions

View File

@ -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 */
#define BI_CNUSE_SCI 2
#define BI_CNUSE_SCIF 3
#define BI_CNUSE_HD64461COM 4
#define BI_CNUSE_HD64461VIDEO 5
#include <machine/console.h>

View File

@ -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