| To: | Alan Cox <alan@lxorguk.ukuu.org.uk> |
|---|---|
| Subject: | Re: can't find interrupt number under /proc/interrupts for the pci multi-port on db1550 |
| From: | rolf liu <rolfliu@gmail.com> |
| Date: | Tue, 28 Jun 2005 12:01:26 -0700 |
| Cc: | linux-mips@linux-mips.org |
| Domainkey-signature: | a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=KzWf/lVSZr6Y8dlk5obhxkxVlctLNeRtMt26KvSsqepqFFOPiSWJHuV3n49ZiR7VP5ykeR3wSQTUp7Pgex0xTe9dKIj5O+KiX2mPw4bs9NubovK1HM+WatQw7JmCcoTDHfERm5d7EFBoVj/R4P9uXsGq2XujeT+OeGVoRd6QZq4= |
| In-reply-to: | <1119981143.32369.26.camel@localhost.localdomain> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <2db32b720506271706201a66fb@mail.gmail.com> <1119966279.32381.7.camel@localhost.localdomain> <2db32b720506280930a5de769@mail.gmail.com> <1119981143.32369.26.camel@localhost.localdomain> |
| Reply-to: | rolf liu <rolfliu@gmail.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
Thanks for your help. I tried your script. the result is really interesting. the interrupt is still shown as 0 times. I even hacked into the do_IRQ and handle_IRQ_event, let them printk if there is a interrupt number 2 coming in. Still no printk output through klogd logfile. more interesting thing is there is a timer on the multi-port board, which is keeping time-out and keeping the timer interrupt up. Is that possible the board is not enabled to interrupt correctly? really a pain. I just got the driver from the company. don't know what is the start point if I want to really dig into the hardware control of the board. thanks On 6/28/05, Alan Cox <alan@lxorguk.ukuu.org.uk> wrote: > On Maw, 2005-06-28 at 17:30, rolf liu wrote: > > but the number of interrupts for that driver is always 0, which seems > > not OK. I am wondering if such interrupt is routed to somewhere else? > > I'd expect it to stay zero unless characters were received or events > occurred. Something like > > (echo "Hello world"; cat ) <> /dev/ttywhatever > > ought to cause interrupts > > [That bit of script writes Hello world to the serial port and then > copies anything from it back to it until you hit ^C] > > |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: can't find interrupt number under /proc/interrupts for the pci multi-port on db1550, Alan Cox |
|---|---|
| Next by Date: | Advice needed WRT very slow nfs in new port..., David Daney |
| Previous by Thread: | Re: can't find interrupt number under /proc/interrupts for the pci multi-port on db1550, Alan Cox |
| Next by Thread: | Re: can't find interrupt number under /proc/interrupts for the pci multi-port on db1550, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |