[Bug 178771] [usbdevs] [patch] Western Digital My Passport HD

2014-12-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=178771

Hans Petter Selasky  changed:

   What|Removed |Added

 Status|In Progress |Closed
 CC||hsela...@freebsd.org
 Resolution|--- |DUPLICATE

--- Comment #6 from Hans Petter Selasky  ---


*** This bug has been marked as a duplicate of bug 180617 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 180617] [usbdevs] [patch] New quirk (another member of Western Digital My Passport family of devices)

2014-12-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=180617

Hans Petter Selasky  changed:

   What|Removed |Added

 CC||tim.matthe...@gmail.com

--- Comment #1 from Hans Petter Selasky  ---
*** Bug 178771 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 178771] [usbdevs] [patch] Western Digital My Passport HD

2014-12-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=178771

--- Comment #7 from Hans Petter Selasky  ---
Quirk has been added to 11-current. Please let me know if it doesn't work
still.

--HPS

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 180617] [usbdevs] [patch] New quirk (another member of Western Digital My Passport family of devices)

2014-12-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=180617

--- Comment #2 from commit-h...@freebsd.org ---
A commit references this bug:

Author: hselasky
Date: Mon Dec  8 10:41:35 UTC 2014
New revision: 275605
URL: https://svnweb.freebsd.org/changeset/base/275605

Log:
  Add more USB quirks for Western Digital external USB HDD
  enclosures. Rename an incorrectly named device. Increase
  limit for maximum number of quirks.

  PR:178771, 180617
  MFC after:  2 weeks

Changes:
  head/sys/dev/usb/quirk/usb_quirk.c
  head/sys/dev/usb/usbdevs

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


Re: u3g USB ID update

2014-12-08 Thread Hans Petter Selasky

On 12/07/14 04:50, Benediktus Anindito wrote:

add more usb device support for some cheap flip-flop modems. i've tried it
in 8-STABLE, 9-STABLE, 10-STABLE. it should be worked on CURRENT.



Hi,

Thank you for supporting FreeBSD:
https://svnweb.freebsd.org/changeset/base/275606

--HPS

___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 180617] [usbdevs] [patch] New quirk (another member of Western Digital My Passport family of devices)

2014-12-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=180617

Hans Petter Selasky  changed:

   What|Removed |Added

 CC||hsela...@freebsd.org

--- Comment #3 from Hans Petter Selasky  ---
Can you test and verify the submitted patch?

--HPS

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 195793] USB 3.0 support on Intel H97 chipset

2014-12-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195793

Hans Petter Selasky  changed:

   What|Removed |Added

 Status|New |Open
 CC||hsela...@freebsd.org

--- Comment #1 from Hans Petter Selasky  ---
Hi,

I'm not sure about Haswell, but Panther point chipsets has a propritary USB
extension to switch on/off USB 3.0 support. Look for:

/* On Intel chipsets reroute ports from EHCI to XHCI controller. */
switch (pci_get_devid(self)) {
case 0x0f358086:/* BayTrail */
case 0x9c318086:/* Panther Point */
case 0x1e318086:/* Panther Point */
case 0x8c318086:/* Lynx Point */
sc->sc_port_route = &xhci_pci_port_route;
sc->sc_imod_default = XHCI_IMOD_DEFAULT_LP;
break;
default:
break;
}


In: sys/dev/usb/controller/xhci_pci.c

Maybe you need to add your HASWELL XHCI ID's there!

--HPS

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 195793] USB 3.0 support on Intel H97 chipset

2014-12-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195793

--- Comment #2 from Daniel Kolesa  ---
I will try, thanks for the hint.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 195811] New: Problem with axge driver for AX88179

2014-12-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195811

Bug ID: 195811
   Summary: Problem with axge driver for AX88179
   Product: Base System
   Version: 10.1-RELEASE
  Hardware: amd64
OS: Any
Status: New
  Severity: Affects Many People
  Priority: ---
 Component: usb
  Assignee: freebsd-usb@FreeBSD.org
  Reporter: jsei...@unixsystem.org

All,

I am having an issue with the axge driver on 10.1-RELEASE, it was working
perfectly fine with 10.0-STABLE and since the upgrade it will work fine for
awhile then its like the device just turns off. The only way to fix it is to
either reboot of unplug the usb ethernet adapter and plug it back in.

I've tried it both as a module and building the driver into the kernel as well.
Same results.

This is from the messages log.

