cvs commit: src/sys/dev/kbdmux kbdmux.c

Maksim Yevmenkin maksim.yevmenkin at gmail.com
Tue Sep 19 09:46:59 PDT 2006


Ruslan,

revision 1.12 does NOT work on sparc64. it causes crash with

panic: trap: memory address not aligned

i'll try to find which particular ioctl causes it. in the mean time
reverting everything back to (int *) casting makes everything work.

btw, other keyboard drivers ukbd(4), atkbd(4) and sunkbd(4) use simple
cast (int *) and NOT intptr_t.

thanks,
max

On 9/19/06, Ruslan Ermilov <ru at freebsd.org> wrote:
> ru          2006-09-19 13:03:10 UTC
>
>   FreeBSD src repository
>
>   Modified files:
>     sys/dev/kbdmux       kbdmux.c
>   Log:
>   Make typecast expressions comply with style(9).
>
>   Revision  Changes    Path
>   1.12      +5 -5      src/sys/dev/kbdmux/kbdmux.c
>


More information about the cvs-all mailing list