diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2000-10-25 21:29:36 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2000-10-25 21:29:36 +0000 |
| commit | 083cc8729cda291a169caefb0791108f6d4b577f (patch) | |
| tree | 113145821ce788984996d04967818cbcea271149 /sys/dev/si | |
| parent | fbc9c4f0425af3613ff0e70b25a37785d02e605f (diff) | |
Notes
Diffstat (limited to 'sys/dev/si')
| -rw-r--r-- | sys/dev/si/si.c | 8 |
1 files changed, 0 insertions, 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 */ |
