From owner-freebsd-usb@FreeBSD.ORG Sun Jul 28 03:10:01 2013 Return-Path: Delivered-To: freebsd-usb@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A34FF344 for ; Sun, 28 Jul 2013 03:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 833EA2ECC for ; Sun, 28 Jul 2013 03:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r6S3A1Vm019491 for ; Sun, 28 Jul 2013 03:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r6S3A13t019490; Sun, 28 Jul 2013 03:10:01 GMT (envelope-from gnats) Date: Sun, 28 Jul 2013 03:10:01 GMT Message-Id: <201307280310.r6S3A13t019490@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org Cc: From: Alexandre Kovalenko Subject: Re: usb/180726: XHCI umass support breaks between r248085 and r252560 on 9-STABLE X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Alexandre Kovalenko List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jul 2013 03:10:01 -0000 The following reply was made to PR usb/180726; it has been noted by GNATS. From: Alexandre Kovalenko To: bug-followup@FreeBSD.org, bsd.gaijin@gmail.com Cc: Subject: Re: usb/180726: XHCI umass support breaks between r248085 and r252560 on 9-STABLE Date: Sat, 27 Jul 2013 23:07:04 -0400 --Apple-Mail=_14A7616C-868E-4938-8FF0-F03573AB44BF Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 I can confirm that as of FreeBSD twinhead 9.2-BETA2 FreeBSD 9.2-BETA2 #13 r253716: Sat Jul 27 = 18:26:26 EDT 2013 problem is fixed and drives are properly recognized. Thank you, Alexandre "Sunny" Kovalenko (=D0=9E=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0= =B4=D1=80 =D0=9A=D0=BE=D0=B2=D0=B0=D0=BB=D0=B5=D0=BD=D0=BA=D0=BE) --Apple-Mail=_14A7616C-868E-4938-8FF0-F03573AB44BF Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=utf-8 I can = confirm that as of

FreeBSD twinhead 9.2-BETA2 FreeBSD = 9.2-BETA2 #13 r253716: Sat Jul 27 18:26:26 EDT = 2013

problem is fixed and drives are properly = recognized.

Thank you,


Alexandre "Sunny" = Kovalenko (=D0=9E=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80 = =D0=9A=D0=BE=D0=B2=D0=B0=D0=BB=D0=B5=D0=BD=D0=BA=D0=BE)




