forked from Imagelibrary/rtems
2001-05-17 Joel Sherrill <joel@OARcorp.com>
* sp21/task1.c (INVALID_DRIVER_MAJOR): Change definition to reflect number of staticly configured device drivers.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2001-05-17 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* sp21/task1.c (INVALID_DRIVER_MAJOR): Change definition to reflect
|
||||
number of staticly configured device drivers.
|
||||
|
||||
2001-05-14 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* sp21/task1.c: Correct INVALID_DRIVER_MAJOR so it is precisely 1 more
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
|
||||
#define STUB_DRIVER_MAJOR 0x2
|
||||
#define NO_DRIVER_MAJOR 0x3
|
||||
#define INVALID_DRIVER_MAJOR (CONFIGURE_MAXIMUM_DRIVERS + 1)
|
||||
#define INVALID_DRIVER_MAJOR (Configuration.number_of_device_drivers + 1)
|
||||
/* #define INVALID_DRIVER_MAJOR 0xffffffff */
|
||||
|
||||
rtems_task Task_1(
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2001-05-17 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* sp21/task1.c (INVALID_DRIVER_MAJOR): Change definition to reflect
|
||||
number of staticly configured device drivers.
|
||||
|
||||
2001-05-14 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* sp21/task1.c: Correct INVALID_DRIVER_MAJOR so it is precisely 1 more
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
|
||||
#define STUB_DRIVER_MAJOR 0x2
|
||||
#define NO_DRIVER_MAJOR 0x3
|
||||
#define INVALID_DRIVER_MAJOR (CONFIGURE_MAXIMUM_DRIVERS + 1)
|
||||
#define INVALID_DRIVER_MAJOR (Configuration.number_of_device_drivers + 1)
|
||||
/* #define INVALID_DRIVER_MAJOR 0xffffffff */
|
||||
|
||||
rtems_task Task_1(
|
||||
|
||||
Reference in New Issue
Block a user