[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: USB4BSD release candidate number 3 - request for review
- To: Thomas Sparrevohn <Thomas_(_dot_)_Sparrevohn_(_at_)_btinternet_(_dot_)_com>
- Subject: Re: USB4BSD release candidate number 3 - request for review
- From: swell_(_dot_)_k_(_at_)_gmail_(_dot_)_com
- Date: Wed, 05 Nov 2008 19:08:29 +0300
- Cc: current_(_at_)_freebsd_(_dot_)_org, Alfred Perlstein <bright_(_at_)_mu_(_dot_)_org>, Lars Engels <lme_(_at_)_freebsd_(_dot_)_org>, freebsd-current_(_at_)_freebsd_(_dot_)_org, freebsd-usb_(_at_)_freebsd_(_dot_)_org, Renato Botelho <rbgarga_(_at_)_gmail_(_dot_)_com>
- 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=
Thomas Sparrevohn <Thomas_(_dot_)_Sparrevohn_(_at_)_btinternet_(_dot_)_com> 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.
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 <bsd.lib.mk>
-
_______________________________________________
freebsd-usb_(_at_)_freebsd_(_dot_)_org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscribe_(_at_)_freebsd_(_dot_)_org"
Visit your host, monkey.org