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:
Joel Sherrill
2002-05-17 18:06:23 +00:00
parent c0af822e77
commit 8873684bdf
4 changed files with 12 additions and 2 deletions

View File

@@ -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

View File

@@ -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(

View File

@@ -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

View File

@@ -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(