No interrupts coming to device driver.
From: Alexander Nedotsukov (bland_at_FreeBSD.org)
Date: 11/10/05
- Previous message: Dan Nelson: "Re: CPU utilization"
- Next in thread: Daniel O'Connor: "Re: No interrupts coming to device driver."
- Reply: Daniel O'Connor: "Re: No interrupts coming to device driver."
- Reply: Hans Petter Selasky: "Re: No interrupts coming to device driver."
- Reply: M. Warner Losh: "Re: No interrupts coming to device driver."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 10 Nov 2005 17:50:05 +0900 To: freebsd-hackers@FreeBSD.org
Hi,
I trying to create small lirc (www.lirc.org) compatible CIR driver for
it8705 chip (sits on ISA bus). My problem is I can not get interrupts
coming to driver. I believe I configured chip (carrier freq. + baudrate
divisor) and enabled interrupt mode the same way it windows driver does.
It also seems to be correct according to chip specs. But nothing. vmstat
-i shows zeros for assigned irq. And my IRS stay cold. I wrote small
userland program which polls CIRs IIR (interrupt identefication
register) and it shows interrupt pending bit set on right after I press
key on remote control. Looks like I missed something fundamental. Does
anyone can give me a hint where to look?
Thanks,
Alexander.
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
- Previous message: Dan Nelson: "Re: CPU utilization"
- Next in thread: Daniel O'Connor: "Re: No interrupts coming to device driver."
- Reply: Daniel O'Connor: "Re: No interrupts coming to device driver."
- Reply: Hans Petter Selasky: "Re: No interrupts coming to device driver."
- Reply: M. Warner Losh: "Re: No interrupts coming to device driver."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|