[BACK]Return to integrator_machdep.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / evbarm / integrator

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

Diff for /src/sys/arch/evbarm/integrator/integrator_machdep.c between version 1.31 and 1.32

version 1.31, 2003/04/02 03:49:25 version 1.32, 2003/04/26 11:05:10
Line 79 
Line 79 
 #include <sys/msgbuf.h>  #include <sys/msgbuf.h>
 #include <sys/reboot.h>  #include <sys/reboot.h>
 #include <sys/termios.h>  #include <sys/termios.h>
   #include <sys/ksyms.h>
   
 #include <uvm/uvm_extern.h>  #include <uvm/uvm_extern.h>
   
Line 102 
Line 103 
   
 #include "opt_ipkdb.h"  #include "opt_ipkdb.h"
 #include "pci.h"  #include "pci.h"
   #include "ksyms.h"
   
 void ifpga_reset(void) __attribute__((noreturn));  void ifpga_reset(void) __attribute__((noreturn));
 /*  /*
Line 818  initarm(void *arg)
Line 820  initarm(void *arg)
                 ipkdb_connect(0);                  ipkdb_connect(0);
 #endif  #endif
   
 #ifdef DDB  #if NKSYMS || defined(DDB) || defined(LKM)
         db_machine_init();  
   
         /* Firmware doesn't load symbols. */          /* Firmware doesn't load symbols. */
         ddb_init(0, NULL, NULL);          ksyms_init(0, NULL, NULL);
   #endif
   
   #ifdef DDB
           db_machine_init();
         if (boothowto & RB_KDB)          if (boothowto & RB_KDB)
                 Debugger();                  Debugger();
 #endif  #endif

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

CVSweb <webmaster@jp.NetBSD.org>