Add bootverbose

This commit is contained in:
Joel Sherrill 2012-03-27 09:21:04 -05:00
parent 4854583f6e
commit c976506740
2 changed files with 5 additions and 0 deletions

View File

@ -110,7 +110,10 @@ struct proc *initproc;
int boothowto = 0; /* initialized so that it can be patched */
SYSCTL_INT(_debug, OID_AUTO, boothowto, CTLFLAG_RD, &boothowto, 0, "");
#endif /* __rtems__ */
int bootverbose;
#ifndef __rtems__
SYSCTL_INT(_debug, OID_AUTO, bootverbose, CTLFLAG_RW, &bootverbose, 0, "");
/*

View File

@ -23,6 +23,8 @@
#ifndef _RTEMS_BSD_MACHINE_RTEMS_BSD_SYMBOLS_H_
#define _RTEMS_BSD_MACHINE_RTEMS_BSD_SYMBOLS_H_
#define bootverbose _bsd_bootverbose
#define bus_activate_resource _bsd_bus_activate_resource
#define bus_activate_resource _bsd_bus_activate_resource
#define bus_activate_resource_desc _bsd_bus_activate_resource_desc
#define bus_activate_resource_method_default _bsd_bus_activate_resource_method_default