From owner-cvs-src-old@FreeBSD.ORG Mon Jan 18 22:46:29 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 49D1D1065693 for ; Mon, 18 Jan 2010 22:46:29 +0000 (UTC) (envelope-from wkoszek@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 388E88FC20 for ; Mon, 18 Jan 2010 22:46:29 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o0IMkTDR038679 for ; Mon, 18 Jan 2010 22:46:29 GMT (envelope-from wkoszek@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o0IMkTnn038678 for cvs-src-old@freebsd.org; Mon, 18 Jan 2010 22:46:29 GMT (envelope-from wkoszek@repoman.freebsd.org) Message-Id: <201001182246.o0IMkTnn038678@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to wkoszek@repoman.freebsd.org using -f From: "Wojciech A. Koszek" Date: Mon, 18 Jan 2010 22:46:06 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/compat/linux linux_ioctl.c linux_ioctl.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jan 2010 22:46:29 -0000 wkoszek 2010-01-18 22:46:06 UTC FreeBSD src repository Modified files: sys/compat/linux linux_ioctl.c linux_ioctl.h Log: SVN rev 202598 on 2010-01-18 22:46:06Z by wkoszek Let us to use our libusb(3) in Linuxolator. With this change, Linux binaries can work with our libusb(3) when it's compiled against our header files on GNU/Linux system -- this solves the problem with differences between /dev layouts. With ported libusb(3), I am able to use my USB JTAG cable with Linux binaries that support it. Reviewed by: thompsa Revision Changes Path 1.162 +22 -0 src/sys/compat/linux/linux_ioctl.c 1.30 +6 -0 src/sys/compat/linux/linux_ioctl.h