Changeset c74169bd in rtems
- Timestamp:
- 08/04/97 21:56:48 (26 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 50b5f9d
- Parents:
- c9647b3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/m68k/mvme162/consolex/consolex.c
rc9647b3 rc74169bd 136 136 /* XXX fix me */ 137 137 #warning "MVME162 BSP -- unknown address for SCC's" 138 static scc_regs *scc[NPORTS] = { 139 ((scc_regs * const) 0xFFF45004), 140 ((scc_regs * const) 0xFFF45000), 141 ((scc_regs * const) 0xFFF45804), 142 ((scc_regs * const) 0xFFF45800) 143 }; 138 144 #endif 139 145
Note: See TracChangeset
for help on using the changeset viewer.