Date: Wed, 27 Sep 2006 15:32:04 +0000 (UTC) From: Ruslan Ermilov <ru@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/kbdmux kbdmux.c Message-ID: <200609271532.k8RFW4gO003671@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609271532.k8RFW4gO003671>