error/typo in sandpoint/extintr.c ?

Andreas Oman <[email protected]> Sat, 15 Jun 2002 13:21:36 +0200 (CEST)
Newsgroups gmane.os.netbsd.ports.sandpoint
Message-ID <Pine.LNX.4.33.0206151320020.15267-100000@mailhost>

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