Date: Mon, 24 May 2010 07:04:00 +0000 (UTC) From: "Wojciech A. Koszek" <wkoszek@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/compat/linux linux_ioctl.c linux_ioctl.h src/sys/modules/linux Makefile src/sys/sys param.h Message-ID: <201005240704.o4O74q0B090409@repoman.freebsd.org>
index | next in thread | raw e-mail
wkoszek 2010-05-24 07:04:00 UTC
FreeBSD src repository
Modified files:
sys/compat/linux linux_ioctl.c linux_ioctl.h
sys/modules/linux Makefile
sys/sys param.h
Log:
SVN rev 208486 on 2010-05-24 07:04:00Z by wkoszek
Bring USB fixes for linux(4).
Intention of this commit is to let us take a full advantage
of libusb(8) ported to Linux. This decreases a possibility of getting
any collisions within ioctl() "command" space, especially with
relation to LINUX_SNDCTL_SEQ... stuff.
Basically, we provide commands, that will be mapped in the kernel
to correct ones and forward those to the USB layer. Port enabling
functionality brought with this patch is here:
http://www.freebsd.org/cgi/query-pr.cgi?pr=146895
Bump __FreeBSD_version to catch, since which version installing a
port makes sense.
This patch should bring no regressions. So far, only i386 is tested.
Tested by: thompsa@
Reviewed by: thompsa@
OKed by: netchild@
Revision Changes Path
1.165 +111 -11 src/sys/compat/linux/linux_ioctl.c
1.31 +36 -3 src/sys/compat/linux/linux_ioctl.h
1.82 +1 -1 src/sys/modules/linux/Makefile
1.451 +1 -1 src/sys/sys/param.h
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005240704.o4O74q0B090409>
