[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.1 and 1.2

version 1.1, 2003/02/27 01:49:05 version 1.2, 2003/03/02 18:27:14
Line 63  __KERNEL_RCSID(0, "$NetBSD$");
Line 63  __KERNEL_RCSID(0, "$NetBSD$");
 #endif  #endif
 #include "pckbd.h" /* for pckbc_machdep_cnattach */  #include "pckbd.h" /* for pckbc_machdep_cnattach */
   
   #ifndef __x86_64__
 #include "pc.h"  #include "pc.h"
   #endif
 #if (NPC > 0)  #if (NPC > 0)
 #include <machine/pccons.h>  #include <machine/pccons.h>
 #endif  #endif

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb <webmaster@jp.NetBSD.org>