Date: Tue, 17 Sep 2013 07:14:17 +0200 From: =?utf-8?Q?Hans_Petter_Selasky?= <hans.petter.selasky@bitfrost.no> To: =?utf-8?Q?lev=40FreeBSD=2Eorg?= <lev@FreeBSD.org>, =?utf-8?Q?Harald_Schmalzbauer?= <h.schmalzbauer@omnilan.de> Cc: =?utf-8?Q?FreeBSD_Stable?= <freebsd-stable@FreeBSD.org>, =?utf-8?Q?freebsd-usb=40freebsd=2Eorg?= <freebsd-usb@freebsd.org> Subject: RE: umcs (4-Port-USB-serial) triggering way too much ehci IRQs Message-ID: <zarafa.5237e529.2bc6.08fde6eb34c27a87@mail.lockless.no> In-Reply-To: <1314959000.20130917013707@serebryakov.spb.ru> References: <52372DBA.6020703@omnilan.de>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi,=0D=0A=0D=0ACheck using usbdump -i usbusX -f Y -s 65536 -vvv=0D=0A=0D=0A= what is going on. Maybe some USB transfers are returning zero length data= from the chip.=0D=0A=0D=0A--HPS=0D=0A=0D=0A=20=0D=0A=20=0D=0A-----Origin= al message-----=0D=0A> From:Lev Serebryakov <lev@FreeBSD.org <mailto:lev@= FreeBSD.org> >=0D=0A> Sent: Monday 16th September 2013 23:38=0D=0A> To: H= arald Schmalzbauer <h.schmalzbauer@omnilan.de <mailto:h.schmalzbauer@omni= lan.de> >=0D=0A> Cc: FreeBSD Stable <freebsd-stable@FreeBSD.org <mailto:f= reebsd-stable@FreeBSD.org> >; freebsd-usb@freebsd.org <mailto:freebsd-usb= @freebsd.org>=20=0D=0A> Subject: Re: umcs (4-Port-USB-serial) triggering = way too much ehci IRQs=0D=0A>=20=0D=0A> Hello, Harald.=0D=0A> You wrote 1= 6 =D1=81=D0=B5=D0=BD=D1=82=D1=8F=D0=B1=D1=80=D1=8F 2013 =D0=B3., 20:11:38= :=0D=0A>=20=0D=0A> HS> I have some of these 4-Port-Serial-USB-Hubs:=0D=0A= > HS> http://www.delock.com/produkte/F_673_USB---Seriell_87414/merkmale.h= tml <http://www.delock.com/produkte/F_673_USB---Seriell_87414/merkmale.ht= ml>=20=0D=0A> HS> They have the MosChip MCS7840 inside, wich also underst= ands RS485/422=0D=0A> HS> besides RS232.=0D=0A>=20=0D=0A> HS> FreeBSDs um= cs(4) supports the RS232 mode with standard baudrates and=0D=0A> HS> work= s with that device.=0D=0A>=20=0D=0A> HS> Unfortunately, as soon as I open= any of the 4 cuaU0.x ports, there are=0D=0A> HS> 500irq/s from ehci.=0D=0A= > I have only one 2-port noname adapter with this chip, which I used to= =0D=0A> write this driver. And it works fine (at least right now):=0D=0A= >=20=0D=0A> usbus0: 12Mbps Full Speed USB v1.0=0D=0A> usbus1: 12Mbps Full= Speed USB v1.0=0D=0A> usbus2: 12Mbps Full Speed USB v1.0=0D=0A> usbus3: = 480Mbps High Speed USB v2.0=0D=0A> ....=0D=0A> ugen3.2: <vendor 0x9710> a= t usbus3=0D=0A> umcs78400: <vendor 0x9710 product 0x7840, rev 2.00/0.01, = addr 2> on usbus3=0D=0A> umcs78400: Chip mcs7840, found 2 active ports=0D= =0A> umcs78400: On-die confguration: RST: active low, HRD: yes, PLL: avai= l, POR: avail, Ports: 4, EEPROM write disabled, IrDA is not available=0D=0A= >=20=0D=0A> % vmstat -i=0D=0A> interrupt total = rate=0D=0A> irq1: atkbd0 799 0=0D=0A= > irq18: uhci2 ehci0+ 1210 0=0D=0A> irq20: hpet0= 529850590 647=0D=0A> irq21: uhci1 = 2861007 3=0D=0A> irq23: uhci3 ehci1 2181202= 2=0D=0A> irq256: em0 1139745179 1393=0D= =0A> irq257: ahci0 76093174 93=0D=0A> Total = 1750731961 2140=0D=0A>=20=0D=0A> I have neve= r seen other devices on this chip and I have never had chance=0D=0A> to = try it with 4-port version of device...=0D=0A>=20=0D=0A> To be honest, = I didn't know much about USB at all, I wrote this driver=0D=0A> without c= omplete understanding USB magic and use USB only as transport to=0D=0A> a= ccess MCS7840 registers...=0D=0A>=20=0D=0A> Maybe, local USB Guru Hans P= etter Selasky could give cime advicec how to=0D=0A> debug this situation= =2E I've added freebsd-usb@ to CC:=0D=0A>=20=0D=0A> --=20=0D=0A> // Black= Lion AKA Lev Serebryakov <lev@FreeBSD.org <mailto:lev@FreeBSD.org> >=0D=0A= >=20=0D=0A> _______________________________________________=0D=0A> freebs= d-usb@freebsd.org <mailto:freebsd-usb@freebsd.org> mailing list=0D=0A> h= ttp://lists.freebsd.org/mailman/listinfo/freebsd-usb <http://lists.freebs= d.org/mailman/listinfo/freebsd-usb>=20=0D=0A> To unsubscribe, send any ma= il to "freebsd-usb-unsubscribe@freebsd.org <mailto:freebsd-usb-unsubscrib= e@freebsd.org> "=0D=0A=0D=0A From owner-freebsd-stable@FreeBSD.ORG Tue Sep 17 07:45:15 2013 Return-Path: <owner-freebsd-stable@FreeBSD.ORG> Delivered-To: freebsd-stable@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 470C5E82; Tue, 17 Sep 2013 07:45:15 +0000 (UTC) (envelope-from marko.cupac@mimar.rs) Received: from www.mimar.rs (www.mimar.rs [193.53.106.101]) by mx1.freebsd.org (Postfix) with ESMTP id 04AF32205; Tue, 17 Sep 2013 07:45:14 +0000 (UTC) Received: from kaa.mimar.rs (178-221-85-142.dynamic.isp.telekom.rs [178.221.85.142]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: marko.cupac@mimar.rs) by www.mimar.rs (Postfix) with ESMTPSA id 4D464B9030; Tue, 17 Sep 2013 09:45:08 +0200 (CEST) Date: Tue, 17 Sep 2013 09:45:07 +0200 From: Marko =?UTF-8?B?Q3VwYcSH?= <marko.cupac@mimar.rs> To: Adrian Chadd <adrian@freebsd.org> Subject: Re: reproducible dump possibly related to ath and virtualbox Message-Id: <20130917094507.bab50639749da1f173762588@mimar.rs> In-Reply-To: <CAJ-Vmo=uKJmC+Wza5zer1q79Xh6HzZex6=nQYHiruUDMBw-hHg@mail.gmail.com> References: <20130915144827.39a207b0c3417aad75a18f79@mimar.rs> <CAJ-Vmo=uKJmC+Wza5zer1q79Xh6HzZex6=nQYHiruUDMBw-hHg@mail.gmail.com> Organization: Mimar X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.19; amd64-portbld-freebsd9.2) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: FreeBSD Stable Mailing List <freebsd-stable@freebsd.org> X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code <freebsd-stable.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-stable>, <mailto:freebsd-stable-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-stable> List-Post: <mailto:freebsd-stable@freebsd.org> List-Help: <mailto:freebsd-stable-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-stable>, <mailto:freebsd-stable-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 17 Sep 2013 07:45:15 -0000 On Sun, 15 Sep 2013 23:34:45 -0700 Adrian Chadd <adrian@freebsd.org> wrote: > Hi, > > Please try -HEAD or -10. I fixed a number o AR9285 bugs there. Uh, I did this a few times before, and indeed it fixed some problems with wifi. Unfortunately, generally it broke more things than it fixed so I always ended up with clean re-install. Hope those bug fixes will be backported to 9-STABLE. -- Marko Cupać
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?zarafa.5237e529.2bc6.08fde6eb34c27a87>