Home | History | Annotate | Line # | Download | only in include
console.h revision 1.1.2.1
      1  1.1.2.1  nathanw /*	$NetBSD: console.h,v 1.1.2.1 2002/02/28 04:10:10 nathanw Exp $	*/
      2      1.1      uch 
      3      1.1      uch /* possible console types */
      4      1.1      uch #define BI_CNUSE_SCI		2
      5      1.1      uch #define BI_CNUSE_SCIF		3
      6      1.1      uch #define BI_CNUSE_HD64461COM	4
      7      1.1      uch #define BI_CNUSE_HD64461VIDEO	5
      8      1.1      uch #define BI_CNUSE_HD64465COM	6
      9      1.1      uch #define BI_CNUSE_MQ100		7
     10