Subject: Re: Enabling opencrypto on all PCI-capable platforms
To: Jonathan Stone <jonathan@DSG.Stanford.EDU>
From: Sam Leffler <sam@errno.com>
List: tech-kern
Date: 01/01/2004 01:45:53
On Wednesday 31 December 2003 11:59 am, Jonathan Stone wrote:
> >Only on platforms that have generic soft interrupts.  (See my PR about
> >opencrypto not compiling on macppc.)
>
> Hrrmm. So, comment out the sys/arch/macppc/conf/GENERIC additions,
> then, until the macppc maintainers add generic softints.  Anything else?

Or switch the soft interrupts back to a kthread since most everything is done 
with direct dispatch right now (except for the asymmetric ops which are still 
always dispatched to the scheduler).

	Sam