Re: slow USB 3.0 on -current

2020-07-13 Thread John-Mark Gurney
Hans Petter Selasky wrote this message on Mon, Jul 13, 2020 at 10:50 +0200: > On 2020-07-13 03:02, John-Mark Gurney wrote: > > MB means megabytes.. I would use Mbps for bits... so, on Win10 and > > NetBSD, I'm able to get 100 MBytes/sec on Win10/NetBSD, and FreeBSD, > > I'm

Re: slow USB 3.0 on -current

2020-07-12 Thread John-Mark Gurney
Kevin Oberman wrote this message on Sun, Jul 12, 2020 at 16:24 -0700: > On Sun, Jul 12, 2020 at 2:55 PM John-Mark Gurney wrote: > > > Hans Petter Selasky wrote this message on Sun, Jul 12, 2020 at 09:57 +0200: > > > On 2020-07-12 00:44, John-Mark Gurney wrote: > > >

Re: slow USB 3.0 on -current

2020-07-12 Thread John-Mark Gurney
Hans Petter Selasky wrote this message on Sun, Jul 12, 2020 at 09:57 +0200: > On 2020-07-12 00:44, John-Mark Gurney wrote: > > Hello, > > > > I'm having issues getting good ethernet performance from a USB ethernet > > adapter (ure) under FreeBSD on an HP EliteDesk 705 G

slow USB 3.0 on -current

2020-07-11 Thread John-Mark Gurney
that happening. Has anyone else seen this issue? Ideas or thoughts on how to resolve the performance issues? Thanks. [1] https://support.hp.com/us-en/document/c04834953 -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have

Re: umcs (4-Port-USB-serial) triggering way too much ehci IRQs

2013-09-17 Thread John-Mark Gurney
by the Remote Console. There are FreeBSD extensions: # CR ~ ^p requests force panic and CR ~ ^r requests a clean reboot. options ALT_BREAK_TO_DEBUGGER to add to your kernel file right? -- John-Mark Gurney Voice: +1 415 225 5579 All that I will do, has

Re: how to distinguish multiple umass devices?

2007-10-24 Thread John-Mark Gurney
]. Is there guarantee that umassX matches daX, or is it possible to get da* device from devd on umass attach? Why not try geom_label? Things like fat fs's will appear by their volume in /dev/msdosfs/... check out glabel(8) for more info... -- John-Mark Gurney Voice: +1 415 225 5579

Re: Request for feedback on common data backstore in the kernel

2007-09-26 Thread John-Mark Gurney
to -arch as this seems more related than the other lists... -- John-Mark Gurney Voice: +1 415 225 5579 All that I will do, has been done, All that I have, has not. ___ freebsd-usb@freebsd.org mailing list http

Re: New USB stack and Zero copy.

2007-07-04 Thread John-Mark Gurney
for you? If it's to save a copy to another buffer, why don't you load the final buffer into bus_dma? -- John-Mark Gurney Voice: +1 415 225 5579 All that I will do, has been done, All that I have, has not. ___ freebsd

Re: 31st address line sometimes not used on EHCI/UHCI/OHCI

2007-05-28 Thread John-Mark Gurney
Hans Petter Selasky wrote this message on Mon, May 28, 2007 at 08:53 +0200: On Sunday 27 May 2007 23:53, John-Mark Gurney wrote: Hans Petter Selasky wrote this message on Sun, May 27, 2007 at 22:35 +0200: I've got some reports back that some USB host controllers do not support

Re: usb/107128: [usb] panic while accessing usb msdos flashkey

2007-05-18 Thread John-Mark Gurney
Synopsis: [usb] panic while accessing usb msdos flashkey State-Changed-From-To: open-closed State-Changed-By: jmg State-Changed-When: Fri May 18 16:08:48 UTC 2007 State-Changed-Why: dup of 107116 http://www.freebsd.org/cgi/query-pr.cgi?pr=107128 ___

Re: usb/110989: [patch] Handling of quirk IGNORE_RESIDUE is umass.c is broken

2007-03-29 Thread John-Mark Gurney
Synopsis: [patch] Handling of quirk IGNORE_RESIDUE is umass.c is broken State-Changed-From-To: open-closed State-Changed-By: jmg State-Changed-When: Thu Mar 29 07:41:26 UTC 2007 State-Changed-Why: dup http://www.freebsd.org/cgi/query-pr.cgi?pr=110989

Re: Problem with 16-in-1 card reader

2006-03-11 Thread John-Mark Gurney
/replug the umass0 device and let FreeBSD recreate the correct device nodes? have you tried: cat /dev/null /dev/da0 That will force a reprobe of the geom layer for the da0 device by opening it for write, and immediately closing it. -- John-Mark Gurney Voice: +1 415 225