From d9608233c78b8d95a62d2d903e46d2be27c0b690 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 25 Sep 2000 19:04:16 +0000 Subject: 2000-09-25 Joel Sherrill * include/bsp.h: tty_* renamed to console_*. * tty/tty.c: Ditto. * shmsupp/addrconv.c: Typo fixed. * wrapup/Makefile.am: Merge startup not start directory. --- c/src/lib/libbsp/hppa1.1/simhppa/include/bsp.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'c/src/lib/libbsp/hppa1.1/simhppa/include/bsp.h') diff --git a/c/src/lib/libbsp/hppa1.1/simhppa/include/bsp.h b/c/src/lib/libbsp/hppa1.1/simhppa/include/bsp.h index f42d1d08a7..fb35dfb711 100644 --- a/c/src/lib/libbsp/hppa1.1/simhppa/include/bsp.h +++ b/c/src/lib/libbsp/hppa1.1/simhppa/include/bsp.h @@ -92,14 +92,6 @@ rtems_device_driver Clock_control( extern int use_print_buffer; -/* - * When not doing printf to a buffer, we do printf thru RTEMS libio - * and our tty driver. Set it up so that console is right. - */ - -#define CONSOLE_DRIVER_TABLE_ENTRY \ - { tty_initialize, tty_open, tty_close, tty_read, tty_write, tty_control } - #define HPPA_INTERRUPT_EXTERNAL_MPCI HPPA_INTERRUPT_EXTERNAL_10 rtems_isr_entry set_vector(rtems_isr_entry, rtems_vector_number, int); -- cgit v1.2.3