From 083cc8729cda291a169caefb0791108f6d4b577f Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Wed, 25 Oct 2000 21:29:36 +0000 Subject: [PATCH] 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(-) diff --git a/sys/dev/si/si.c b/sys/dev/si/si.c index 0fef75e31527..d102430eea9d 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 */