hpcsh spcific console defines are moved to console.h
This commit is contained in:
parent
b67fd34c0f
commit
dca6104509
@ -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>
|
||||
|
||||
|
9
sys/arch/hpcsh/include/console.h
Normal file
9
sys/arch/hpcsh/include/console.h
Normal 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
|
Loading…
Reference in New Issue
Block a user