From 220ad0d5b56a8c3af955b737c3b948bd81ebdb40 Mon Sep 17 00:00:00 2001 From: jhb Date: Wed, 25 Oct 2000 21:29:36 +0000 Subject: This driver doesn't have a software interrupt handler, so don't attempt to schedule a non-existant handler to run. --- sys/dev/si/si.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'sys/dev/si') diff --git a/sys/dev/si/si.c b/sys/dev/si/si.c index 0fef75e..d102430 100644 --- a/sys/dev/si/si.c +++ b/sys/dev/si/si.c @@ -1840,14 +1840,6 @@ si_intr(void *arg) == -1) { pp->sp_delta_overflows++; } - /* - * doesn't seem to be much point doing - * this here.. this driver has no - * softtty processing! ?? - */ - if (pp->sp_hotchar && i == pp->sp_hotchar) { - setsofttty(); - } } } goto more_rx; /* try for more until RXbuf is empty */ -- cgit v1.1