2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>

* include/bsp.h: Remove unnecessary boilerplate comments.
This commit is contained in:
Joel Sherrill
2008-09-18 17:26:12 +00:00
parent 283e6f0df7
commit 341c6faac4
4 changed files with 8 additions and 26 deletions

View File

@@ -1,3 +1,7 @@
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
* include/bsp.h: Remove unnecessary boilerplate comments.
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
* clock/ckinit.c, startup/bspstart.c: Remove unnecessary includes of

View File

@@ -76,18 +76,6 @@ extern "C" {
#define BSP_EXTERN extern
#endif
/*
* Device Driver Table Entries
*/
/*
* NOTE: Use the standard Console driver entry
*/
/*
* NOTE: Use the standard Clock driver entry
*/
#define IDT_SIZE 256
#define GDT_SIZE 8192

View File

@@ -1,3 +1,7 @@
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
* include/bsp.h: Remove unnecessary boilerplate comments.
2008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>
* clock/ckinit.c, startup/bspstart.c: Remove unnecessary includes of

View File

@@ -118,20 +118,6 @@ extern void Wait_X_ms (unsigned);
#define BSP_EXTERN extern
#endif
/*
* Device Driver Table Entries
*/
/*
* NOTE: Use the standard Console driver entry
*/
/*
* NOTE: Use the standard Clock driver entry
*/
/* miscellaneous stuff assumed to exist */
#define IDT_SIZE 256
#define GDT_SIZE 3