Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Jul 1999 02:15:00 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        bde@zeta.org.au, mike@smith.net.au
Cc:        current@FreeBSD.ORG, des@flood.ping.uio.no, obrien@NUXI.com, sobomax@altavista.net
Subject:   Re: PLIP is still broken :(
Message-ID:  <199907221615.CAA32368@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help

>> 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 majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907221615.CAA32368>