Changeset c42bd452 in rtems


Ignore:
Timestamp:
11/02/99 16:05:41 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
ee9d8d52
Parents:
5d36b344
Message:

Split console_reserve_resources into its own file to reduce dependencies.
Still need to move debug io routines out.

Location:
c/src/lib/libbsp/powerpc/score603e/console
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/powerpc/score603e/console/Makefile.in

    r5d36b344 rc42bd452  
    1717
    1818# C source names, if any, go here -- minus the .c
    19 C_PIECES = 85c30 console tbl85c30
     19C_PIECES = 85c30 console consolereserveresources tbl85c30
    2020C_FILES = $(C_PIECES:%=%.c)
    2121C_O_FILES = $(C_PIECES:%=${ARCH}/%.o)
  • c/src/lib/libbsp/powerpc/score603e/console/console.c

    r5d36b344 rc42bd452  
    123123  return inbyte_nonblocking_85c30( &Ports_85C30[ port ] );
    124124}
    125 
    126  
    127 void console_reserve_resources(
    128   rtems_configuration_table *configuration
    129 )
    130 {
    131   rtems_termios_reserve_resources( configuration, NUM_Z85C30_PORTS );
    132 }
    133 
    134 
     125 
    135126rtems_device_driver console_close(
    136127  rtems_device_major_number major,
Note: See TracChangeset for help on using the changeset viewer.