>> Possible quick fix (hack): change all the spltty()'s in lpt.c to
>> splnet()'s.  lpt isn't a tty driver; it just abuses spltty().  Abusing
>> splnet() instead should work OK for lpt and fix if_plip.
>
>What about vpo?

vpo uses only polled mode.  I think its "interrupt" handler is attached
to a cam software interrupt handler of timeout handler.  In any case, it
is not attached to ppcintr(), so ppc's interrupt class doesn't affect it.

Bruce


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to