summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-26 23:35:33 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-26 23:35:33 +0000
commite6ff2228d516b94b1fa5047e4b61adc128e88c46 (patch)
treecfbbcdee809f9b03386aefa6c31ea13e2afe104b /c/src/lib/libbsp/sparc
parent2001-04-26 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-e6ff2228d516b94b1fa5047e4b61adc128e88c46.tar.bz2
2001-04-26 Joel Sherrill <joel@OARcorp.com>
* include/bsp.h: Change SIS to ERC32_BSP.
Diffstat (limited to 'c/src/lib/libbsp/sparc')
-rw-r--r--c/src/lib/libbsp/sparc/erc32/ChangeLog4
-rw-r--r--c/src/lib/libbsp/sparc/erc32/include/bsp.h10
2 files changed, 9 insertions, 5 deletions
diff --git a/c/src/lib/libbsp/sparc/erc32/ChangeLog b/c/src/lib/libbsp/sparc/erc32/ChangeLog
index 1f07b58d1a..d2b22fe14d 100644
--- a/c/src/lib/libbsp/sparc/erc32/ChangeLog
+++ b/c/src/lib/libbsp/sparc/erc32/ChangeLog
@@ -1,3 +1,7 @@
+2001-04-26 Joel Sherrill <joel@OARcorp.com>
+
+ * include/bsp.h: Change SIS to ERC32_BSP.
+
2002-04-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove BSPOPTS_*(NO_TABLE_MOVE).
diff --git a/c/src/lib/libbsp/sparc/erc32/include/bsp.h b/c/src/lib/libbsp/sparc/erc32/include/bsp.h
index 3142c7499b..871b14082b 100644
--- a/c/src/lib/libbsp/sparc/erc32/include/bsp.h
+++ b/c/src/lib/libbsp/sparc/erc32/include/bsp.h
@@ -2,7 +2,7 @@
*
* This include file contains all SPARC simulator definitions.
*
- * COPYRIGHT (c) 1989-1999.
+ * COPYRIGHT (c) 1989-2002.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -19,8 +19,8 @@
* $Id$
*/
-#ifndef __SIS_h
-#define __SIS_h
+#ifndef __ERC32_BSP_h
+#define __ERC32_BSP_h
#ifdef __cplusplus
extern "C" {
@@ -72,13 +72,13 @@ extern int rtems_erc32_sonic_driver_attach (struct rtems_bsdnet_ifconfig *config
* is included.
*/
-#define SIS_USE_SYNCHRONOUS_TRAP 0
+#define ERC32_BSP_USE_SYNCHRONOUS_TRAP 0
/*
* The synchronous trap is an arbitrarily chosen software trap.
*/
-#if (SIS_USE_SYNCHRONOUS_TRAP == 1)
+#if (ERC32_BSP_USE_SYNCHRONOUS_TRAP == 1)
#define TEST_VECTOR SPARC_SYNCHRONOUS_TRAP( 0x90 )