From 693b5b8850764abdaefc76938eaa155d0e4447ef Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 9 Jul 1998 23:30:02 +0000 Subject: Switched to default probe routine. --- c/src/libchip/serial/mc68681.c | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) (limited to 'c/src/libchip/serial/mc68681.c') diff --git a/c/src/libchip/serial/mc68681.c b/c/src/libchip/serial/mc68681.c index ade398bb06..f95be61d15 100644 --- a/c/src/libchip/serial/mc68681.c +++ b/c/src/libchip/serial/mc68681.c @@ -33,7 +33,7 @@ console_fns mc68681_fns = { - mc68681_probe, /* deviceProbe */ + libchip_serial_default_probe, /* deviceProbe */ mc68681_open, /* deviceFirstOpen */ mc68681_flush, /* deviceLastClose */ NULL, /* deviceRead */ @@ -46,7 +46,7 @@ console_fns mc68681_fns = console_fns mc68681_fns_polled = { - mc68681_probe, /* deviceProbe */ + libchip_serial_default_probe, /* deviceProbe */ mc68681_open, /* deviceFirstOpen */ mc68681_close, /* deviceLastClose */ mc68681_inbyte_nonblocking_polled, /* deviceRead */ @@ -63,21 +63,6 @@ extern void set_vector( rtems_isr_entry, rtems_vector_number, int ); * Console Device Driver Entry Points */ -/* - * mc68681_probe - * - * Default probe routine which simply say the port is present. - */ - -MC68681_STATIC boolean mc68681_probe(int minor) -{ - /* - * If the configuration dependent probe has located the device then - * assume it is there - */ - return(TRUE); -} - /* * mc68681_baud_rate * -- cgit v1.2.3