From owner-freebsd-usb@FreeBSD.ORG Wed Nov 5 16:39:50 2008 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 786BD1065673 for ; Wed, 5 Nov 2008 16:39:50 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.29]) by mx1.freebsd.org (Postfix) with ESMTP id 1E6468FC16 for ; Wed, 5 Nov 2008 16:39:49 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so46695ywe.13 for ; Wed, 05 Nov 2008 08:39:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=8sp7nqQhQsEarIykl1cCE2Vqd5VVmbCs8+7v4Ogtm9E=; b=UMvQErNBtMccBwUF7LPiuRkU0LgcRWMLwCrXF15IE8LmgL/R21PH9TymFnlCcIwe+e 8EiszPjInaHxTnd4UU3J2Z4ydplC2S3OG8XtzZCtoZ5N4WnrZCYfZWXnItifykbs/E4k AL+FvmUSsJ9550Hj97oE4sQYBbZlrfW4UVsPs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=IofuRiKW2p2t/r0K+yHlSR/2VruTDzytKh+tTiQ5tUSdUyxwwoUjnTEhBwIhyAb803 TL9ocS0ziD7FDdPccySPEFjU7cNseOfjYB/HgaNF9+E2Vk/zRsIQ/nW7Q39uyB2/tIzs FYa3NjHRgxVDlY9/aBeCfaXrq8Cv2IQnJoFcM= Received: by 10.86.95.20 with SMTP id s20mr1283047fgb.39.1225901314721; Wed, 05 Nov 2008 08:08:34 -0800 (PST) Received: from localhost (93-80-212-75.broadband.corbina.ru [93.80.212.75]) by mx.google.com with ESMTPS id 4sm194757fge.8.2008.11.05.08.08.31 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 05 Nov 2008 08:08:33 -0800 (PST) From: swell.k@gmail.com To: Thomas Sparrevohn References: <200810251925.47273.hselasky@c2i.net> <20081104230547.GE8256@e.0x20.net> <200811050915.54175.hselasky@c2i.net> <200811051236.41450.Thomas.Sparrevohn@btinternet.com> Date: Wed, 05 Nov 2008 19:08:29 +0300 In-Reply-To: <200811051236.41450.Thomas.Sparrevohn@btinternet.com> (Thomas Sparrevohn's message of "Wed, 5 Nov 2008 12:36:40 +0000") Message-ID: <863ai6yx36.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (berkeley-unix) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Cc: current@freebsd.org, Alfred Perlstein , Lars Engels , freebsd-current@freebsd.org, freebsd-usb@freebsd.org, Renato Botelho Subject: Re: USB4BSD release candidate number 3 - request for review X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Nov 2008 16:39:50 -0000 --=-=-= Thomas Sparrevohn writes: > On Wednesday 05 November 2008 08:15:52 Hans Petter Selasky wrote: >> Hi, >> >> > And one last thing: >> > # usbdevs -v >> > usbdevs: no USB controllers found >> > >> >> That command is no longer supported. Use "usbconfig" instead. I'm not sure if >> it is currently installed by default. >> >> --HPS >> > > usbconfig does not install per default - it does not even seem to compile - I think this patch might be a workaround then. --=-=-= Content-Disposition: inline; filename=a Index: share/man/man4/Makefile =================================================================== --- share/man/man4/Makefile (revision 184644) +++ share/man/man4/Makefile (working copy) @@ -416,6 +416,20 @@ ural.4 \ urio.4 \ usb.4 \ + usb2_bluetooth.4 \ + usb2_controller.4 \ + usb2_core.4 \ + usb2_ethernet.4 \ + usb2_image.4 \ + usb2_input.4 \ + usb2_misc.4 \ + usb2_ndis.4 \ + usb2_quirk.4 \ + usb2_serial.4 \ + usb2_sound.4 \ + usb2_storage.4 \ + usb2_template.4 \ + usb2_wlan.4 \ uscanner.4 \ uslcom.4 \ utopia.4 \ Index: usr.sbin/Makefile =================================================================== --- usr.sbin/Makefile (revision 184644) +++ usr.sbin/Makefile (working copy) @@ -181,6 +181,7 @@ trpt \ tzsetup \ ugidfw \ + ${_usbconfig} \ ${_usbdevs} \ ${_vidcontrol} \ vipw \ @@ -401,6 +402,7 @@ .endif .if ${MK_USB} != "no" +_usbconfig= usbconfig _usbdevs= usbdevs .endif Index: lib/Makefile =================================================================== --- lib/Makefile (revision 184644) +++ lib/Makefile (working copy) @@ -38,7 +38,8 @@ ${_libpmc} libproc librt ${_libsdp} ${_libsm} ${_libsmb} \ ${_libsmdb} \ ${_libsmutil} libstand ${_libtelnet} ${_libthr} libthread_db libufs \ - libugidfw ${_libusbhid} ${_libvgl} libwrap liby libz ${_bind} + libugidfw ${_libusb20} ${_libusbhid} ${_libvgl} libwrap liby libz \ + ${_bind} .if exists(${.CURDIR}/csu/${MACHINE_ARCH}-elf) _csu=csu/${MACHINE_ARCH}-elf @@ -135,6 +136,7 @@ .endif .if ${MK_USB} != "no" +_libusb20= libusb20 _libusbhid= libusbhid .endif Index: lib/libusb20/Makefile =================================================================== --- lib/libusb20/Makefile (revision 184644) +++ lib/libusb20/Makefile (working copy) @@ -18,7 +18,7 @@ INCS+= libusb20_compat10.h MAN= libusb20.3 MKLINT= no +CFLAGS+= -I${.CURDIR}/../../sys NOGCCERROR= .include - --=-=-=--