summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-12-08 22:28:05 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-12-08 22:28:05 +0000
commita7a9af765e59cb9887e133c7e03a61138ba55101 (patch)
tree30ef3aa65cdf46deb18ea47a5036f851d21b3530
parent2009-12-08 Glenn Humphrey <glenn.humphrey@OARcorp.com> (diff)
downloadrtems-a7a9af765e59cb9887e133c7e03a61138ba55101.tar.bz2
2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
* include/bsp.h: BSP should not define CONFIGURE_NUMBER_OF_TERMIOS_PORTS.
-rw-r--r--c/src/lib/libbsp/i386/pc386/ChangeLog5
-rw-r--r--c/src/lib/libbsp/i386/pc386/include/bsp.h2
2 files changed, 5 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/i386/pc386/ChangeLog b/c/src/lib/libbsp/i386/pc386/ChangeLog
index 44254c435a..47f34f149b 100644
--- a/c/src/lib/libbsp/i386/pc386/ChangeLog
+++ b/c/src/lib/libbsp/i386/pc386/ChangeLog
@@ -1,3 +1,8 @@
+2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * include/bsp.h: BSP should not define
+ CONFIGURE_NUMBER_OF_TERMIOS_PORTS.
+
2009-11-23 Joel Sherrill <joel.sherrill@oarcorp.com>
* ne2000/ne2000.c: Logic on defaulting port number was inverted when
diff --git a/c/src/lib/libbsp/i386/pc386/include/bsp.h b/c/src/lib/libbsp/i386/pc386/include/bsp.h
index ddf0ded9c6..4def0dc611 100644
--- a/c/src/lib/libbsp/i386/pc386/include/bsp.h
+++ b/c/src/lib/libbsp/i386/pc386/include/bsp.h
@@ -54,8 +54,6 @@ extern "C" {
#include <libcpu/cpu.h>
#include <rtems/bspIo.h>
-#define CONFIGURE_NUMBER_OF_TERMIOS_PORTS 1
-
/*
* Network driver configuration
*/