summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-09-19 03:22:32 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-09-19 03:22:32 +0000
commit574edd70168d268b4ef34d82db2562edba0a2698 (patch)
treeecacb35cedd94e39aff8c94516edf38682d6427f /c/src/lib/libbsp/i386
parent2005-09-19 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-574edd70168d268b4ef34d82db2562edba0a2698.tar.bz2
2005-09-19 Ralf Corsepius <ralf.corsepius@rtems.org>
* 3c509/3c509.c: Remove [$]Log. Include <errno.h> instead of <sys/errno.h>.
Diffstat (limited to 'c/src/lib/libbsp/i386')
-rw-r--r--c/src/lib/libbsp/i386/pc386/3c509/3c509.c43
-rw-r--r--c/src/lib/libbsp/i386/pc386/ChangeLog5
2 files changed, 8 insertions, 40 deletions
diff --git a/c/src/lib/libbsp/i386/pc386/3c509/3c509.c b/c/src/lib/libbsp/i386/pc386/3c509/3c509.c
index 9b79292c37..80f0d7805a 100644
--- a/c/src/lib/libbsp/i386/pc386/3c509/3c509.c
+++ b/c/src/lib/libbsp/i386/pc386/3c509/3c509.c
@@ -1,4 +1,4 @@
-/**********************************************************************************
+/*
* $Header$
*
* Ported by Rosimildo da Silva.
@@ -53,50 +53,13 @@
* University of Saskatchewan
* Saskatoon, Saskatchewan, CANADA
* eric@skatter.usask.ca
- *******************************************************************************
- *
- *
- * 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>
- *
- * * 3c509/3c509.c, wd8003/wd8003.c: Eliminate warnings.
- *
- * Revision 1.5 2004/07/25 14:21:43 joel
- * 2004-07-25 Joel Sherrill <joel@OARcorp.com>
- *
- * * 3c509/3c509.c: Add <sys/errno.h>.
- * * startup/linkcmds: Add .jcr section.
- *
- * Revision 1.4 2004/04/21 16:01:33 ralf
- * Remove duplicate white lines.
- *
- * Revision 1.3 2004/04/21 10:42:43 ralf
- * Remove stray white spaces.
- *
- * Revision 1.2 1999/12/13 21:21:31 joel
- * Warning removal patch from Philip A. Prindeville <philipp@zembu.com>.
- *
- * Revision 1.1 1999/05/14 16:23:42 joel
- * Added 3COM 3C509 driver from Rosimildo DaSilva <rdasilva@connecttel.com>.
- *
- *
- **********************************************************************************/
+ */
#include <bsp.h>
#include <stdio.h>
#include <stdarg.h>
-#include <sys/errno.h>
+#include <errno.h>
#include <rtems/error.h>
#include <rtems/rtems_bsdnet.h>
diff --git a/c/src/lib/libbsp/i386/pc386/ChangeLog b/c/src/lib/libbsp/i386/pc386/ChangeLog
index 2d4bae27d0..9e5c5f7347 100644
--- a/c/src/lib/libbsp/i386/pc386/ChangeLog
+++ b/c/src/lib/libbsp/i386/pc386/ChangeLog
@@ -1,3 +1,8 @@
+2005-09-19 Ralf Corsepius <ralf.corsepius@rtems.org>
+
+ * 3c509/3c509.c: Remove [$]Log.
+ Include <errno.h> instead of <sys/errno.h>.
+
2005-08-23 Karel Gardas <kgardas@objectsecurity.com>>
* timer/timer.c: Enhance to use either interupt-based timer