= --Apple-Mail=_14A7616C-868E-4938-8FF0-F03573AB44BF-- From owner-freebsd-usb@FreeBSD.ORG Sun Jul 28 08:47:17 2013 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7ED3992F for ; Sun, 28 Jul 2013 08:47:17 +0000 (UTC) (envelope-from hans.petter.selasky@bitfrost.no) Received: from mta.bitpro.no (mta.bitpro.no [92.42.64.202]) by mx1.freebsd.org (Postfix) with ESMTP id B9029255D for ; Sun, 28 Jul 2013 08:47:16 +0000 (UTC) Received: from mail.lockless.no (mail.lockless.no [46.29.221.38]) by mta.bitpro.no (Postfix) with ESMTP id 0FB937A261; Sun, 28 Jul 2013 10:47:16 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.lockless.no (Postfix) with ESMTP id 0F4688F04D3; Sun, 28 Jul 2013 10:47:21 +0200 (CEST) X-Virus-Scanned: by amavisd-new-2.6.4 (20090625) (Debian) at lockless.no Received: from mail.lockless.no ([127.0.0.1]) by localhost (mail.lockless.no [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zF2RNo6qu85Z; Sun, 28 Jul 2013 10:47:19 +0200 (CEST) Received: from mail.lockless.no (localhost [127.0.0.1]) by mail.lockless.no (Postfix) with ESMTP id B03C58F04D2; Sun, 28 Jul 2013 10:47:19 +0200 (CEST) Subject: RE: USB 3.0 HDD ILLEGAL REQUEST asc:20, 0 (Invalid command operation code) From: =?utf-8?Q?Hans_Petter_Selasky?= To: =?utf-8?Q?Janaka_Withana?= , =?utf-8?Q?freebsd-usb=40freebsd=2Eorg?= Date: Sun, 28 Jul 2013 10:47:19 +0200 Mime-Version: 1.0 In-Reply-To: References: X-Priority: 3 (Normal) X-Mailer: Zarafa 7.1.4-41394 Message-Id: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jul 2013 08:47:17 -0000 Running:=0D=0A=0D=0Ausbconfig=0D=0A=0D=0AWill list all devices.=0D=0A=0D=0A= You need to re-plug the device after applying the quirk.=0D=0A=0D=0A--HPS= =0D=0A=0D=0A=20=0D=0A=20=0D=0A-----Original message-----=0D=0A> From:Jana= ka Withana >=0D=0A> S= ent: Sunday 28th July 2013 1:56=0D=0A> To: Hans Petter Selasky >; freebs= d-usb@freebsd.org =20=0D=0A> Subject: Re:= USB 3.0 HDD ILLEGAL REQUEST asc:20, 0 (Invalid command operation code)=0D= =0A>=20=0D=0A> guessed it was 1.2=0D=0A>=20=0D=0A> > usbconfig -d 1.2 add= _quirk UQ_MSC_NO_SYNC_CACHE=0D=0A>=20=0D=0A> did not fix it=0D=0A>=20=0D=0A= > still get errors:=0D=0A> > kernel: (da1:umass-sim1:1:0:0): SYNCHRONIZE = CACHE(10). CDB: 35 0 0 0 0 0 0=20=0D=0A> > 0 0 0=0D=0A> > kernel: (da1:um= ass-sim1:1:0:0): CAM status: SCSI Status Error=0D=0A> > kernel: (da1:umas= s-sim1:1:0:0): SCSI status: Check Condition=0D=0A> > kernel: (da1:umass-s= im1:1:0:0): SCSI sense: ILLEGAL REQUEST asc:20,0=20=0D=0A> > (Invalid com= mand operation code)=0D=0A> > kernel: (da1:umass-sim1:1:0:0): Error 22, U= nretryable error=0D=0A>=20=0D=0A> -----Original Message-----=20=0D=0A> Fr= om: Janaka Withana=0D=0A> Sent: Saturday, July 27, 2013 7:18 PM=0D=0A> To= : Hans Petter Selasky ; freebsd-usb@freebsd.org =20=0D=0A> Subject: Re: USB 3.0 HDD ILLEGAL REQUEST asc:20, 0 (Inv= alid command=20=0D=0A> operation code)=0D=0A>=20=0D=0A> RE: USB 3.0 HDD I= LLEGAL REQUEST asc:20, 0 (Invalid command operation=20=0D=0A> code)thanks= !=0D=0A>=20=0D=0A> any idea the best way to determine the unit & addr of = the device=3F=0D=0A>=20=0D=0A> sorry for the follow-up newbie question, b= ut the usbconfig man page is a bit=20=0D=0A> sparse.=0D=0A>=20=0D=0A> Fro= m: Hans Petter Selasky=0D=0A> Sent: Saturday, July 27, 2013 1:37 AM=0D=0A= > To: Janaka Withana ; freebsd-usb@freebsd.org =20=0D=0A> Subject: RE: USB 3.0 HDD ILLEGAL REQUEST asc:20, 0 (Inva= lid command=20=0D=0A> operation code)=0D=0A>=20=0D=0A> usbconfig -d X.Y a= dd_quirk UQ_MSC_NO_SYNC_CACHE--HPS -----Original=20=0D=0A> message----->= From:Janaka Withana = >> Sent: Friday 26th=20=0D=0A> July 2013 23:37> To: freebsd-usb@freebsd.o= rg > Subject: Re: USB 3.0 HDD=20=0D=0A> = ILLEGAL REQUEST asc:20, 0 (Invalid command operation code)> > Sorry,> >=20= =0D=0A> Seems one of the author suggested a fix.> > > Line to add to usb_= quirk.c:> >=20=0D=0A> USB_QUIRK_VP(0x13fe, 0x2240, 0x0000, 0xffff, UQ_MSC= _NO_SYNC_CACHE),> > Any=20=0D=0A> other workarounds you could suggest tha= t would not require me to >=20=0D=0A> recompile=3F I am using nas4free em= bedded.> > -----Original Message----- >=20=0D=0A> From: Janaka Withana> S= ent: Friday, July 26, 2013 5:33 PM> To:=20=0D=0A> freebsd-usb@freebsd.org= > Subject: USB 3.0 HDD ILLEGAL REQUEST = asc:20,0=20=0D=0A> (Invalid command operation > code)> > I am using FreeB= SD 9.1 to p4 (Nas4Free=20=0D=0A> 9.1.0.1.804) and get the following> repe= ated errors using a USB 3.0 hard=20=0D=0A> drive via a USB 3.0 port> > Ju= l 26 17:11:26 nas kernel:=20=0D=0A> (da1:umass-sim1:1:0:0): SYNCH= RONIZE> CACHE(10). CDB: 35 0 0 0 0=0D=0A> 0 0 0 0 0> Jul 26 17:11:26 = nas kernel: (da1:umass-sim1:1:0:0): CAM=20=0D=0A> status: SCSI> Sta= tus Error> Jul 26 17:11:26 nas kernel:=20=0D=0A> (da1:umass-sim1:= 1:0:0): SCSI status:> Check Condition> Jul 26 17:11:26=20=0D=0A> nas = kernel: (da1:umass-sim1:1:0:0): SCSI sense:> ILLEGAL REQUEST=20=0D=0A> as= c:20,0 (Invalid command operation code)> Jul 26 17:11:26 nas=20=0D=0A= > kernel: (da1:umass-sim1:1:0:0): Error 22,> Unretryable error> > Drive i= s zfs=20=0D=0A> formatted and seems to work without losing data. This iss= ues> seems to keep=20=0D=0A> popping up:>=20=0D=0A> " target=3D"_blank">h= ttp://lists.freebsd.org/pipermail/freebsd-usb/2013-January/011850.html> <= http://lists.freebsd.org/pipermail/freebsd-usb/2013-January/011850.html> = ;=20=0D=0A> " target=3D"_blank">http://lists.freebsd.org/pipermail/freebs= d-usb/2012-April/011179.html> ; >=20=0D=0A> Seems the last author proposed= a fixL > >=20=0D=0A> _______________________________________________> fr= eebsd-usb@freebsd.org =20=0D=0A> mailing= list> " target=3D"_blank">http://lists.freebsd.org/mailman/listinfo/free= bsd-usb> ; To=20=0D= =0A> unsubscribe, send any mail to "freebsd-usb-unsubscribe@freebsd.org <= mailto:freebsd-usb-unsubscribe@freebsd.org> ">=0D=0A> ___________________= ____________________________=0D=0A> freebsd-usb@freebsd.org mailing list=0D=0A> http://lists.freebsd.org/mailman= /listinfo/freebsd-usb =20=0D=0A> To unsubscribe, send any mail to "freebsd-usb-unsubscribe@= freebsd.org "=20=0D=0A>=20=0D= =0A> _______________________________________________=0D=0A> freebsd-usb@f= reebsd.org mailing list=0D=0A> http://l= ists.freebsd.org/mailman/listinfo/freebsd-usb =20=0D=0A> To unsubscribe, send any mail to "= freebsd-usb-unsubscribe@freebsd.org "=0D=0A>=20=0D=0A=0D=0A From owner-freebsd-usb@FreeBSD.ORG Mon Jul 29 11:06:54 2013 Return-Path: Delivered-To: freebsd-usb@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4F57121A for ; Mon, 29 Jul 2013 11:06:54 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2EE362DE9 for ; Mon, 29 Jul 2013 11:06:54 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r6TB6sE4061953 for ; Mon, 29 Jul 2013 11:06:54 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r6TB6rOC061951 for freebsd-usb@FreeBSD.org; Mon, 29 Jul 2013 11:06:53 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 29 Jul 2013 11:06:53 GMT Message-Id: <201307291106.r6TB6rOC061951@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-usb@FreeBSD.org Subject: Current problem reports assigned to freebsd-usb@FreeBSD.org X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jul 2013 11:06:54 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/180837 usb [scsi_da] [patch] Kingston DT 101 G2 usb stick quirk ( o usb/180726 usb XHCI umass support breaks between r248085 and r252560 o usb/180657 usb [PATCH] Filco Majestouch 2 keyboard recognized as keyb o usb/180617 usb New quirk (another member of Western Digital My Passpo o usb/180254 usb FreeBSD 9.1 on 384GB memory server o usb/180119 usb FreeBSD 9.1 umass driver does not correctly handle Pan o usb/179505 usb Kernel detaches Arduino Leonardo (and similar) board u o usb/179342 usb Freebsd 10.0-current USB 3.0 not working (xhci_do_coma o usb/179109 usb After detach USB Flash a keyboard does not work. o usb/179107 usb [usb] After detach USB Flash a keyboard does not work. o usb/178773 usb [usbdevs] [patch] Huawei E303 USB 3G modem support o usb/178771 usb [usbdevs] [patch] Western Digital My Passport HD o usb/178722 usb FreeBSD 9.1-STABLE r250561 breaks support for webcam L o usb/178267 usb [usb] USB causing interrupt storm on irq16 o usb/177897 usb [u3g][patch] add support for the Huawei E352 modem o usb/177896 usb man page for usb_quirk suggests adding device to kerne o usb/177895 usb similar 1TB Western Digital "My Passports" - some load o usb/177666 usb [usbdevs] [patch] Add support for Texas Instruments / o usb/176913 usb [ehci] High interrupt load with ehci o usb/176841 usb [umass] Sony DSC-H2 USB connection fails o usb/176417 usb [xhci][cam][umass] kernelpanic while removing plugged o usb/175731 usb detaching USB keyboard freezes other USB keyboards o usb/175639 usb not detect usb netcard D-LINK DUB-E100 rev C1 o usb/175599 usb [usbdevs][patch]Liebert UPS PSI1000 being assigned uhi o usb/175551 usb Seagate 2TB USB extern hard disk have errors with Free o usb/175379 usb usb card-reader problem o usb/175302 usb don't mount virtual driver CD for my phone o usb/174963 usb buffalo wli-uc-gn wireless card sometimes unusable and o usb/174835 usb uaudio fails to create pcm/dsp device file o usb/174814 usb [PATCH] support for MiFi 2200 o usb/174695 usb usb keeps disconnecting mouse or keyboard o usb/174575 usb Interrupt storm error on startup o usb/174464 usb clone MAC address(es) on usb networks cdce(4) && ue[0- o usb/174254 usb MIDI keyboard not recognised o usb/173722 usb [xhci] xhci driver bug after suspend to RAM (ACPI S3 m o usb/173616 usb LG USB DVD-RW USB STALL o usb/173182 usb usbus appears as a network device o usb/172937 usb FreeBSD 9.1-RC2 usb3 port disconnects o usb/172633 usb Sony Cybershot not recognized as USB mem stick o usb/172199 usb [xhci] high interrupts load xhci o usb/171354 usb [umass] Medium not present error on flash drive [regre o usb/171262 usb plug in sdhc via usb reader reboots machine o usb/171197 usb ADATA Classic CH11 USB HDD doesn't work in FreeBSD 9.1 o usb/170699 usb FreeBSD 9.0 Doesn't list HDD or its partitions in part o usb/170688 usb patch][usbdevs][wlan] Patch for ASUS Black Diamond USB o usb/170606 usb r239222 kernel panic at boot - usb locking issue o usb/170358 usb [ums] Wrong (duplicate) button numbers o usb/170123 usb [umass] HP v210w USB stick not supported o usb/169935 usb [keyboard] Unable use USB keyboard while panic o usb/169789 usb [u3g] [patch] add support for huawei e3131 o usb/169461 usb [ugen] USB2 high-speed device detected as full speed o usb/169428 usb [ugen] ugen not detecting all endpoints on device [reg o usb/168551 usb [umass] Issues with embedded card reader (Laptop ASUS o usb/168132 usb [umass] MATSHITA memory card size reported wrong, moun o usb/167847 usb [ural] dlink dwl-122g e crashes(?) when trying wap2 cr o usb/167001 usb [USB] [PATCH] add support for Smart G2 64MB memory key o usb/165815 usb [usbdevs] [patch] add k3772z 3g modem support o usb/165163 usb [keyboard] The USB RF keyboard and mouse become non-re o usb/164058 usb [umass] Lexar 8GB USB flash drive doesn't work by defa f usb/163328 usb [usb] Support for Atheros USB abgn devices o kern/163091 usb [panic] Fatal trap 12: page fault while in kernel mode f usb/162306 usb usb devices cant get address asignation, no memories, o usb/162054 usb usbdump just hangs on 9.0-RC1 f usb/161793 usb poor EHCI usb2 i/o performance o usb/160436 usb ucom wedges machine on parity error ? o usb/160299 usb MicroSDHC-to-USB adapters do not work in FreeBSD 8.x o usb/160192 usb [install] Installation from USB-Stick doesn't find the o usb/159274 usb USB 3.0 Etron EJ168A does not work. f usb/159191 usb [fusefs-ntfs] write on fusefs-ntfs mounted partition r o usb/157376 usb LaCie USB disk not recognized o usb/157074 usb [boot] [usb8] vfs_mountroot_ask is called when no usb o usb/156898 usb [keyboard] usb keyboard does not work while boot (ps2 f usb/156735 usb Need Quirk for Goflex USB Disk Drives o usb/156726 usb [snd_uaudio]: snd_uaudio(4) fails to detach when mixer o usb/156725 usb USB stack stall cause complete system input loss o usb/156596 usb [ehci] Extremely high interrupt rate on ehci/uhci IRQ1 o usb/156000 usb rum(4) Fatal trap 18: integer divide fault while in ke f usb/155996 usb NanoBSD not booted as Disk o usb/155784 usb Problem with Transcend StoreJet 25M3 (2AJ1) on Asus M2 o usb/155663 usb [usbdevs] [patch] Add support for Supertop Nano 1GB US o usb/154753 usb [usbdevs] [patch] Support for Qualcomm USB modem/stora o usb/154506 usb [umass] Copying dir with large files makes FreeBSD loa o usb/154192 usb [umass] In Garmin Oregon GPS, only the first umass dev o i386/153851 usb [keyboard] keyboard issues on new Intel Mother boards. o usb/153703 usb [keyboard] My USB keyboard can not be used in 8-STABLE o usb/153609 usb [zyd] [panic] kernel: Fatal trap 12: page fault while f kern/153514 usb [cam] [panic] CAM related panic o usb/153149 usb [umass] USB stick quirk regression [regression] o usb/152075 usb [usb8] [ehci] [request] Add quirk for CS5536 USB o usb/150892 usb [zyd] Whenever network contacted in any shape, way or o usb/150189 usb [run] [usb8] [patch] if_run appears to corrupt IP traf p usb/149764 usb [u3g] [patch] usbdevs update: Huawei K3765 3G modem o usb/149283 usb [uftdi] avrdude unable to talk to Arduino board (via u o usb/149162 usb [ural] ASUS WL-167g doesn't work in 8.1 (continue of 1 s usb/148702 usb [usb8] [request] IO DATA USB-RSAQ5 support on FreeBSD- o usb/148080 usb usbconfig(8) sometimes does not turn off the device o i386/147475 usb [install] FreeBSD 8.x does not install on ASUS K8N4-E o usb/146840 usb [hang] FreeBSD 7.2 / 7.3 / 8.0 hang at startup after e o usb/146153 usb [axe] [usb8] Hosts in network doesn't receive any pack f usb/146054 usb [urtw] [usb8] urtw driver potentially out of date f usb/145513 usb [usb8] New USB stack: no new devices after forced usb p usb/145455 usb [usb8] [patch] USB debug support cannot be disabled o usb/145415 usb [umass] [usb8] USB card reader does not create slices a usb/145184 usb GENERIC can't mount root from USB on Asus EEE o usb/145165 usb [keyboard] [usb8] ukbd_set_leds_callback: error=USB_ER f kern/144938 usb [keyboard] [boot] Boot Failure with Apple (MB869LL/A) o usb/144387 usb [run] [panic] if_run panic o usb/144043 usb [umass] [usb8] USB DLT tape drive throws random errors a usb/143790 usb [boot] [cam] can not boot from usb hdd f usb/143620 usb [cdce] [usb8] the module if_cdce doesn't support my Op f usb/143294 usb [usb8] copying process stops at some time (10 - 50 sec o usb/143286 usb [ukbd] [usb8] [boot] boot failures on RELENG_8 system p usb/143186 usb [usbdevs] [usb8] [patch] add USB device IDs for Google a usb/143139 usb [umass] [usb8] [patch] Quirk for Century EX35SW4_SB4 J p usb/143045 usb [umass] [usb8] [patch] mounting Fujitsu 2600Z camera d f usb/142989 usb [usb8] canon eos 50D attaches but detaches after few s f usb/142957 usb [umass] [usb8] [patch] patch for USB disk SYNCHRONIZE o usb/142719 usb [urtw] [usb8] AirLive WL-1600USB (RTL8187L chipset) fa f usb/142276 usb [umass] [usb8] Cache Synchronization Error with Olympu o usb/142229 usb [ums] [usb8] [hang] connecting a USB mouse to a Dell P f usb/141680 usb [uath] [usb8] Netgear WG111T not working with uath dri o usb/141664 usb [pcm] [usb8] Logitech USB microphone failure [regressi o usb/141474 usb [boot] [usb8] FreeBSD 8.0 can not install from USB CDR o usb/141212 usb [ukbd] [usb8] ukbd_set_leds_callback:700: error=USB_ER o kern/141011 usb [usb8] Encrypted root, geli password at boot; enter ke o usb/140920 usb [install] [usb8] USB based install fails on 8.0-RELEAS o usb/140893 usb [urtw] [usb8] WPA2 not working on rtl8187b o kern/140849 usb [ums] [usb8] USB mouse doesn't work under FreeBSD 8.0- a usb/140810 usb [uftdi] [usb8] 8.X copy and paste problem / tty overfl o usb/140477 usb [umass] [usb8] [patch] allow boot-time attachment of d o usb/140236 usb [msdosfs] [usb8] Labels wiped on external Journaled US o usb/140160 usb [usb8] [acpi] USB ports are no longer "active" after A o usb/138798 usb [boot] [usb8] 8.0-BETA4 can't boot from USB flash driv o usb/138659 usb [usb8][uftdi] driver broken in RELENG_8/CURRENT o kern/138292 usb [zyd] [usb8] "zyd0: device timeout" with ZyXEL G-202 o usb/138124 usb [snd_uaudio] [usb8] Axed uaudio functionality in the u o usb/137377 usb [usb8] request support for Huawei E180 o usb/137341 usb [usb8][rum] driver if_rum doesn't work at all and thro f usb/137190 usb [usb8][patch] inhibit spurious button releases for som o usb/137189 usb [usb8][patch] create and use sysctl nodes for HID repo p usb/137188 usb [usb8][patch] correctly handle USB report descriptors o usb/137129 usb [ums] [usb8] SteelSeries Ikari USB laser mouse not att o usb/135542 usb [keyboard] boot loader does not work with a usb keyboa o usb/135206 usb machine reboots when inserted USB device f usb/135200 usb SAMSUNG i740 usb mass: Synchronize cache failed, statu o usb/134950 usb Lowering DTR for USB-modem via ubsa is not possible o usb/134299 usb Kernel Panic plugging in MF626 USB UMTS Stick u3g o usb/134193 usb System freeze on usb MP3 player insertion o usb/134085 usb [umass] [patch] Adding usb quirk for Sony USB flash dr o usb/133989 usb [usb8] [ukbd] USB keyboard dead at mountroot> prompt o usb/133712 usb [ural] [patch] RE: Fixed an issue with ural(4) that wa o usb/133390 usb umass crashes system in 7.1 when Olympus D-540 attache o usb/133296 usb [rum] driver not working properly in hostap mode o usb/132594 usb USB subsystem causes page fault and crashes o usb/132080 usb [patch] [usb] [rum] [panic] Kernel panic after NOMEM c o usb/132066 usb [ukbd] Keyboard failure USB keyboard DELL 760 o usb/132036 usb [panic] page fault when connecting Olympus C740 camera o usb/131583 usb [umass] Failure when detaching umass Device o usb/131576 usb [aue] ADMtek USB To LAN Converter can't send data o usb/131521 usb Registering Belkin UPS to usb_quirks.c o usb/131074 usb no run-time detection of usb devices plugged into exte o usb/130736 usb Page fault unplugging USB stick o usb/130208 usb Boot process severely hampered by umass0 error o usb/130122 usb [usb8] DVD drive detects as 'da' device f usb/129766 usb [usb] [panic] plugging in usb modem HUAWEI E226 panics o usb/129500 usb [umass] [panic] FreeBSD Crashes when connecting SanDis o usb/129311 usb [usb] [panic] Instant crash with an USB card reader f usb/128745 usb [zyd] zyd theoretically supported usb device makes ker o usb/128485 usb [umodem] [patch] Nokia N80 modem support o usb/128425 usb [umass] Cannot Connect Maxtor Onetouch 4 USB drive o usb/128418 usb [panic] [rum] loading if_rum causes panic, looks like o usb/127926 usb [boot] USB Timeout during bootup o usb/127342 usb [boot] [panic] enabling usb keyboard and mouse support o usb/127248 usb [ucom] panic while uplcom devices attach and detach o usb/126884 usb [ugen] [patch] Bug in buffer handling in ugen.c o usb/126848 usb [usb]: USB Keyboard hangs during Installation o usb/126740 usb [ulpt] doesn't work on 7.0-RELEASE, 10 second stall be o usb/126519 usb [usb] [panic] panic when plugging in an iphone o kern/126396 usb [panic] kernel panic after unplug USB Bluetooth device o usb/125631 usb [ums] [panic] kernel panic during bootup while 'Logite o usb/125510 usb [panic] repeated plug and unplug of USB mass storage d f usb/125450 usb [panic] Removing USB flash card while being accessed c o usb/125088 usb [keyboard] Touchpad not detected on Adesso AKB-430UG U o usb/124980 usb [panic] kernel panic on detaching unmounted umass devi o kern/124777 usb [ucom] USB cua devices don't revert to tty devices whe o usb/124758 usb [rum] [panic] rum panics SMP kernel o usb/124708 usb [panic] Kernel panic on USB KVM reattach o kern/124130 usb [usb] gmirror fails to start usb devices that were pre o usb/123969 usb [usb] Supermicro H8SMi-2 usb problem: port reset faile o usb/123714 usb [usb] [panic] Panic when hald-storage-probe runs with o usb/123691 usb usbd(8): usbd hangs o usb/123690 usb [usb] [panic] Panic on USB device insertion when usb l o usb/123611 usb [usb] BBB reset failed, STALLED from Imation/Mitsumi U o usb/122992 usb [umass] [patch] MotoROKR Z6 Phone not recognised by um o usb/122936 usb [ucom] [ubsa] Device does not receive interrupt o usb/122905 usb [ubsa] [patch] add Huawei E220 to ubsa o usb/122547 usb [ehci] USB Printer not being recognized after reboot o usb/122539 usb [ohci] [panic] AnyDATA ADU-E1000D - kernel panic: ohci o usb/122483 usb [panic] [ulpt] Repeatable panic in 7.0-STABLE o usb/122119 usb [umass] umass device causes creation of daX but not da o usb/121734 usb [ugen] ugen HP1022 printer device not working since up o usb/121708 usb [keyboard] nforce 650i mobo w/ usb keyboard infinite k o usb/121275 usb [boot] [panic] FreeBSD fails to boot with usb legacy s o usb/121169 usb [umass] Issues with usb mp3 player o usb/121045 usb [uftdi] [patch] Add support for PC-OP-RS1 and KURO-RS f usb/120786 usb [usb] [panic] Kernel panic when forced umount of a det o usb/120729 usb [panic] fault while in kernel mode with connecting USB o conf/120406 usb [devd] [patch] Handle newly attached pcm devices (eg. o usb/120321 usb [hang] System hangs when transferring data to WD MyBoo o usb/120283 usb [panic] Automation reboot with wireless keyboard & mou o usb/120034 usb [hang] 6.2 & 6.3 hangs on boot at usb0: OHCI with 1.5 o usb/119977 usb [ums] Mouse does not work in a Cherry-USB keyboard/mou o usb/119653 usb [cam] [patch] iriver s7 player sync cache error patch o usb/119633 usb [umass] umass0: BBB reset failed, IOERROR [regression] o usb/119509 usb [usb] USB flaky on Dell Optiplex 755 o usb/119389 usb [umass] Sony DSC-W1 CBI reset failed, STALLED [regress o usb/119227 usb [ubsa] [patch] ubsa buffer is too small; should be tun o usb/118480 usb [umass] Timeout in USB mass storage freezes vfs layer o usb/118353 usb [panic] [ppp] repeatable kernel panic during ppp(4) se o usb/118141 usb [ucom] usb serial and nokia phones ucomreadcb ucomread o usb/118140 usb [ucom] [patch] quick hack for ucom to get it behave wi o usb/118098 usb [umass] 6th gen iPod causes problems when disconnectin o usb/117955 usb [umass] [panic] inserting minolta dimage a2 crashes OS o usb/117946 usb [panic] D-Link DUB-E100 rev. B1 crashes FreeBSD 7.0-BE o usb/117938 usb [ums] [patch] Adding support for MS WL Natural and MS o usb/117911 usb [ums] [request] Mouse Gembird MUSWC not work o usb/117893 usb [umass] Lacie USB DVD writing failing o usb/117613 usb [uhci] [irq] uhci interrupt storm & USB leaked memory o usb/117598 usb [snd_uaudio] [patch] Not possible to record with Plant o usb/117313 usb [umass] [panic] panic on usb camera insertion o usb/117183 usb [panic] USB/fusefs -- panic while transferring large a f usb/117150 usb [zyd] usb zyd device under moderate load panics system o usb/116561 usb [umodem] [panic] RELENG_6 umodem panic "trying to slee o usb/116282 usb [ulpt] Cannot print on USB HP LJ1018 or LJ1300 o usb/115935 usb [usbdevs] [patch] kernel counterproductively attaches o usb/115400 usb [ehci] Problem with EHCI on ASUS M2N4-SLI o usb/115298 usb [ulpt] [panic] Turning off USB printer panics kernel o usb/114916 usb [umass] [patch] USB Maxtor drive (L300RO) requires qui o kern/114780 usb [uplcom] [panic] Panics while stress testing the uplco o usb/114682 usb [umass] generic USB media-card reader unusable o usb/114310 usb [libusb] [patch] [panic] USB hub attachment panics ker o conf/114013 usb [patch] WITHOUT_USB allow to compil a lot of USB stuff o usb/99431 usb [keyboard] FreeBSD on MSI 6566E (Intel 845E motherboar o usb/98343 usb [boot] BBB reset failed errors with Creative Muvo MP3 o usb/97472 usb [cam] [patch] add support for Olympus C150,D390 s usb/97286 usb [mouse] [request] MS Wireless Intellimouse Explorer 2. o usb/97175 usb [umass] [hang] USB cardreader hangs system o usb/96457 usb [umass] [panic] fatback on umass = reboot o usb/96224 usb [usb] [msdosfs] mount_msdosfs cause page fault in sync s usb/96120 usb [ums] [request] USB mouse not always detected s usb/95636 usb [umass] [boot] 5 minute delay at boot when using VT620 o usb/95562 usb [umass] Write Stress in USB Mass drive causes "vinvalb o usb/95037 usb [umass] USB disk not recognized on hot-plug. o usb/94897 usb [panic] Kernel Panic when cleanly unmounting USB disk o usb/94717 usb [ulpt] Reading from /dev/ulpt can break work of a UHCI o usb/94384 usb [panic] kernel panic with usb2 hardware o usb/93828 usb [ohci] [panic] ohci causes panic on boot (HP Pavillion o usb/93389 usb [umass] [patch] Digital Camera Pentax S60 don't work o usb/92852 usb [ums] [patch] Vertical scroll not working properly on o usb/92171 usb [panic] panic unplugging Vodafone Mobile Connect (UMTS o usb/92142 usb [uhub] SET_ADDR_FAILED and SHORT_XFER errors from usb o usb/92083 usb [ural] [panic] panic using WPA on ural NIC in 6.0-RELE o usb/92052 usb [ulpt] usbd causes defunct process with busy file-hand o usb/91906 usb [ehci] [hang] FreeBSD hangs while booting with USB leg f usb/91896 usb camcontrol(8): Serial Number of USB Memory Sticks is n o usb/91811 usb [umass] Compact Flash in HP Photosmart 2610 return " o usb/91546 usb [umodem] [patch] Nokia 6630 mobile phone does not work o usb/91538 usb [ulpt] [patch] Unable to print to EPSON CX3500 o usb/91283 usb [boot] [regression] booting very slow with usb devices o usb/91238 usb [umass] USB tape unit fails to write a second tape fil o usb/90700 usb [umass] [panic] Kernel panic on connect/mount/use umas o usb/89954 usb [umass] [panic] USB Disk driver race condition? o usb/88743 usb [hang] [regression] USB makes kernel hang at boot (reg o usb/88408 usb [axe] axe0 read PHY failed o usb/87648 usb [mouse] Logitech USB-optical mouse problem. f usb/87224 usb [usb] Cannot mount USB Zip750 o usb/86767 usb [umass] [patch] bogus "slice starts beyond end of the o usb/86298 usb [mouse] Known good USB mouse won't work with correct s s usb/85067 usb [uscanner] Cannot attach ScanJet 4300C to usb device o usb/83977 usb [ucom] [panic] ucom1: open bulk out error (addr 2): IN o usb/83863 usb [ugen] Communication problem between opensc/openct via o usb/83756 usb [ums] [patch] Microsoft Intellimouse Explorer 4.0A doe o usb/83504 usb [kernel] [patch] SpeedTouch USB stop working on recent o usb/82520 usb [udbp] [reboot] Reboot when USL101 connected o usb/82350 usb [ucom] [panic] null pointer dereference in USB stack o usb/81621 usb [ehci] [hang] external hd hangs under load on ehci o usb/80935 usb [uvisor] [patch] uvisor.c is not work with CLIE TH55. s usb/80777 usb [request] usb_rem_task() should wait for callback to c s usb/80776 usb [udav] [request] UDAV device driver shouldn't use usb_ o usb/80774 usb [patch] have "usbd_find_desc" in line with the other " o usb/80361 usb [umass] [patch] mounting of Dell usb-stick fails f usb/80040 usb [sound] [hang] Use of sound mixer causes system freeze o usb/79723 usb [usb] [request] prepare for high speed isochronous tra o usb/78984 usb [umass] [patch] Creative MUVO umass failure o usb/76653 usb [umass] [patch] Problem with Asahi Optical usb device s usb/75928 usb [umass] [request] Cytronix SmartMedia card (SMC) reade o usb/75800 usb [ucom] ucom1: init failed STALLED error in time of syn o usb/75764 usb [umass] [patch] "umass0: Phase Error" - no device for s usb/74453 usb [umass] [patch] Q-lity CD-RW USB ECW-043 (ScanLogic SL o usb/74211 usb [umass] USB flash drive causes CAM status 0x4 on 4.10R o usb/71417 usb [ugen] Cryptoflex e-gate USB token (ugen0) communicati o usb/71416 usb [ugen] Cryptoflex e-gate USB token (ugen0) detach is n o usb/71280 usb [aue] aue0 device (linksys usb100tx) doesn't work in 1 o usb/71155 usb [ulpt] misbehaving usb-printer hangs processes, causes o usb/69006 usb [usbdevs] [patch] Apple Cinema Display hangs USB ports o usb/67301 usb [uftdi] [panic] RTS and system panic o usb/66547 usb [ucom] Palm Tungsten T USB does not initialize correct s usb/62257 usb [umass] [request] card reader UCR-61S2B is only half-s s usb/52026 usb [new driver] [request] umass driver support for InSyst s usb/51958 usb [urio] [patch] update for urio driver o usb/40948 usb [umass] [request] USB HP CDW8200 does not work o usb/30929 usb [usb] [patch] use usbd to initialize USB ADSL modem 312 problems total. From owner-freebsd-usb@FreeBSD.ORG Mon Jul 29 11:40:00 2013 Return-Path: Delivered-To: freebsd-usb@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E2DB17FE for ; Mon, 29 Jul 2013 11:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A9135213D for ; Mon, 29 Jul 2013 11:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r6TBe07v070693 for ; Mon, 29 Jul 2013 11:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r6TBe0pI070692; Mon, 29 Jul 2013 11:40:00 GMT (envelope-from gnats) Resent-Date: Mon, 29 Jul 2013 11:40:00 GMT Resent-Message-Id: <201307291140.r6TBe0pI070692@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-usb@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Michael Terrell Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8130E7F5 for ; Mon, 29 Jul 2013 11:39:05 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6DA332137 for ; Mon, 29 Jul 2013 11:39:05 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r6TBd4Eh079888 for ; Mon, 29 Jul 2013 11:39:04 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r6TBd4nQ079883; Mon, 29 Jul 2013 11:39:04 GMT (envelope-from nobody) Message-Id: <201307291139.r6TBd4nQ079883@oldred.freebsd.org> Date: Mon, 29 Jul 2013 11:39:04 GMT From: Michael Terrell To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: usb/180923: SNES USB gamepad controller does not work. X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jul 2013 11:40:00 -0000 >Number: 180923 >Category: usb >Synopsis: SNES USB gamepad controller does not work. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-usb >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jul 29 11:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Michael Terrell >Release: FreeBSD 9.1 >Organization: Jackson State University >Environment: FreeBSD subzero 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243826: Tue Dec 4 06:55:39 UTC 2012 root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: I have a DragonRise SNES USB gamepad controller(VendorID= 0x0079; ProductID= 0x0011) and it doesn't work out of the box for FreeBSD. I created a device driver for it and it works fine now. >How-To-Repeat: Boot up a system running FreeBSD 9.1. Plug in the SNES USB gamepad into an available USB port on the system. The system will not be able to recognize the controller and the user will not be able to use it with user applications. >Fix: Create a device driver to recognize the device and allow user applications to access it. The code for the driver is here: https://github.com/lispandtrees/dragon_rise_driver >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-usb@FreeBSD.ORG Mon Jul 29 12:00:02 2013 Return-Path: Delivered-To: freebsd-usb@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 696A0AD1 for ; Mon, 29 Jul 2013 12:00:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3F34021E0 for ; Mon, 29 Jul 2013 12:00:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r6TC01jL074385 for ; Mon, 29 Jul 2013 12:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r6TC01bu074383; Mon, 29 Jul 2013 12:00:01 GMT (envelope-from gnats) Date: Mon, 29 Jul 2013 12:00:01 GMT Message-Id: <201307291200.r6TC01bu074383@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org Cc: From: Hans Petter Selasky Subject: Re: usb/180923: SNES USB gamepad controller does not work. X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Hans Petter Selasky List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jul 2013 12:00:02 -0000 The following reply was made to PR usb/180923; it has been noted by GNATS. From: Hans Petter Selasky To: Michael Terrell Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: usb/180923: SNES USB gamepad controller does not work. Date: Mon, 29 Jul 2013 14:01:16 +0200 On 07/29/13 13:39, Michael Terrell wrote: > >> Number: 180923 >> Category: usb >> Synopsis: SNES USB gamepad controller does not work. >> Confidential: no >> Severity: non-critical >> Priority: low >> Responsible: freebsd-usb >> State: open >> Quarter: >> Keywords: >> Date-Required: >> Class: sw-bug >> Submitter-Id: current-users >> Arrival-Date: Mon Jul 29 11:40:00 UTC 2013 >> Closed-Date: >> Last-Modified: >> Originator: Michael Terrell >> Release: FreeBSD 9.1 >> Organization: > Jackson State University >> Environment: > FreeBSD subzero 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243826: Tue Dec 4 06:55:39 UTC 2012 root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 > >> Description: > I have a DragonRise SNES USB gamepad controller(VendorID= 0x0079; ProductID= 0x0011) and it doesn't work out of the box for FreeBSD. I created a device driver for it and it works fine now. >> How-To-Repeat: > Boot up a system running FreeBSD 9.1. Plug in the SNES USB gamepad into an available USB port on the system. The system will not be able to recognize the controller and the user will not be able to use it with user applications. >> Fix: > Create a device driver to recognize the device and allow user applications to access it. The code for the driver is here: > https://github.com/lispandtrees/dragon_rise_driver > >> Release-Note: >> Audit-Trail: >> Unformatted: Hi, If you work a bit more on the code, it can be included into the FreeBSD base system. 1) .basename[0] = "uhid" You will need to call this something else, like "uhid.snes". 2) Remove structure elements from "snes_usb_softc" which are not used. 3) Add FreeBSD 2-clause copyright to C- and H- files. 4) Are you aware about similar projects like uhidd and webcamd which might already support your device? Thank you! --HPS From owner-freebsd-usb@FreeBSD.ORG Wed Jul 31 14:07:32 2013 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C24B8AD3 for ; Wed, 31 Jul 2013 14:07:32 +0000 (UTC) (envelope-from velcroleaf@rocketmail.com) Received: from nm20-vm7.bullet.mail.gq1.yahoo.com (nm20-vm7.bullet.mail.gq1.yahoo.com [98.136.217.38]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 79DFA242D for ; Wed, 31 Jul 2013 14:07:31 +0000 (UTC) Received: from [98.137.12.191] by nm20.bullet.mail.gq1.yahoo.com with NNFMP; 31 Jul 2013 14:05:24 -0000 Received: from [98.137.12.203] by tm12.bullet.mail.gq1.yahoo.com with NNFMP; 31 Jul 2013 14:05:24 -0000 Received: from [127.0.0.1] by omp1011.mail.gq1.yahoo.com with NNFMP; 31 Jul 2013 14:05:24 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 122991.95410.bm@omp1011.mail.gq1.yahoo.com Received: (qmail 18859 invoked by uid 60001); 31 Jul 2013 14:05:23 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s1024; t=1375279523; bh=VrQoJnxHfeH2aqEpc5QYorIaz8EoQI6Gxh3Ewd5p25o=; h=X-YMail-OSG:Received:X-Rocket-MIMEInfo:X-Mailer:References:Message-ID:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=6JYOXqR3JdONJ6d1kZNgKE81R3YAGbGheBQ65QSRTLjERRkTlABhubmQZw9RYNLM0bmCKYAJSNgCehsCiXRp34I9/8Xf7aDKdT2gx+HVDqrr9zMuBSJJAMDUeynkCbzzosvQ07cWcfOI0CyyhKRm89Up/P5PlbRScMp+aB3dYIA= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rocketmail.com; h=X-YMail-OSG:Received:X-Rocket-MIMEInfo:X-Mailer:References:Message-ID:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=hxKTt4o1V1KlvdL9/7QQZ2XM7/oFAfVsoPoSs++7Ba+qnsIDymrojV4Yk6uy1NRlo6tkFPFLyR92E16C90fjHIeC6JnYMw5a2kXrbXjM1FoG2p7S4JgqR1mE/a2M8egAuzZlpn9VHFNSHAiGlIn3n5tMNQxHyzB0GUdYNy/9pDs=; X-YMail-OSG: DN.RemsVM1nC2nNoAQ5kCai_B6LdDw3.lZ10Nau1MNb5Mv7 7j6RZPmC77iNpDYR1YiLp7hJkzJYlFB15AIj0PeIFcHckFwmrVXEF77qAvoi B6ZpMYM8PFP.tnLzgITAesBbFGc74oyvl42PbSif2ac.80FTUQLcDXMVCmDe wWXQ0lbNlRIqsE63w6xfFJTXAUZjIkOsMzR4ZR946jgtFMHP1uFb6f8k722p 1wmDEdsDcNYBcfzTYslehQhhTLA1by7QAveDWAgQYoWqmJdcJBuP7exyBiYa 3gQ0GzdEYyX4UPXFIrbk2_9DWM7nGardmxhO5n7l4Iv7IN4WqldypM4mNwmN yp2tUUtwJt3skHK0WghH.zQmPaXs7HWulXQgOB4cKcQq7PQ11a8kQ41JcbzD NaVm7rytuAtVewPea3R2aszFwTfwSZmrQ9RvGW32GTWlIty4u3wJcYKTQMnE 0fsYy8NUlaDlKL.ZMyEcpkaEBYpaPf0sDONt5KnlUQkDzlFs5..MIWZFVFDz 2jsxSHXWdtaCqv2eUwfJOfA-- Received: from [74.229.13.174] by web164503.mail.gq1.yahoo.com via HTTP; Wed, 31 Jul 2013 07:05:23 PDT X-Rocket-MIMEInfo: 002.001, SSBjb250YWN0ZWQgV2VzdGVybiBEaWdpdGFsIGFuZCAoYXMgZXhwZWN0ZWQpIGRpZG4ndCBnZXQgYW55d2hlcmUuwqAgVGhleSBjbGFpbSB0aGV5IGRvbid0IHN1cHBvcnQgT1NzIG90aGVyIHRoYW4gV2luZG93cyBhbmQgT1MgWCwgc28gb25jZSB5b3UgYXNrIHF1ZXN0aW9ucyBiZXlvbmQgdGhhdCwgdGhleSBhcmUgbGVzcyB0aGFuIGhlbHBmdWwuCgpJIGRpZCBtYWtlIHNvbWUgcHJvZ3Jlc3MgaW4gdGVybXMgb2YgcG90ZW50aWFsbHkgZGV0ZXJtaW5pbmcgdGhlIGNhdXNlIG9mIHRoZSBkaWZmZXJlbnQgYmUBMAEBAQE- X-Mailer: YahooMailWebService/0.8.151.566 References: <201304211610.r3LGA21Y061796@freefall.freebsd.org> <1373973128.82056.YahooMailNeo@web164506.mail.gq1.yahoo.com> <51E531CE.4040309@bitfrost.no> <1373975972.4790.YahooMailNeo@web164504.mail.gq1.yahoo.com> <51E54096.3030203@bitfrost.no> <1373981621.24583.YahooMailNeo@web164503.mail.gq1.yahoo.com> <51E54E12.8000205@bitfrost.no> <1373983052.46561.YahooMailNeo@web164503.mail.gq1.yahoo.com> <51E55535.5040007@bitfrost.no> <1373984225.67923.YahooMailNeo@web164504.mail.gq1.yahoo.com> <51E565B2.8080408@bitfrost.no> <1374154121.21171.YahooMailNeo@web164505.mail.gq1.yahoo.com> Message-ID: <1375279523.8899.YahooMailNeo@web164503.mail.gq1.yahoo.com> Date: Wed, 31 Jul 2013 07:05:23 -0700 (PDT) From: Velcro Leaf Subject: Re: usb/177895: similar 1TB Western Digital "My Passports" - some load, some don't To: Velcro Leaf , Hans Petter Selasky In-Reply-To: <1374154121.21171.YahooMailNeo@web164505.mail.gq1.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: "freebsd-usb@FreeBSD.org" X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Velcro Leaf List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Jul 2013 14:07:32 -0000 I contacted Western Digital and (as expected) didn't get anywhere.=A0 They = claim they don't support OSs other than Windows and OS X, so once you ask q= uestions beyond that, they are less than helpful.=0A=0AI did make some prog= ress in terms of potentially determining the cause of the different behavio= r.=0A=0AEvery drive has the same model number, except for the =0Atrailing c= haracters that denote color.=A0 No one specific color works or =0Adoesn't w= ork.=A0 The model numbers all begin with WDBBEP0010B and end with BK, BL, R= D, or SL.=0A=A0=0AFunctional drives are internally denoted as "My Passport"= and have firmware version v1.019.=0A=A0=0AThere are two sorts of broken dr= ives, one listed as "My Passport (Z)" and =0Aothers called "My Passport Ess= ential".=A0 Versions of firmware that do not work are v1.010, v1.033, v1.04= 2, and v1.049.=A0 The last one appears to =0Abe the most current version.= =0A=A0So it seems possible that if I could install firmware v1.019 on the o= ther drives, they would all behave.=A0 Of course, ideally, I'd like to have= FreeBSD Just Work with all the drives, but one way or another I'd like to = actually be able to use these things, and I'm less concerned with the natur= e of the solution at this point.=0A=0AWD claims they have no means of insta= lling older versions of the firmware on the old drives, but their brains sh= ut down once they hear a scary word like "FreeBSD", so I doubt they're bein= g accurate.=0A=0ASomewhere exists an installer with that version of the fir= mware (they have a recently-updated installer with a newer version than was= on my most recently-purchased drives, which also doesn't work with FreeBSD= ), but they don't offer it to the public.=0A=0AAny suggestions?=0A=0AUnfort= unately it's hard to find ANY hardware that is explicitly approved for Free= BSD, so I did the next best thing.=A0 I bought some samples to make sure th= ey worked first, and they did.=A0 I wasn't prepared for them to change the = product without explanation and without changing the model number first.=0A From owner-freebsd-usb@FreeBSD.ORG Thu Aug 1 14:27:43 2013 Return-Path: Delivered-To: freebsd-usb@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9992EE01 for ; Thu, 1 Aug 2013 14:27:43 +0000 (UTC) (envelope-from toshi@ruby.ocn.ne.jp) Received: from defer113.ocn.ad.jp (defer113.ocn.ad.jp [122.28.15.167]) by mx1.freebsd.org (Postfix) with ESMTP id 6B1D92639 for ; Thu, 1 Aug 2013 14:27:43 +0000 (UTC) Received: from msgw001-05.ocn.ad.jp (msgw001-05.ocn.ad.jp [180.37.203.74]) by defer113.ocn.ad.jp (Postfix) with ESMTP id 2FCE21C72D2 for ; Thu, 1 Aug 2013 23:07:22 +0900 (JST) Received: from localhost (p11133-ipngn100303sizuokaden.shizuoka.ocn.ne.jp [114.176.34.133]) by msgw001-05.ocn.ad.jp (Postfix) with ESMTP id 434DDA82BEE; Thu, 1 Aug 2013 23:07:14 +0900 (JST) Date: Thu, 01 Aug 2013 23:07:13 +0900 (JST) Message-Id: <20130801.230713.74749403.toshi@ruby.ocn.ne.jp> To: freebsd-usb@FreeBSD.org Subject: HS isochronous transfer on musb_otg From: SAITOU Toshihide X-GPG-fingerprint: 34B3 0B6A 8520 F5B0 EBC7 69F6 C055 9F8A 0D49 F8FC X-Mailer: Mew version 6.2.51 on Emacs 22.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Aug 2013 14:27:43 -0000 My UVC cam is not working with the musb_otg driver and libusb(3) on the BeagleBone Black. With the following changes to the musb_otg.c, it feels like the transaction is performed as expected but the data doesn't pass to the libusb_transfer's buffer. Does anyone know what is wrong? 1729c1729 < MUSB2_WRITE_1(sc, MUSB2_REG_RXNAKLIMIT, MAX_NAK_TO); --- > MUSB2_WRITE_1(sc, MUSB2_REG_RXNAKLIMIT, 0); 4046c4046 < parm->hc_max_frame_size = 0x400; --- > parm->hc_max_frame_size = 0xc00; SAITOU Toshihide From owner-freebsd-usb@FreeBSD.ORG Fri Aug 2 06:29:55 2013 Return-Path: Delivered-To: freebsd-usb@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0C501A8C for ; Fri, 2 Aug 2013 06:29:55 +0000 (UTC) (envelope-from hps@bitfrost.no) Received: from mta.bitpro.no (mta.bitpro.no [92.42.64.202]) by mx1.freebsd.org (Postfix) with ESMTP id BC28F268D for ; Fri, 2 Aug 2013 06:29:54 +0000 (UTC) Received: from mail.lockless.no (mail.lockless.no [46.29.221.38]) by mta.bitpro.no (Postfix) with ESMTP id F23127A0E4; Fri, 2 Aug 2013 08:29:46 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.lockless.no (Postfix) with ESMTP id 07DD38F126B; Fri, 2 Aug 2013 08:29:53 +0200 (CEST) X-Virus-Scanned: by amavisd-new-2.6.4 (20090625) (Debian) at lockless.no Received: from mail.lockless.no ([127.0.0.1]) by localhost (mail.lockless.no [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id s6pF5QGJfYQj; Fri, 2 Aug 2013 08:29:50 +0200 (CEST) Received: from laptop015.hselasky.homeunix.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) by mail.lockless.no (Postfix) with ESMTPSA id 4E2908F126A; Fri, 2 Aug 2013 08:29:50 +0200 (CEST) Message-ID: <51FB5230.3000503@bitfrost.no> Date: Fri, 02 Aug 2013 08:31:12 +0200 From: Hans Petter Selasky Organization: Bitfrost A/S User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130522 Thunderbird/17.0.6 MIME-Version: 1.0 To: SAITOU Toshihide Subject: Re: HS isochronous transfer on musb_otg References: <20130801.230713.74749403.toshi@ruby.ocn.ne.jp> In-Reply-To: <20130801.230713.74749403.toshi@ruby.ocn.ne.jp> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-usb@FreeBSD.org X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Aug 2013 06:29:55 -0000 On 08/01/13 16:07, SAITOU Toshihide wrote: > My UVC cam is not working with the musb_otg driver and > libusb(3) on the BeagleBone Black. > Hi, It might be that the packet multiplier is not set correctly. Try to figure out which register this is, and simply set the bits correctly. Thank you! --HPS > With the following changes to the musb_otg.c, it feels like > the transaction is performed as expected but the data > doesn't pass to the libusb_transfer's buffer. Does anyone > know what is wrong? > > > 1729c1729 > < MUSB2_WRITE_1(sc, MUSB2_REG_RXNAKLIMIT, MAX_NAK_TO); > --- >> MUSB2_WRITE_1(sc, MUSB2_REG_RXNAKLIMIT, 0); > 4046c4046 > < parm->hc_max_frame_size = 0x400; > --- >> parm->hc_max_frame_size = 0xc00; > > > SAITOU Toshihide > _______________________________________________ > freebsd-usb@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-usb > To unsubscribe, send any mail to "freebsd-usb-unsubscribe@freebsd.org" > From owner-freebsd-usb@FreeBSD.ORG Sat Aug 3 00:16:57 2013 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1356DCE6 for ; Sat, 3 Aug 2013 00:16:57 +0000 (UTC) (envelope-from aseem.jolly@gmail.com) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EBA41207E for ; Sat, 3 Aug 2013 00:16:56 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1V5PWh-0004QL-C2 for freebsd-usb@freebsd.org; Fri, 02 Aug 2013 17:16:55 -0700 Date: Fri, 2 Aug 2013 17:16:55 -0700 (PDT) From: "aseem.jolly" To: freebsd-usb@freebsd.org Message-ID: <1375489015367-5833506.post@n5.nabble.com> Subject: USB DMA memory Allocation MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Aug 2013 00:16:57 -0000 It seems to me that Intel ehci controller supports 64 DMA address lines (HCCPARAMS register's 0 bit is set hardwired) then why do force DMA allocation from [0 4GB] range. I tried to enable 64 bit DMA allocations by modifying call to 'usb_dma_tag_setup' in usb_controller.c and usb_transfer.c but got a device disconnect after we preallocated DMA memory for USB transfers. Would be really great if someone could guide me on this. -- View this message in context: http://freebsd.1045724.n5.nabble.com/USB-DMA-memory-Allocation-tp5833506.html Sent from the freebsd-usb mailing list archive at Nabble.com. From owner-freebsd-usb@FreeBSD.ORG Sat Aug 3 08:58:30 2013 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 27B337E for ; Sat, 3 Aug 2013 08:58:30 +0000 (UTC) (envelope-from hans.petter.selasky@bitfrost.no) Received: from mta.bitpro.no (mta.bitpro.no [92.42.64.202]) by mx1.freebsd.org (Postfix) with ESMTP id AA5922C49 for ; Sat, 3 Aug 2013 08:58:29 +0000 (UTC) Received: from mail.lockless.no (mail.lockless.no [46.29.221.38]) by mta.bitpro.no (Postfix) with ESMTP id A201D7A121; Sat, 3 Aug 2013 10:58:22 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.lockless.no (Postfix) with ESMTP id 11CCF8F15EC; Sat, 3 Aug 2013 10:58:29 +0200 (CEST) X-Virus-Scanned: by amavisd-new-2.6.4 (20090625) (Debian) at lockless.no Received: from mail.lockless.no ([127.0.0.1]) by localhost (mail.lockless.no [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GJv7oJrDEuWk; Sat, 3 Aug 2013 10:58:28 +0200 (CEST) Received: from mail.lockless.no (localhost [127.0.0.1]) by mail.lockless.no (Postfix) with ESMTP id 138CF8F15EB; Sat, 3 Aug 2013 10:58:28 +0200 (CEST) Subject: RE: USB DMA memory Allocation From: =?utf-8?Q?Hans_Petter_Selasky?= To: =?utf-8?Q?aseem=2Ejolly?= , =?utf-8?Q?freebsd-usb=40freebsd=2Eorg?= Date: Sat, 3 Aug 2013 10:58:28 +0200 Mime-Version: 1.0 In-Reply-To: <1375489015367-5833506.post@n5.nabble.com> References: <1375489015367-5833506.post@n5.nabble.com> X-Priority: 3 (Normal) X-Mailer: Zarafa 7.1.4-41394 Message-Id: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Aug 2013 08:58:30 -0000 Hi,=0D=0A=0D=0AI think there are a few bits to put the high 32-bits into = the transfer descriptors and such missing. You are right we don`t really = need to use 32-bit only for the USB controllers. Though we`ve seen a coup= le of times that even 32-bit controllers don`t implement the full 32-addr= ess lines. Typically 2GB limits are found.=0D=0A=0D=0A--HPS=20=0D=0A=20=0D= =0A-----Original message-----=0D=0A> From:aseem.jolly >=0D=0A> Sent: Saturday 3rd August 201= 3 2:17=0D=0A> To: freebsd-usb@freebsd.org =20=0D=0A> Subject: USB DMA memory Allocation=0D=0A>=20=0D=0A> It seems = to me that Intel ehci controller supports 64 DMA address lines=0D=0A> (HC= CPARAMS register's 0 bit is set hardwired) then why do force DMA=0D=0A> a= llocation from [0 4GB] range.=0D=0A>=20=0D=0A> I tried to enable 64 bit D= MA allocations by modifying call to=0D=0A> 'usb_dma_tag_setup' in usb_con= troller.c and usb_transfer.c but got a device=0D=0A> disconnect after we = preallocated DMA memory for USB transfers.=0D=0A>=20=0D=0A> Would be real= ly great if someone could guide me on this.=0D=0A>=20=0D=0A>=20=0D=0A>=20= =0D=0A>=20=0D=0A> --=0D=0A> View this message in context: http://freebsd.= 1045724.n5.nabble.com/USB-DMA-memory-Allocation-tp5833506.html =20=0D= =0A> Sent from the freebsd-usb mailing list archive at Nabble.com.=0D=0A>= _______________________________________________=0D=0A> freebsd-usb@freeb= sd.org mailing list=0D=0A> http://lists= =2Efreebsd.org/mailman/listinfo/freebsd-usb =20=0D=0A> To unsubscribe, send any mail to "fr= eebsd-usb-unsubscribe@freebsd.org "=0D=0A>=20=0D=0A=0D=0A From owner-freebsd-usb@FreeBSD.ORG Sat Aug 3 17:34:01 2013 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F2795141 for ; Sat, 3 Aug 2013 17:34:01 +0000 (UTC) (envelope-from aseem.jolly@gmail.com) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D42112858 for ; Sat, 3 Aug 2013 17:34:01 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1V5fiF-0001l8-HX for freebsd-usb@freebsd.org; Sat, 03 Aug 2013 10:33:55 -0700 Date: Sat, 3 Aug 2013 10:33:55 -0700 (PDT) From: "aseem.jolly" To: freebsd-usb@freebsd.org Message-ID: <1375551235535-5833585.post@n5.nabble.com> In-Reply-To: References: <1375489015367-5833506.post@n5.nabble.com> Subject: RE: USB DMA memory Allocation MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Aug 2013 17:34:02 -0000 I am getting the following error 'USB_ERR_NOMEM' when I try to allocate DMA memrory from [0 4GB] range, I have to enable 64 bit memory allocation. Can you please briefly explain what I need to do to enable this support? -- View this message in context: http://freebsd.1045724.n5.nabble.com/USB-DMA-memory-Allocation-tp5833506p5833585.html Sent from the freebsd-usb mailing list archive at Nabble.com.