Subject: error/typo in sandpoint/extintr.c ?
To: None <port-sandpoint@netbsd.org>
From: Andreas Oman <andoma@packetfront.com>
List: port-sandpoint
Date: 06/15/2002 13:21:36
from extintr.c

        /*
         * Initialize the soft interrupt masks to block themselves.
         */
        imask[IPL_SOFTCLOCK] = SINT_SERIAL;
        imask[IPL_SOFTNET] = SINT_NET;
        imask[IPL_SOFTSERIAL] = SINT_SERIAL;


I suppose imask[IPL_SOFTCLOCK] should be initialized to SINT_CLOCK and
not something else ?


regards, Andreas