mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2007-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>
* startup/bspstart.c: Eliminate maximum_drivers configuration parameter since it was used to configure a no longer used feature. Device names are now part of the filesystem not in a table.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2007-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* startup/bspstart.c: Eliminate maximum_drivers configuration parameter
|
||||||
|
since it was used to configure a no longer used feature. Device names
|
||||||
|
are now part of the filesystem not in a table.
|
||||||
|
|
||||||
2007-05-15 Ray Xu <rayx@gmail.com>
|
2007-05-15 Ray Xu <rayx@gmail.com>
|
||||||
|
|
||||||
* Makefile.am: Add abort.rel since it is now in the BSP shared source,
|
* Makefile.am: Add abort.rel since it is now in the BSP shared source,
|
||||||
|
|||||||
@@ -148,8 +148,6 @@ void bsp_start_default( void )
|
|||||||
BSP_Configuration.microseconds_per_tick );
|
BSP_Configuration.microseconds_per_tick );
|
||||||
printk( "ticks_per_timeslice = 0x%x\n",
|
printk( "ticks_per_timeslice = 0x%x\n",
|
||||||
BSP_Configuration.ticks_per_timeslice );
|
BSP_Configuration.ticks_per_timeslice );
|
||||||
printk( "maximum_devices = 0x%x\n",
|
|
||||||
BSP_Configuration.maximum_devices );
|
|
||||||
printk( "number_of_device_drivers = 0x%x\n",
|
printk( "number_of_device_drivers = 0x%x\n",
|
||||||
BSP_Configuration.number_of_device_drivers );
|
BSP_Configuration.number_of_device_drivers );
|
||||||
printk( "Device_driver_table = 0x%x\n",
|
printk( "Device_driver_table = 0x%x\n",
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
2007-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* startup/bspstart.c: Eliminate maximum_drivers configuration parameter
|
||||||
|
since it was used to configure a no longer used feature. Device names
|
||||||
|
are now part of the filesystem not in a table.
|
||||||
|
|
||||||
2007-05-15 Ray Xu <rayx@gmail.com>
|
2007-05-15 Ray Xu <rayx@gmail.com>
|
||||||
|
|
||||||
* Makefile.am: Add abort.rel since it is now in the BSP shared source,
|
* Makefile.am: Add abort.rel since it is now in the BSP shared source,
|
||||||
|
|||||||
@@ -135,8 +135,6 @@ void bsp_start_default( void )
|
|||||||
BSP_Configuration.microseconds_per_tick );
|
BSP_Configuration.microseconds_per_tick );
|
||||||
printk( "ticks_per_timeslice = 0x%x\n\r",
|
printk( "ticks_per_timeslice = 0x%x\n\r",
|
||||||
BSP_Configuration.ticks_per_timeslice );
|
BSP_Configuration.ticks_per_timeslice );
|
||||||
printk( "maximum_devices = 0x%x\n\r",
|
|
||||||
BSP_Configuration.maximum_devices );
|
|
||||||
printk( "number_of_device_drivers = 0x%x\n\r",
|
printk( "number_of_device_drivers = 0x%x\n\r",
|
||||||
BSP_Configuration.number_of_device_drivers );
|
BSP_Configuration.number_of_device_drivers );
|
||||||
printk( "Device_driver_table = 0x%x\n\r",
|
printk( "Device_driver_table = 0x%x\n\r",
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
2007-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* startup/bspstart.c: Eliminate maximum_drivers configuration parameter
|
||||||
|
since it was used to configure a no longer used feature. Device names
|
||||||
|
are now part of the filesystem not in a table.
|
||||||
|
|
||||||
2007-05-15 Ray Xu <rayx@gmail.com>
|
2007-05-15 Ray Xu <rayx@gmail.com>
|
||||||
|
|
||||||
* Makefile.am: Add abort.rel since it is now in the BSP shared source,
|
* Makefile.am: Add abort.rel since it is now in the BSP shared source,
|
||||||
|
|||||||
@@ -159,7 +159,6 @@ void bsp_start_default( void )
|
|||||||
BSP_Configuration.microseconds_per_tick );
|
BSP_Configuration.microseconds_per_tick );
|
||||||
printk( "ticks_per_timeslice = 0x%x\n",
|
printk( "ticks_per_timeslice = 0x%x\n",
|
||||||
BSP_Configuration.ticks_per_timeslice );
|
BSP_Configuration.ticks_per_timeslice );
|
||||||
printk( "maximum_devices = 0x%x\n", BSP_Configuration.maximum_devices );
|
|
||||||
printk( "number_of_device_drivers = 0x%x\n",
|
printk( "number_of_device_drivers = 0x%x\n",
|
||||||
BSP_Configuration.number_of_device_drivers );
|
BSP_Configuration.number_of_device_drivers );
|
||||||
printk( "Device_driver_table = 0x%x\n",
|
printk( "Device_driver_table = 0x%x\n",
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
2007-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* startup/bspstart.c: Eliminate maximum_drivers configuration parameter
|
||||||
|
since it was used to configure a no longer used feature. Device names
|
||||||
|
are now part of the filesystem not in a table.
|
||||||
|
|
||||||
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* bsp_specs: Remove qrtems_debug.
|
* bsp_specs: Remove qrtems_debug.
|
||||||
|
|||||||
@@ -173,7 +173,6 @@ void bsp_start_default( void )
|
|||||||
printk("maximum_extensions = 0x%x\n", BSP_Configuration.maximum_extensions);
|
printk("maximum_extensions = 0x%x\n", BSP_Configuration.maximum_extensions);
|
||||||
printk("microseconds_per_tick = 0x%x\n", BSP_Configuration.microseconds_per_tick);
|
printk("microseconds_per_tick = 0x%x\n", BSP_Configuration.microseconds_per_tick);
|
||||||
printk("ticks_per_timeslice = 0x%x\n", BSP_Configuration.ticks_per_timeslice);
|
printk("ticks_per_timeslice = 0x%x\n", BSP_Configuration.ticks_per_timeslice);
|
||||||
printk("maximum_devices = 0x%x\n", BSP_Configuration.maximum_devices);
|
|
||||||
printk("number_of_device_drivers = 0x%x\n", BSP_Configuration.number_of_device_drivers);
|
printk("number_of_device_drivers = 0x%x\n", BSP_Configuration.number_of_device_drivers);
|
||||||
printk("Device_driver_table = 0x%x\n", BSP_Configuration.Device_driver_table);
|
printk("Device_driver_table = 0x%x\n", BSP_Configuration.Device_driver_table);
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
2007-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* startup/bspstart.c: Eliminate maximum_drivers configuration parameter
|
||||||
|
since it was used to configure a no longer used feature. Device names
|
||||||
|
are now part of the filesystem not in a table.
|
||||||
|
|
||||||
2007-05-15 Ray Xu <rayx@gmail.com>
|
2007-05-15 Ray Xu <rayx@gmail.com>
|
||||||
|
|
||||||
* Makefile.am: Add abort.rel since it is now in the BSP shared source,
|
* Makefile.am: Add abort.rel since it is now in the BSP shared source,
|
||||||
|
|||||||
@@ -172,7 +172,6 @@ void bsp_start_default( void )
|
|||||||
BSP_Configuration.microseconds_per_tick );
|
BSP_Configuration.microseconds_per_tick );
|
||||||
printk( "ticks_per_timeslice = 0x%x\n",
|
printk( "ticks_per_timeslice = 0x%x\n",
|
||||||
BSP_Configuration.ticks_per_timeslice );
|
BSP_Configuration.ticks_per_timeslice );
|
||||||
printk( "maximum_devices = 0x%x\n", BSP_Configuration.maximum_devices );
|
|
||||||
printk( "number_of_device_drivers = 0x%x\n",
|
printk( "number_of_device_drivers = 0x%x\n",
|
||||||
BSP_Configuration.number_of_device_drivers );
|
BSP_Configuration.number_of_device_drivers );
|
||||||
printk( "Device_driver_table = 0x%x\n",
|
printk( "Device_driver_table = 0x%x\n",
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
2007-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* startup/bspstart.c: Eliminate maximum_drivers configuration parameter
|
||||||
|
since it was used to configure a no longer used feature. Device names
|
||||||
|
are now part of the filesystem not in a table.
|
||||||
|
|
||||||
2007-05-15 Ray Xu <rayx@gmail.com>
|
2007-05-15 Ray Xu <rayx@gmail.com>
|
||||||
|
|
||||||
* Makefile.am: Add abort.rel since it is now in the BSP shared source,
|
* Makefile.am: Add abort.rel since it is now in the BSP shared source,
|
||||||
|
|||||||
@@ -229,7 +229,6 @@ void bsp_start_default( void )
|
|||||||
BSP_Configuration.microseconds_per_tick );
|
BSP_Configuration.microseconds_per_tick );
|
||||||
printk( "ticks_per_timeslice = 0x%x\n",
|
printk( "ticks_per_timeslice = 0x%x\n",
|
||||||
BSP_Configuration.ticks_per_timeslice );
|
BSP_Configuration.ticks_per_timeslice );
|
||||||
printk( "maximum_devices = 0x%x\n", BSP_Configuration.maximum_devices );
|
|
||||||
printk( "number_of_device_drivers = 0x%x\n",
|
printk( "number_of_device_drivers = 0x%x\n",
|
||||||
BSP_Configuration.number_of_device_drivers );
|
BSP_Configuration.number_of_device_drivers );
|
||||||
printk( "Device_driver_table = 0x%x\n",
|
printk( "Device_driver_table = 0x%x\n",
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
2007-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* startup/bspstart.c: Eliminate maximum_drivers configuration parameter
|
||||||
|
since it was used to configure a no longer used feature. Device names
|
||||||
|
are now part of the filesystem not in a table.
|
||||||
|
|
||||||
2007-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2007-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
PR 1244/bsps
|
PR 1244/bsps
|
||||||
|
|||||||
@@ -227,7 +227,6 @@ void bsp_start_default( void )
|
|||||||
BSP_Configuration.microseconds_per_tick );
|
BSP_Configuration.microseconds_per_tick );
|
||||||
printk( "ticks_per_timeslice = 0x%x\n",
|
printk( "ticks_per_timeslice = 0x%x\n",
|
||||||
BSP_Configuration.ticks_per_timeslice );
|
BSP_Configuration.ticks_per_timeslice );
|
||||||
printk( "maximum_devices = 0x%x\n", BSP_Configuration.maximum_devices );
|
|
||||||
printk( "number_of_device_drivers = 0x%x\n",
|
printk( "number_of_device_drivers = 0x%x\n",
|
||||||
BSP_Configuration.number_of_device_drivers );
|
BSP_Configuration.number_of_device_drivers );
|
||||||
printk( "Device_driver_table = 0x%x\n",
|
printk( "Device_driver_table = 0x%x\n",
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
2007-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* startup/bspstart.c: Eliminate maximum_drivers configuration parameter
|
||||||
|
since it was used to configure a no longer used feature. Device names
|
||||||
|
are now part of the filesystem not in a table.
|
||||||
|
|
||||||
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* bsp_specs: Remove qrtems_debug.
|
* bsp_specs: Remove qrtems_debug.
|
||||||
|
|||||||
@@ -132,8 +132,6 @@ void bsp_start( void )
|
|||||||
BSP_Configuration.microseconds_per_tick );
|
BSP_Configuration.microseconds_per_tick );
|
||||||
printk( "ticks_per_timeslice = 0x%x\n",
|
printk( "ticks_per_timeslice = 0x%x\n",
|
||||||
BSP_Configuration.ticks_per_timeslice );
|
BSP_Configuration.ticks_per_timeslice );
|
||||||
printk( "maximum_devices = 0x%x\n",
|
|
||||||
BSP_Configuration.maximum_devices );
|
|
||||||
printk( "number_of_device_drivers = 0x%x\n",
|
printk( "number_of_device_drivers = 0x%x\n",
|
||||||
BSP_Configuration.number_of_device_drivers );
|
BSP_Configuration.number_of_device_drivers );
|
||||||
printk( "Device_driver_table = 0x%x\n",
|
printk( "Device_driver_table = 0x%x\n",
|
||||||
|
|||||||
Reference in New Issue
Block a user