Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Jul 1999 14:43:09 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        freebsd-hackers@FreeBSD.ORG, freebsd-smp@FreeBSD.ORG, sthaug@nethelp.no
Subject:   Re: rndcontrol and SMP
Message-ID:  <199907240443.OAA14734@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>        /*
>         * XXX the data is 16-bit due to a historical botch, so we use
>         * magic 16's instead of ICU_LEN and can't support 24 interrupts
>         * under SMP.
>         */
>        intr = *(int16_t *)data;
>        if (cmd != MEM_RETURNIRQ && (intr < 0 || intr >= 16))
>                return (EINVAL);
>
>What is needed to make this support a more sensible number of IRQs?

Mainly changing the ioctl and its clients (rndcontrol only?) to supply
more bits.

Bruce


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-smp" in the body of the message




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