cvs commit: src/sys/dev/kbdmux kbdmux.c
Ruslan Ermilov
ru at FreeBSD.org
Wed Sep 27 08:32:09 PDT 2006
ru 2006-09-27 15:32:04 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/dev/kbdmux kbdmux.c
Log:
MFC: Revert back to using *(int *)arg when accessing integer ioctl
arguments. For now, this is a work-around only, as sparc64 remains
broken for these ioctls, but it makes keyboard ioctls for little
endian LP64 platforms such as amd64 work again when using kbdmux
(it is used in the GENERIC kernel). A one true fix for all is in
works, and will be committed to -CURRENT shortly.
Approved by: re (kensmith)
Revision Changes Path
1.2.2.7 +13 -13 src/sys/dev/kbdmux/kbdmux.c
More information about the cvs-src
mailing list