[BACK]Return to consinit.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / x86 / x86

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/x86/x86/consinit.c between version 1.9.4.2 and 1.9.4.3

version 1.9.4.2, 2006/08/11 15:43:16 version 1.9.4.3, 2006/09/03 15:23:37
Line 76  __KERNEL_RCSID(0, "$NetBSD$");
Line 76  __KERNEL_RCSID(0, "$NetBSD$");
 #if (NVESAFB > 0)  #if (NVESAFB > 0)
 #include <arch/i386/bios/vesafbvar.h>  #include <arch/i386/bios/vesafbvar.h>
 #endif  #endif
 #include "unichromefb.h"  
 #if (NUNICHROMEFB > 0)  
 extern int unichromefb_cnattach(void);  
 #endif  
 #endif  #endif
   
 #include "com.h"  #include "com.h"
Line 169  consinit()
Line 165  consinit()
 #if (NPC > 0) || (NVGA > 0) || (NEGA > 0) || (NPCDISPLAY > 0) || (NVESAFB > 0)  #if (NPC > 0) || (NVGA > 0) || (NEGA > 0) || (NPCDISPLAY > 0) || (NVESAFB > 0)
         if (!strcmp(consinfo->devname, "pc")) {          if (!strcmp(consinfo->devname, "pc")) {
                 int error;                  int error;
   
 #if (NUNICHROMEFB > 0)  
                 if (!unichromefb_cnattach())  
                         goto dokbd;  
 #endif  
 #if (NVESAFB > 0)  #if (NVESAFB > 0)
                 if (!vesafb_cnattach())                  if (!vesafb_cnattach())
                         goto dokbd;                          goto dokbd;

Legend:
Removed from v.1.9.4.2  
changed lines
  Added in v.1.9.4.3

CVSweb <webmaster@jp.NetBSD.org>