Dec  8 03:06:48 nuc kernel: <6<6>newnfs>n server ewnfs server
192.11692ne.w168.1
n0n.2f:s se/rMuvletri m1e9d2i.a16:8 .10n.o2t: /rMesupolndtiinmged
Dec  8 03:06:48 nuc kernel: i8e
Dec  8 03:06:48 nuc kernel:
Dec  8 03:06:48 nuc kernel: <<66>>wn.1fs0 .se2r:v/eMurlt im1e9d2.i1a6:8 .no1t0
.
2:/reMsultim
Dec  8 03:06:48 nuc kernel: epdionad:i ngnot r
Dec  8 03:06:48 nuc kernel: e
Dec  8 03:06:48 nuc kernel: sp<6>a: not respondoinng
Dec  8 03:06:48 nuc kernel: d
Dec  8 03:06:48 nuc kernel: ing
Dec  8 03:07:22 nuc kernel: ue0: link state changed to DOWN

Dec  8 03:13:39 nuc kernel: ugen0.2:  at usbus0
(disconnected)
Dec  8 03:13:40 nuc kernel: axge0: at uhub0, port 12, addr 2 (disconnected)
Dec  8 03:13:40 nuc kernel: rgephy0: detached
Dec  8 03:13:40 nuc kernel: miibus0: detached
Dec  8 03:13:43 nuc kernel: ugen0.2:  at usbus0
Dec  8 03:13:43 nuc kernel: axge0:  on usbus0
Dec  8 03:13:43 nuc kernel: axge0:  on usbus0
Dec  8 03:13:44 nuc kernel: miibus0:  on axge0
Dec  8 03:13:44 nuc kernel: rgephy0:  PHY 3 on miibus0
Dec  8 03:13:44 nuc kernel: rgephy0:  none, 10baseT, 10baseT-FDX,
10baseT-FDX-flow, 100baseTX, 100baseTX-FDX, 100baseTX-FDX-flow, 1000baseT-FDX,
1000baseT-FDX-master, 1000baseT-FDX-flow, 1000baseT-FDX-flow-master, auto,
auto-flow
Dec  8 03:13:44 nuc kernel: ue0:  on axge0
Dec  8 03:13:44 nuc kernel: ue0: Ethernet address: 8c:ae:4c:fd:2b:25
Dec  8 03:13:44 nuc devd: Executing '/etc/pccard_ether ue0 start'
Dec  8 03:13:44 nuc kernel: ue0: link state changed to DOWN
Dec  8 03:13:49 nuc kernel: ue0: link state changed to UP
Dec  8 03:13:49 nuc devd: Executing '/etc/rc.d/dhclient quietstart ue0'
Dec  8 03:13:52 nuc kernel: ue0: link state changed to DOWN
Dec  8 03:13:56 nuc kernel: ue0: link state changed to UP
Dec  8 03:13:56 nuc devd: Executing '/etc/rc.d/dhclient quietstart ue0'
Dec  8 03:14:02 nuc kernel: newnfs server 192.168.10.2:/Multimedia: is alive
again


Here is the usbconfig:
ugen1.1:  at usbus1, cfg=0 md=HOST spd=HIGH (480Mbps)
pwr=SAVE (0mA)
ugen0.1:  at usbus0, cfg=0 md=HOST spd=SUPER (5.0Gbps)
pwr=SAVE (0mA)
ugen1.2:  at usbus1, cfg=0 md=HOST spd=HIGH
(480Mbps) pwr=SAVE (0mA)
ugen0.2:  at usbus0, cfg=0 md=HOST spd=SUPER
(5.0Gbps) pwr=ON (124mA)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 195811] Problem with axge driver for AX88179

2014-12-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195811

--- Comment #1 from jsei...@unixsystem.org ---
at Dec  8 03:13:39 is when I unplug the device to get it working again.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 195793] USB 3.0 support on Intel H97 chipset

2014-12-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195793

--- Comment #3 from Daniel Kolesa  ---
Thank you, that did it :)

Output from usbconfig now:

