Ignore:
Timestamp:
08/04/97 21:53:42 (26 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
81d96577
Parents:
02d0880
Message:

Correcting difference between mvme162lx and mvme162. All versions have
four serial ports.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/m68k/mvme162/consolex/consolex.c

    r02d0880 r669123e1  
    126126
    127127#undef  scc
     128#if defined(mvme162lx)
    128129static scc_regs *scc[NPORTS] = {
    129130    ((scc_regs * const) 0xFFF45004),
     
    132133    ((scc_regs * const) 0xFFF45800)
    133134};
     135#else
     136/* XXX fix me */
     137#warning "MVME162 BSP -- unknown address for SCC's"
     138#endif
    134139
    135140#undef  ZWRITE0
Note: See TracChangeset for help on using the changeset viewer.