Changeset dce1c1a1 in rtems
- Timestamp:
- 05/01/96 15:24:37 (27 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 996a9cb4
- Parents:
- a412622
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/cpu/m68k/m68360.h
ra412622 rdce1c1a1 7 7 ** HARDWARE DECLARATIONS ** 8 8 ** ** 9 ** ** 10 ** Submitted By: ** 11 ** ** 12 ** W. Eric Norum ** 13 ** Saskatchewan Accelerator Laboratory ** 14 ** University of Saskatchewan ** 15 ** 107 North Road ** 16 ** Saskatoon, Saskatchewan, CANADA ** 17 ** S7N 5C6 ** 18 ** ** 19 ** eric@skatter.usask.ca ** 20 ** ** 21 ** $Id$ ** 22 ** ** 9 23 ************************************************************************** 10 24 ************************************************************************** … … 13 27 #ifndef __MC68360_h 14 28 #define __MC68360_h 15 16 /*17 * $Revision$ $Date$ $Author$18 *19 * This program is free software; you can redistribute it and/or modify20 * it under the terms of the GNU General Public License as published by21 * the Free Software Foundation; either version 2 of the License, or22 * (at your option) any later version.23 *24 * This program is distributed in the hope that it will be useful,25 * but WITHOUT ANY WARRANTY; without even the implied warranty of26 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the27 * GNU General Public License for more details.28 *29 * You should have received a copy of the GNU General Public License30 * along with this program; if not, write to the Free Software31 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.32 *33 * W. Eric Norum34 * Saskatchewan Accelerator Laboratory35 * University of Saskatchewan36 * 107 North Road37 * Saskatoon, Saskatchewan, CANADA38 * S7N 5C639 *40 * eric@skatter.usask.ca41 */42 29 43 30 /* -
c/src/exec/score/cpu/m68k/m68k.h
ra412622 rdce1c1a1 60 60 * m68ec040 (no FP) 61 61 * m68302 (no FP) 62 * m 68360 (no FP)62 * mcpu32 (no FP) (includes m68360) 63 63 * 64 64 * Primary difference (for RTEMS) between m68040, m680lc040, and … … 178 178 #define M68K_HAS_EXTB_L 1 179 179 180 #elif defined(m 68360)181 182 #define CPU_MODEL_NAME "m 68360"180 #elif defined(mcpu32) 181 182 #define CPU_MODEL_NAME "mcpu32" 183 183 #define M68K_HAS_VBR 1 184 184 #define M68K_HAS_SEPARATE_STACKS 0 -
cpukit/score/cpu/m68k/m68360.h
ra412622 rdce1c1a1 7 7 ** HARDWARE DECLARATIONS ** 8 8 ** ** 9 ** ** 10 ** Submitted By: ** 11 ** ** 12 ** W. Eric Norum ** 13 ** Saskatchewan Accelerator Laboratory ** 14 ** University of Saskatchewan ** 15 ** 107 North Road ** 16 ** Saskatoon, Saskatchewan, CANADA ** 17 ** S7N 5C6 ** 18 ** ** 19 ** eric@skatter.usask.ca ** 20 ** ** 21 ** $Id$ ** 22 ** ** 9 23 ************************************************************************** 10 24 ************************************************************************** … … 13 27 #ifndef __MC68360_h 14 28 #define __MC68360_h 15 16 /*17 * $Revision$ $Date$ $Author$18 *19 * This program is free software; you can redistribute it and/or modify20 * it under the terms of the GNU General Public License as published by21 * the Free Software Foundation; either version 2 of the License, or22 * (at your option) any later version.23 *24 * This program is distributed in the hope that it will be useful,25 * but WITHOUT ANY WARRANTY; without even the implied warranty of26 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the27 * GNU General Public License for more details.28 *29 * You should have received a copy of the GNU General Public License30 * along with this program; if not, write to the Free Software31 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.32 *33 * W. Eric Norum34 * Saskatchewan Accelerator Laboratory35 * University of Saskatchewan36 * 107 North Road37 * Saskatoon, Saskatchewan, CANADA38 * S7N 5C639 *40 * eric@skatter.usask.ca41 */42 29 43 30 /* -
cpukit/score/cpu/m68k/rtems/m68k/m68360.h
ra412622 rdce1c1a1 7 7 ** HARDWARE DECLARATIONS ** 8 8 ** ** 9 ** ** 10 ** Submitted By: ** 11 ** ** 12 ** W. Eric Norum ** 13 ** Saskatchewan Accelerator Laboratory ** 14 ** University of Saskatchewan ** 15 ** 107 North Road ** 16 ** Saskatoon, Saskatchewan, CANADA ** 17 ** S7N 5C6 ** 18 ** ** 19 ** eric@skatter.usask.ca ** 20 ** ** 21 ** $Id$ ** 22 ** ** 9 23 ************************************************************************** 10 24 ************************************************************************** … … 13 27 #ifndef __MC68360_h 14 28 #define __MC68360_h 15 16 /*17 * $Revision$ $Date$ $Author$18 *19 * This program is free software; you can redistribute it and/or modify20 * it under the terms of the GNU General Public License as published by21 * the Free Software Foundation; either version 2 of the License, or22 * (at your option) any later version.23 *24 * This program is distributed in the hope that it will be useful,25 * but WITHOUT ANY WARRANTY; without even the implied warranty of26 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the27 * GNU General Public License for more details.28 *29 * You should have received a copy of the GNU General Public License30 * along with this program; if not, write to the Free Software31 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.32 *33 * W. Eric Norum34 * Saskatchewan Accelerator Laboratory35 * University of Saskatchewan36 * 107 North Road37 * Saskatoon, Saskatchewan, CANADA38 * S7N 5C639 *40 * eric@skatter.usask.ca41 */42 29 43 30 /*
Note: See TracChangeset
for help on using the changeset viewer.