Re: usb/169461: [ugen] USB2 high-speed device detected as full speed

2012-06-27 Thread Fridtjof Busse
The following reply was made to PR usb/169461; it has been noted by GNATS.

From: Fridtjof Busse 
To: bug-follo...@freebsd.org
Cc:  
Subject: Re: usb/169461: [ugen] USB2 high-speed device detected as full speed
Date: Wed, 27 Jun 2012 19:10:23 +0200

 > Do you see a QUIRK printout in dmesg?
 
 Only this line:
 umass0:  SCSI over Bulk-Only; quirks =3D 0x0100
 
 > Maybe you can also need to try setting quirks in /boot/loader.conf:
 >=20
 > hw.usb.ehci.lostintrbug: 0
 > hw.usb.ehci.iaadbug: 0
 >=20
 
 I set the configuration in /boot/loader.conf, but no change after =
 reboot. Still less than 1MB/s write speed.
 
 
 
 
___
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: usb/169461: [ugen] USB2 high-speed device detected as full speed

2012-06-27 Thread Hans Petter Selasky
The following reply was made to PR usb/169461; it has been noted by GNATS.

From: Hans Petter Selasky 
To: bug-follo...@freebsd.org
Cc:  
Subject: Re: usb/169461: [ugen] USB2 high-speed device detected as full speed
Date: Wed, 27 Jun 2012 18:42:47 +0200

 On Wednesday 27 June 2012 18:35:11 Fridtjof Busse wrote:
 > Hi,
 > 
 > thanks for your reply, please find the pciconf attached.
 > 
 > Am 27.06.2012 um 08:55 schrieb Hans Petter Selasky:
 > > Hi,
 
 > > pciconf -lv
 > > 
 > > --HPS
 
 Hi,
 
 Your EHCI hardware is quirked and has known issues:
 
 sys/dev/usb/controller/ehci_pci.c
 
 switch (pci_get_vendor(self)) {
 case PCI_EHCI_VENDORID_ATI:
 /* SB600 and SB700 EHCI quirk */
 switch (pci_get_device(self)) {
 case 0x4386:
 ehci_pci_ati_quirk(self, 0);
 break;
 case 0x4396:
 ehci_pci_ati_quirk(self, 1);
 break;
 default:
 break;
 }
 break;
 
 Do you see a QUIRK printout in dmesg?
 
 Maybe you can also need to try setting quirks in /boot/loader.conf:
 
 hw.usb.ehci.lostintrbug: 0
 hw.usb.ehci.iaadbug: 0
 
 --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"


Re: usb/169461: [ugen] USB2 high-speed device detected as full speed

2012-06-27 Thread Fridtjof Busse
The following reply was made to PR usb/169461; it has been noted by GNATS.

From: Fridtjof Busse 
To: bug-follo...@freebsd.org
Cc:  
Subject: Re: usb/169461: [ugen] USB2 high-speed device detected as full speed
Date: Wed, 27 Jun 2012 18:36:39 +0200

 --Apple-Mail=_DE60D4D1-74B4-4406-AA4F-A9056C0052BC
 Content-Transfer-Encoding: 7bit
 Content-Type: text/plain;
charset=us-ascii
 
 pciconf output attached.
 
 --Apple-Mail=_DE60D4D1-74B4-4406-AA4F-A9056C0052BC
 Content-Disposition: attachment;
filename=pciconf.txt
 Content-Type: text/plain;
name="pciconf.txt"
 Content-Transfer-Encoding: quoted-printable
 
 hostb0@pci0:0:0:0: class=3D0x06 card=3D0x1609103c =
 chip=3D0x96011022 rev=3D0x00 hdr=3D0x00
 vendor =3D 'Advanced Micro Devices [AMD]'
 device =3D 'RS880 Host Bridge'
 class  =3D bridge
 subclass   =3D HOST-PCI
 pcib1@pci0:0:1:0:  class=3D0x060400 card=3D0x1609103c =
 chip=3D0x9602103c rev=3D0x00 hdr=3D0x01
 vendor =3D 'Hewlett-Packard Company'
 class  =3D bridge
 subclass   =3D PCI-PCI
 pcib2@pci0:0:6:0:  class=3D0x060400 card=3D0x1609103c =
 chip=3D0x96061022 rev=3D0x00 hdr=3D0x01
 vendor =3D 'Advanced Micro Devices [AMD]'
 device =3D 'RS780 PCI to PCI bridge (PCIE port 2)'
 class  =3D bridge
 subclass   =3D PCI-PCI
 ahci0@pci0:0:17:0: class=3D0x010601 card=3D0x1609103c =
 chip=3D0x43911002 rev=3D0x40 hdr=3D0x00
 vendor =3D 'ATI Technologies Inc'
 device =3D 'SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode]'
 class  =3D mass storage
 subclass   =3D SATA
 ohci0@pci0:0:18:0: class=3D0x0c0310 card=3D0x1609103c =
 chip=3D0x43971002 rev=3D0x00 hdr=3D0x00
 vendor =3D 'ATI Technologies Inc'
 device =3D 'SB7x0/SB8x0/SB9x0 USB OHCI0 Controller'
 class  =3D serial bus
 subclass   =3D USB
 ehci0@pci0:0:18:2: class=3D0x0c0320 card=3D0x1609103c =
 chip=3D0x43961002 rev=3D0x00 hdr=3D0x00
 vendor =3D 'ATI Technologies Inc'
 device =3D 'SB7x0/SB8x0/SB9x0 USB EHCI Controller'
 class  =3D serial bus
 subclass   =3D USB
 ohci1@pci0:0:19:0: class=3D0x0c0310 card=3D0x1609103c =
 chip=3D0x43971002 rev=3D0x00 hdr=3D0x00
 vendor =3D 'ATI Technologies Inc'
 device =3D 'SB7x0/SB8x0/SB9x0 USB OHCI0 Controller'
 class  =3D serial bus
 subclass   =3D USB
 ehci1@pci0:0:19:2: class=3D0x0c0320 card=3D0x1609103c =
 chip=3D0x43961002 rev=3D0x00 hdr=3D0x00
 vendor =3D 'ATI Technologies Inc'
 device =3D 'SB7x0/SB8x0/SB9x0 USB EHCI Controller'
 class  =3D serial bus
 subclass   =3D USB
 none0@pci0:0:20:0: class=3D0x0c0500 card=3D0x =
 chip=3D0x43851002 rev=3D0x42 hdr=3D0x00
 vendor =3D 'ATI Technologies Inc'
 device =3D 'SBx00 SMBus Controller'
 class  =3D serial bus
 subclass   =3D SMBus
 atapci0@pci0:0:20:1:   class=3D0x01018a card=3D0x1609103c =
 chip=3D0x439c1002 rev=3D0x40 hdr=3D0x00
 vendor =3D 'ATI Technologies Inc'
 device =3D 'SB7x0/SB8x0/SB9x0 IDE Controller'
 class  =3D mass storage
 subclass   =3D ATA
 isab0@pci0:0:20:3: class=3D0x060100 card=3D0x1609103c =
 chip=3D0x439d1002 rev=3D0x40 hdr=3D0x00
 vendor =3D 'ATI Technologies Inc'
 device =3D 'SB7x0/SB8x0/SB9x0 LPC host controller'
 class  =3D bridge
 subclass   =3D PCI-ISA
 pcib3@pci0:0:20:4: class=3D0x060401 card=3D0x =
 chip=3D0x43841002 rev=3D0x40 hdr=3D0x01
 vendor =3D 'ATI Technologies Inc'
 device =3D 'SBx00 PCI to PCI Bridge'
 class  =3D bridge
 subclass   =3D PCI-PCI
 ohci2@pci0:0:22:0: class=3D0x0c0310 card=3D0x1609103c =
 chip=3D0x43971002 rev=3D0x00 hdr=3D0x00
 vendor =3D 'ATI Technologies Inc'
 device =3D 'SB7x0/SB8x0/SB9x0 USB OHCI0 Controller'
 class  =3D serial bus
 subclass   =3D USB
 ehci2@pci0:0:22:2: class=3D0x0c0320 card=3D0x1609103c =
 chip=3D0x43961002 rev=3D0x00 hdr=3D0x00
 vendor =3D 'ATI Technologies Inc'
 device =3D 'SB7x0/SB8x0/SB9x0 USB EHCI Controller'
 class  =3D serial bus
 subclass   =3D USB
 hostb1@pci0:0:24:0:class=3D0x06 card=3D0x =
 chip=3D0x12001022 rev=3D0x00 hdr=3D0x00
 vendor =3D 'Advanced Micro Devices [AMD]'
 device =3D 'Family 10h Processor HyperTransport Configuration'
 class  =3D bridge
 subclass   =3D HOST-PCI
 hostb2@pci0:0:24:1:class=3D0x06 card=3D0x =
 chip=3D0x12011022 rev=3D0x00 hdr=3D0x00
 vendor =3D 'Advanced Micro Devices [AMD]'
 device =3D 'Family 10h Processor Addres

Re: usb/169461: [ugen] USB2 high-speed device detected as full speed

2012-06-27 Thread Hans Petter Selasky
The following reply was made to PR usb/169461; it has been noted by GNATS.

From: Hans Petter Selasky 
To: freebsd-usb@freebsd.org
Cc: lini...@freebsd.org,
 freebsd-am...@freebsd.org,
 freebsd-gnats-sub...@freebsd.org
Subject: Re: usb/169461: [ugen] USB2 high-speed device detected as full speed
Date: Wed, 27 Jun 2012 16:51:48 +0200

 On Tuesday 26 June 2012 22:37:48 lini...@freebsd.org wrote:
 > Old Synopsis: USB2 high-speed device detected as full speed
 > New Synopsis: [ugen] USB2 high-speed device detected as full speed
 > 
 > Responsible-Changed-From-To: freebsd-amd64->freebsd-usb
 > Responsible-Changed-By: linimon
 > Responsible-Changed-When: Tue Jun 26 20:37:18 UTC 2012
 > Responsible-Changed-Why:
 > reclassify.
 > 
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=169461
 > ___
 > 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"
 
 Hi,
 
 Please check with pciconf -lv that all EHCI PCI devices have a driver 
 attached.
 
 Also check that:
 
 sysctl hw.usb.ehci.no_hs
 
 Is not set.
 
 Have you tried all ports?
 
 --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"


Re: usb/169461: [ugen] USB2 high-speed device detected as full speed

2012-06-27 Thread Hans Petter Selasky
On Tuesday 26 June 2012 22:37:48 lini...@freebsd.org wrote:
> Old Synopsis: USB2 high-speed device detected as full speed
> New Synopsis: [ugen] USB2 high-speed device detected as full speed
> 
> Responsible-Changed-From-To: freebsd-amd64->freebsd-usb
> Responsible-Changed-By: linimon
> Responsible-Changed-When: Tue Jun 26 20:37:18 UTC 2012
> Responsible-Changed-Why:
> reclassify.
> 
> http://www.freebsd.org/cgi/query-pr.cgi?pr=169461
> ___
> 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"

Hi,

Please check with pciconf -lv that all EHCI PCI devices have a driver 
attached.

Also check that:

sysctl hw.usb.ehci.no_hs

Is not set.

Have you tried all ports?

--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"


Re: usb/169461: [ugen] USB2 high-speed device detected as full speed

2012-06-26 Thread linimon
Old Synopsis: USB2 high-speed device detected as full speed
New Synopsis: [ugen] USB2 high-speed device detected as full speed

Responsible-Changed-From-To: freebsd-amd64->freebsd-usb
Responsible-Changed-By: linimon
Responsible-Changed-When: Tue Jun 26 20:37:18 UTC 2012
Responsible-Changed-Why: 
reclassify.

http://www.freebsd.org/cgi/query-pr.cgi?pr=169461
___
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"