summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2000-10-25 21:29:36 +0000
committerjhb <jhb@FreeBSD.org>2000-10-25 21:29:36 +0000
commit220ad0d5b56a8c3af955b737c3b948bd81ebdb40 (patch)
treedac47874bdb5653a896b306821408ef6c0b227e9 /sys
parenta2d3e81fbe6eddfa397bde10d42c945ad42762dc (diff)
downloadFreeBSD-src-220ad0d5b56a8c3af955b737c3b948bd81ebdb40.zip
FreeBSD-src-220ad0d5b56a8c3af955b737c3b948bd81ebdb40.tar.gz
This driver doesn't have a software interrupt handler, so don't attempt to
schedule a non-existant handler to run.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/si/si.c8
1 files changed, 0 insertions, 8 deletions
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 */
OpenPOWER on IntegriCloud