This driver doesn't have a software interrupt handler, so don't attempt to
schedule a non-existant handler to run.
This commit is contained in:
parent
fbc9c4f042
commit
083cc8729c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=67586
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user