q66@butts: /home/q66$ usbconfig
ugen0.1:  at usbus0, cfg=0 md=HOST spd=SUPER (5.0Gbps)
pwr=SAVE (0mA)
ugen1.1:  at usbus1, cfg=0 md=HOST spd=HIGH (480Mbps)
pwr=SAVE (0mA)
ugen2.1:  at usbus2, cfg=0 md=HOST spd=HIGH (480Mbps)
pwr=SAVE (0mA)
ugen0.2:  at usbus0, cfg=0 md=HOST spd=HIGH
(480Mbps) pwr=SAVE (0mA)
ugen1.2:  at usbus1, cfg=0 md=HOST spd=HIGH
(480Mbps) pwr=SAVE (0mA)
ugen2.2:  at usbus2, cfg=0 md=HOST spd=HIGH
(480Mbps) pwr=SAVE (0mA)
ugen0.3:  at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON
(500mA)
ugen0.4:  at usbus0, cfg=0 md=HOST spd=HIGH
(480Mbps) pwr=ON (500mA)
ugen0.5:  at usbus0, cfg=0 md=HOST spd=HIGH
(480Mbps) pwr=SAVE (0mA)
ugen0.6:  at usbus0, cfg=0 md=HOST spd=LOW
(1.5Mbps) pwr=ON (100mA)
ugen0.7:  at usbus0, cfg=0 md=HOST spd=SUPER
(5.0Gbps) pwr=SAVE (0mA)
ugen0.8:  at usbus0, cfg=0 md=HOST spd=SUPER
(5.0Gbps) pwr=SAVE (0mA)
ugen0.9:  at usbus0, cfg=0 md=HOST
spd=SUPER (5.0Gbps) pwr=ON (2mA)


Tested the transfer speed to the external HDD and it's USB 3.0 level.

Here is the patch:

q66@butts: /usr/src$ svn diff
Index: sys/dev/usb/controller/xhci_pci.c
===
--- sys/dev/usb/controller/xhci_pci.c(revision 275587)
+++ sys/dev/usb/controller/xhci_pci.c(working copy)
@@ -252,6 +252,7 @@
 case 0x9c318086:/* Panther Point */
 case 0x1e318086:/* Panther Point */
 case 0x8c318086:/* Lynx Point */
+case 0x8cb18086:/* Wildcat Point */
 sc->sc_port_route = &xhci_pci_port_route;
 sc->sc_imod_default = XHCI_IMOD_DEFAULT_LP;
 break;

Apparently the Wildcat Point PCI IDs were already added in r275101, but the
rerouting wasn't; so I only had to add that one line.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 179376] xhci ehci irq storm

2014-12-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=179376

ne...@nevermind.kiev.ua changed:

   What|Removed |Added

 CC||ne...@nevermind.kiev.ua

--- Comment #8 from ne...@nevermind.kiev.ua ---
Same thing with ehci on 9.3-STABLE r268744 amd64...

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 179376] xhci ehci irq storm

2014-12-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=179376

--- Comment #9 from ne...@nevermind.kiev.ua ---
$ vmstat -i
interrupt  total   rate
irq1: atkbd0  96  0
irq16: ehci0  9991659232 137244
irq19: fwohci0 2  0
irq23: ehci1  199764  2
cpu0:timer  19646164269
irq265: em0  4769531 65
irq266: hdac0 89  0
irq267: ahci0   26887191369
irq268: ahci1   14763358202
cpu1:timer  19904264273
cpu4:timer  20021623275
cpu2:timer  13360164183
cpu7:timer  18135949249
cpu3:timer  50290351690
cpu5:timer  19567099268
cpu6:timer  20678535284
Total10219883412 140379


