2005-05-06 Jennifer Averett <jennifer.averett@oarcorp.com>

* 3c509/3c509.c, clock/ckinit.c, console/console.c, console/fb_vga.c,
	console/inch.c, console/ps2_mouse.c, console/serial_mouse.c,
	ne2000/ne2000.c, timer/timer.c, wd8003/wd8003.c: Moved irq.h to bsp
	subdirectory.
This commit is contained in:
Jennifer Averett
2005-05-06 19:53:03 +00:00
parent d5bbaa891f
commit 6daada60f8
11 changed files with 34 additions and 10 deletions
+9 -1
View File
@@ -58,6 +58,14 @@
*
* MODIFICATION/HISTORY:
* $Log$
* Revision 1.7 2005/05/03 14:20:07 jennifer
* 2005-05-03 Jennifer Averett <jennifer.averett@oarcorp.com>
*
* * 3c509/3c509.c, ne2000/ne2000.c: Modified parameters to
* remove warnings.
* * console/console.c, wd8003/wd8003.c: Added support for
* addition of parameter in ISRs.
*
* Revision 1.6 2005/04/26 23:03:51 joel
* 2005-04-26 Joel Sherrill <joel@OARcorp.com>
*
@@ -102,7 +110,7 @@
#include <netinet/in.h>
#include <netinet/if_ether.h>
#include <irq.h>
#include <bsp/irq.h>
/* Local includes */
#include "3c509.h"
+7
View File
@@ -1,3 +1,10 @@
2005-05-06 Jennifer Averett <jennifer.averett@oarcorp.com>
* 3c509/3c509.c, clock/ckinit.c, console/console.c, console/fb_vga.c,
console/inch.c, console/ps2_mouse.c, console/serial_mouse.c,
ne2000/ne2000.c, timer/timer.c, wd8003/wd8003.c: Moved irq.h to bsp
subdirectory.
2005-05-03 Jennifer Averett <jennifer.averett@oarcorp.com>
* 3c509/3c509.c, ne2000/ne2000.c: Modified parameters to
+1 -1
View File
@@ -33,7 +33,7 @@
#include <stdlib.h>
#include <bsp.h>
#include <irq.h>
#include <bsp/irq.h>
#include <rtems/libio.h>
/*-------------------------------------------------------------------------+
@@ -38,7 +38,7 @@
void __assert (const char *file, int line, const char *msg);
#include <bsp.h>
#include <irq.h>
#include <bsp/irq.h>
#include <rtems/libio.h>
#include <termios.h>
#include <uart.h>
+4 -1
View File
@@ -11,6 +11,9 @@
// MODIFICATION/HISTORY:
//
// $Log$
// Revision 1.3 2004/04/21 16:01:33 ralf
// Remove duplicate white lines.
//
// Revision 1.2 2004/04/21 10:42:44 ralf
// Remove stray white spaces.
//
@@ -57,7 +60,7 @@
#include <sys/types.h>
#include <bsp.h>
#include <irq.h>
#include <bsp/irq.h>
#include <rtems/libio.h>
#include <rtems/mw_fb.h>
+1 -1
View File
@@ -30,7 +30,7 @@
+--------------------------------------------------------------------------*/
#include <bsp.h>
#include <irq.h>
#include <bsp/irq.h>
/*-------------------------------------------------------------------------+
| Constants
@@ -21,7 +21,7 @@
#include <sys/types.h>
#include <bsp.h>
#include <irq.h>
#include <bsp/irq.h>
#include <rtems/libio.h>
#include <termios.h>
#include <i386_io.h>
@@ -18,6 +18,12 @@
* MODIFICATION/HISTORY:
*
* $Log$
* Revision 1.8 2005/04/18 17:21:58 jennifer
* 2005-04-18 Eric Valette <eric.valette@free.fr>
*
* * clock/ckinit.c, console/console.c, console/ps2_mouse.c,
* console/serial_mouse.c, timer/timer.c: Added parameter to irq handler
*
* Revision 1.7 2004/04/21 16:01:33 ralf
* Remove duplicate white lines.
*
@@ -47,7 +53,7 @@
#include <assert.h>
#include <bsp.h>
#include <irq.h>
#include <bsp/irq.h>
#include <rtems/libio.h>
#include <termios.h>
#include <uart.h>
+1 -1
View File
@@ -49,7 +49,7 @@
#include <netinet/in.h>
#include <netinet/if_ether.h>
#include <irq.h>
#include <bsp/irq.h>
/* Define this to force byte-wide data transfers with the NIC. This
is needed for boards like the TS-1325 386EX PC, which support only
+1 -1
View File
@@ -41,7 +41,7 @@
#include <stdlib.h>
#include <bsp.h>
#include <irq.h>
#include <bsp/irq.h>
/*-------------------------------------------------------------------------+
| Constants
+1 -1
View File
@@ -31,7 +31,7 @@
#include <netinet/in.h>
#include <netinet/if_ether.h>
#include <irq.h>
#include <bsp/irq.h>
#define ET_MINLEN 60 /* minimum message length */