Re: usb/81524 : panic: usb_cold_explore: busses to explore when !cold

2006-02-26 Thread Eugene Grosbein
The following reply was made to PR usb/81524; it has been noted by GNATS. From: Eugene Grosbein [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: usb/81524 : panic: usb_cold_explore: busses to explore when !cold Date: Sun, 26 Feb 2006 23:24:22 +0700 Does this problem

Re: usb/81524 : panic: usb_cold_explore: busses to explore when !cold

2006-02-27 Thread Eugene Grosbein
The following reply was made to PR usb/81524; it has been noted by GNATS. From: Eugene Grosbein [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: usb/81524 : panic: usb_cold_explore: busses to explore when !cold Date: Mon, 27 Feb 2006 22:47:54 +0700 I've upgraded my

Re: usb/81524 : panic: usb_cold_explore: busses to explore when !cold

2006-02-27 Thread Eugene Grosbein
The following reply was made to PR usb/81524; it has been noted by GNATS. From: Eugene Grosbein [EMAIL PROTECTED] To: Ian Dowse [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: usb/81524 : panic: usb_cold_explore: busses to explore when !cold Date: Tue, 28 Feb 2006 11:11:55 +0700 On Tue

usb/93949: ugen(4)-related repeatable kernel panic in 6.1-PRERELEASE

2006-02-28 Thread Eugene Grosbein
-bug Submitter-Id: current-users Arrival-Date: Tue Feb 28 18:00:11 GMT 2006 Closed-Date: Last-Modified: Originator: Eugene Grosbein Release:FreeBSD 6.1-PRERELEASE i386 Organization: Svyaz Service JSC Environment: System: FreeBSD grosbein.pp.ru 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #4

Re: usb/93949: ugen(4)-related repeatable kernel panic in 6.1-PRERELEASE

2006-11-14 Thread Eugene Grosbein
Hi! Some form of the patch mentioned in the Audit-Trail has been commited and MFC'ed to RELENG_6. So the problem does not exists in STABLE anymore. Please close this PR. Eugene Grosbein ___ freebsd-usb@freebsd.org mailing list http://lists.freebsd.org

Re: usb/93949: ugen(4)-related repeatable kernel panic in 6.1-PRERELEASE

2006-11-14 Thread Eugene Grosbein
The following reply was made to PR usb/93949; it has been noted by GNATS. From: Eugene Grosbein [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: usb/93949: ugen(4)-related repeatable kernel panic in 6.1-PRERELEASE Date: Wed, 15 Nov 2006 02:05:03 +0700 Hi! Some form

Re: usb/91546: [umodem] [patch] Nokia 6630 mobile phone does not work

2007-09-25 Thread Eugene Grosbein
wrong while porting or it's just phone's problem? Btw, it works via Bluetooth and rfcomm_pppd just fine, but I'd like to see FreeBSD supporting it over USB too :-) Eugene Grosbein ___ freebsd-usb@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: usb/91546: [umodem] [patch] Nokia 6630 mobile phone does not work

2007-09-25 Thread Eugene Grosbein
Hi! Oops, forgot to attach the patch. --- sys/dev/usb/umodem.c.orig 2006-08-05 22:21:42.0 +0800 +++ sys/dev/usb/umodem.c2007-09-26 01:56:35.0 +0800 @@ -178,7 +178,7 @@ Static usbd_status umodem_set_line_coding(struct umodem_softc *sc,

Re: usb/91546: [umodem] [patch] Nokia 6630 mobile phone does notwork

2007-09-25 Thread Eugene Grosbein
Warner Losh wrote: Have you tried porting -current's umodem driver back to stable? I think it would work a lot better... I've glanced at CURRENT's umodem and there is no that code allowing to work with devices without CM descriptor using UNION instead... NetBSD has that code since 2005. Do

Re: usb/91546: [umodem] [patch] Nokia 6630 mobile phone does not work

2007-09-26 Thread Eugene Grosbein
The following reply was made to PR usb/91546; it has been noted by GNATS. From: Eugene Grosbein [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: M. Warner Losh [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: usb/91546: [umodem] [patch] Nokia 6630 mobile phone does not work Date: Wed, 26 Sep 2007 19

Re: usb/91546: [umodem] [patch] Nokia 6630 mobile phone does not work

2007-09-26 Thread Eugene Grosbein
The following reply was made to PR usb/91546; it has been noted by GNATS. From: Eugene Grosbein [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: M. Warner Losh [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: usb/91546: [umodem] [patch] Nokia 6630 mobile phone does not work Date: Wed, 26 Sep 2007 22

Re: usb/91546: [umodem] [patch] Nokia 6630 mobile phone does not work

2007-09-26 Thread Eugene Grosbein
On Wed, Sep 26, 2007 at 07:32:01PM +0800, Eugene Grosbein wrote: On Tue, 25 Sep 2007, Warner Losh wrote: My modem doesn't have a CM descriptor and I quirked it before. I moved the quirk code and it works now without it. The Union code from NetBSD didn't look relevant at all when you

Re: usb/91546: [umodem] [patch] Nokia 6630 mobile phone does not work

2007-09-27 Thread Eugene Grosbein
On Wed, 26 Sep 2007, Hans Petter Selasky wrote: Have you dumped the complete USB descriptors using /usr/ports/sysutils/udesc_dump ? I did not even know that it exists, but suspected :-) Thanks. Here it comes: ioctl USB_GET_STRING_DESC: Invalid argument Standard Device Descriptor: bLength

Re: usb/91546: [umodem] [patch] Nokia 6630 mobile phone does not work

2007-09-28 Thread Eugene Grosbein
The following reply was made to PR usb/91546; it has been noted by GNATS. From: Eugene Grosbein [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED], M. Warner Losh [EMAIL PROTECTED] Subject: Re: usb/91546: [umodem] [patch] Nokia 6630 mobile phone does not work Date: Fri, 28 Sep 2007 21

Re: usb/91546: [umodem] [patch] Nokia 6630 mobile phone does not work

2007-09-28 Thread Eugene Grosbein
Hi! Here is the patch allowing to work with Nokia E50 (and hopefully others) as USB modem through device /dev/cuaU0 or like. This is basically the same code from NetBSD with one addition. The code from NetBSD allows to use UNION interface descriptor instead of CM descriptor but takes the first

usb/117185: [umodem] Add support for UNION interface descriptor

2007-10-14 Thread Eugene Grosbein
: change-request Submitter-Id: current-users Arrival-Date: Sun Oct 14 15:10:01 UTC 2007 Closed-Date: Last-Modified: Originator: Eugene Grosbein Release:FreeBSD 7.0-PRERELEASE i386 Organization: Svyaz-Service Environment: System: FreeBSD grosbein.pp.ru 7.0-PRERELEASE FreeBSD 7.0

Re: usb/91546: [umodem] [patch] Nokia 6630 mobile phone does not work

2007-11-12 Thread Eugene Grosbein
The following reply was made to PR usb/91546; it has been noted by GNATS. From: Eugene Grosbein [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: M. Warner Losh [EMAIL PROTECTED] Subject: Re: usb/91546: [umodem] [patch] Nokia 6630 mobile phone does not work Date: Tue, 13 Nov 2007 01:48:04 +0700 Hi

Re: usb/96599: [usb] [patch] Sony Handycam DCR-HC32E memory stick slot

2008-08-05 Thread Eugene Grosbein
The following reply was made to PR usb/96599; it has been noted by GNATS. From: Eugene Grosbein [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: usb/96599: [usb] [patch] Sony Handycam DCR-HC32E memory stick slot Date: Wed, 6 Aug 2008 00:23:07 +0800 Hi! This PR

8.0-RC1: AMD CS5536 (Geode) USB 2.0 controller strange behavour

2009-09-25 Thread Eugene Grosbein
kern.timecounter.tc.TSC.quality: 800 kern.timecounter.invariant_tsc: 0 Please help. Eugene Grosbein ___ 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: 8.0-RC1: AMD CS5536 (Geode) USB 2.0 controller strange behavour

2009-09-26 Thread Eugene Grosbein
as I'm not in list. Eugene Grosbein ___ 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: 8.0-RC1: AMD CS5536 (Geode) USB 2.0 controller strange behavour

2009-09-27 Thread Eugene Grosbein
myself confident with the code to debug it yet... Eugene Grosbein ___ 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: 8.0-RC1: AMD CS5536 (Geode) USB 2.0 controller strange behavour

2009-09-27 Thread Eugene Grosbein
1000+0 records in 1000+0 records out 65536000 bytes transferred in 91.364733 secs (717301 bytes/sec) So, this time no idle periods but I'm still not happy with the speed. Eugene Grosbein ___ freebsd-usb@freebsd.org mailing list http://lists.freebsd.org

Re: 8.0-RC1: AMD CS5536 (Geode) USB 2.0 controller strange behavour

2009-09-27 Thread Eugene Grosbein
On Sun, Sep 27, 2009 at 10:31:38PM +0800, Eugene Grosbein wrote: %dd if=/dev/zero bs=64k of=/dev/da0 count=1000 It started to work, meantime iostat output was: 63.62 17 1.05 0.00 0 0.00 0.00 0 0.00 0.00 0 0.00 0.00 0 0.00 0.00 0 0.00 64.00 2

Re: 8.0-RC1: AMD CS5536 (Geode) USB 2.0 controller strange behavour

2009-09-27 Thread Eugene Grosbein
invariant Eugene Grosbein ___ 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: 8.0-RC1: AMD CS5536 (Geode) USB 2.0 controller strange behavour

2009-09-27 Thread Eugene Grosbein
I've repeated the test with my USB flash drive formatted as FAT32. It gives the same result: for ICH7-based system I get 26 megabyte/s file writing speed and for AMD CS5536 it suffers from long periods of inactivity while writing data, hence very low awarage writing speed. It seems the root

Re: 8.0-RC1: AMD CS5536 (Geode) USB 2.0 controller strange behavour

2009-09-28 Thread Eugene Grosbein
something. Eugene Grosbein ___ 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: 8.0-RC1: AMD CS5536 (Geode) USB 2.0 controller strange behavour

2009-09-28 Thread Eugene Grosbein
. Now I wonder if there is another way to assign distinct IRQ for USB, BIOS Setup does not help. Eugene Grosbein. ___ freebsd-usb@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send any mail to freebsd-usb

Re: usb/148189: [usbdevs] [usb8] [patch] provide descriptive string for NEC EHCI 7-port USB hub

2010-06-27 Thread Eugene Grosbein
On 28.06.2010 04:33, Hans Petter Selasky wrote: On Sunday 27 June 2010 21:29:37 Eugene Grosbein wrote: See USB P4 change ID #180276. Thanks! Will wait the change hit SVN :-) Eugene Grosbein ___ freebsd-usb@freebsd.org mailing list http

Re: usb/148189: [usbdevs] [usb8] [patch] provide descriptive string for NEC EHCI 7-port USB hub

2010-06-27 Thread Eugene Grosbein
The following reply was made to PR usb/148189; it has been noted by GNATS. From: Eugene Grosbein eu...@grosbein.pp.ru To: Hans Petter Selasky hsela...@c2i.net Cc: freebsd-usb@freebsd.org, freebsd-gnats-sub...@freebsd.org Subject: Re: usb/148189: [usbdevs] [usb8] [patch] provide descriptive string

Re: usb/148189: [usbdevs] [usb8] [patch] provide descriptive string for NEC EHCI 7-port USB hub

2010-06-28 Thread Eugene Grosbein
The following reply was made to PR usb/148189; it has been noted by GNATS. From: Eugene Grosbein eu...@grosbein.pp.ru To: ti...@cicely.de Cc: Bernd Walter ti...@cicely7.cicely.de, freebsd-gnats-sub...@freebsd.org Subject: Re: usb/148189: [usbdevs] [usb8] [patch] provide descriptive string

power off port physically

2011-08-29 Thread Eugene Grosbein
. Please CC: me as I'm not in the list. Eugene Grosbein ___ 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: power off port physically

2011-08-29 Thread Eugene Grosbein
USB ports. How do I re-enumerate the parent HUB? I've tried usbconfig -d 4.1 set_config 255 - it does not power my device off. I need not quick reset. I need power it off for long time. Eugene Grosbein ___ freebsd-usb@freebsd.org mailing list http