Dec  8 20:52:37 bafik kernel: ehci_timeout: xfer=0xff80053af148
Dec  8 20:52:37 bafik kernel: ehci_start_dma_delay: 
Dec  8 20:52:37 bafik kernel: ehci_start_dma_delay_second: 
Dec  8 20:52:37 bafik kernel: ehci_set_hw_power: 
Dec  8 20:52:37 bafik kernel: ehci_set_hw_power: Async is active
Dec  8 20:52:37 bafik kernel: ehci_set_hw_power: Periodic is active
Dec  8 20:52:40 bafik kernel: ehci_set_hw_power: 
Dec  8 20:52:40 bafik kernel: ehci_set_hw_power: 
Dec  8 20:52:40 bafik kernel: ehci_set_hw_power: Periodic is active
Dec  8 20:52:40 bafik kernel: ehci_set_hw_power: Periodic is active
Dec  8 20:52:40 bafik kernel: ehci_set_hw_power: 
Dec  8 20:52:40 bafik kernel: ehci_set_hw_power: 
Dec  8 20:52:40 bafik kernel: ehci_set_hw_power: Async is active
Dec  8 20:52:40 bafik kernel: ehci_set_hw_power: Async is active
Dec  8 20:52:40 bafik kernel: ehci_set_hw_power: Periodic is active
Dec  8 20:52:40 bafik kernel: ehci_set_hw_power: Periodic is active
Dec  8 20:52:44 bafik kernel: ehci_set_hw_power: 
Dec  8 20:52:44 bafik kernel: ehci_set_hw_power: 
Dec  8 20:52:44 bafik kernel: ehci_set_hw_power: Periodic is active
Dec  8 20:52:44 bafik kernel: ehci_set_hw_power: Periodic is active
Dec  8 20:52:44 bafik kernel: ehci_set_hw_power: 
Dec  8 20:52:44 bafik kernel: ehci_set_hw_power: 
Dec  8 20:52:44 bafik kernel: ehci_set_hw_power: Async is active
Dec  8 20:52:44 bafik kernel: ehci_set_hw_power: Async is active
Dec  8 20:52:44 bafik kernel: ehci_set_hw_power: Periodic is active
Dec  8 20:52:44 bafik kernel: ehci_set_hw_power: Periodic is active
Dec  8 20:52:48 bafik kernel: ehci_set_hw_power: 
Dec  8 20:52:48 bafik kernel: ehci_set_hw_power: 
Dec  8 20:52:48 bafik kernel: ehci_set_hw_power: Periodic is active
Dec  8 20:52:48 bafik kernel: ehci_set_hw_power: Periodic is active
Dec  8 20:52:48 bafik kernel: ehci_set_hw_power: 
Dec  8 20:52:48 bafik kernel: ehci_set_hw_power: 
Dec  8 20:52:48 bafik kernel: ehci_set_hw_power: Async is active
Dec  8 20:52:48 bafik kernel: ehci_set_hw_power: Async is active
Dec  8 20:52:48 bafik kernel: ehci_set_hw_power: Periodic is active
Dec  8 20:52:48 bafik kernel: ehci_set_hw_power: Periodic is active
Dec  8 20:52:52 bafik kernel: ehci_set_hw_power: 
Dec  8 20:52:52 bafik kernel: ehci_set_hw_power: 
Dec  8 20:52:52 bafik kernel: ehci_set_hw_power: Periodic is active
Dec  8 20:52:52 bafik kernel: ehci_set_hw_power: Periodic is active
Dec  8 20:52:52 bafik kernel: ehci_set_hw_power: 
Dec  8 20:52:52 bafik kernel: ehci_set_hw_power: 
Dec  8 20:52:52 bafik kernel: ehci_set_hw_power: Async is active
Dec  8 20:52:52 bafik kernel: ehci_set_hw_power: Async is active
Dec  8 20:52:52 bafik kernel: ehci_set_hw_power: Periodic is active

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 195793] USB 3.0 support on Intel H97 chipset

2014-12-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195793

Hans Petter Selasky  changed:

   What|Removed |Added

 Status|Open|In Progress

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 195793] USB 3.0 support on Intel H97 chipset

2014-12-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195793

--- Comment #4 from commit-h...@freebsd.org ---
A commit references this bug:

Author: hselasky
Date: Mon Dec  8 21:14:14 UTC 2014
New revision: 275624
URL: https://svnweb.freebsd.org/changeset/base/275624

Log:
  Add port routing support for Wildcat Point.

  PR:195793
  MFC after:1 week

Changes:
  head/sys/dev/usb/controller/xhci_pci.c

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 195793] USB 3.0 support on Intel H97 chipset

2014-12-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195793

--- Comment #5 from Hans Petter Selasky  ---
Can you verify the commit above?

BTW: What USB3.0 speeds are you seeing with your disk?

--HPS

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 179376] xhci ehci irq storm

2014-12-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=179376

Hans Petter Selasky  changed:

   What|Removed |Added

 CC||hsela...@freebsd.org

--- Comment #10 from Hans Petter Selasky  ---
Hi,

If you set hw.usb.ehci.debug=16

and it doesn't print a real interrupt has occurred, then it is most likely not
the EHCI which is generating those interrupts. I guess something is broken in
the PCI/ACPI IRQ interaction with the kernel, like how the interrupt is
configured.

--HPS

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


[Bug 195793] USB 3.0 support on Intel H97 chipset

2014-12-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195793

--- Comment #6 from Daniel Kolesa  ---
Well, the commit is identical to my patch, so there's nothing to confirm... I'm
running a kernel with that applied right now.

As for the speeds, I'm seeing around 35-40MB/s write (that is with NTFS-3G).
When reading a file, it's around 230MB/s on average. That kind of speed would
obviously not be reachable over USB 2.0. This is on a 5400RPM 2.5" drive (as
you can see from the usbconfig output, Samsung M3 Portable).

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"