xref: /netbsd-src/sys/arch/hpcsh/include/console.h (revision 6881a4007f077b54e5f51159c52b9b25f57deb0d)
1 /*	$NetBSD: console.h,v 1.1 2002/02/11 17:30:44 uch Exp $	*/
2 
3 /* possible console types */
4 #define BI_CNUSE_SCI		2
5 #define BI_CNUSE_SCIF		3
6 #define BI_CNUSE_HD64461COM	4
7 #define BI_CNUSE_HD64461VIDEO	5
8 #define BI_CNUSE_HD64465COM	6
9 #define BI_CNUSE_MQ100		7
10