On Friday 08 June 2007 17:52, Garrett Cooper wrote:
> Hans Petter Selasky wrote:
> > On Friday 08 June 2007 11:43, Paolo Pisati wrote:
> >>> I testing booting with a combo USB/Firewire carbus card, but no
> >>> interrupts are
> >>> genereated. If I plug the card in when the computer is not cold, it
Hans Petter Selasky wrote:
On Friday 08 June 2007 11:43, Paolo Pisati wrote:
I testing booting with a combo USB/Firewire carbus card, but no
interrupts are
genereated. If I plug the card in when the computer is not cold, it works
fine. Any ideas? Does the cardbus driver generate a dummy inter
On Friday 08 June 2007 11:43, Paolo Pisati wrote:
> > I testing booting with a combo USB/Firewire carbus card, but no
> > interrupts are
> > genereated. If I plug the card in when the computer is not cold, it works
> > fine. Any ideas? Does the cardbus driver generate a dummy interrupt to
> > make
> I testing booting with a combo USB/Firewire carbus card, but no interrupts
> are
> genereated. If I plug the card in when the computer is not cold, it works
> fine. Any ideas? Does the cardbus driver generate a dummy interrupt to
> make
> sure that any outstanding interrupts are cleared?
how ol
On Friday 08 June 2007 11:09, Hidetoshi Shimokawa wrote:
> It seems that the firewire driver is unrelated to the problem.
> Doesn't firewire device work too?
>
I haven't tested it. I don't have any FW devices.
--HPS
___
freebsd-hackers@freebsd.org maili
It seems that the firewire driver is unrelated to the problem.
Doesn't firewire device work too?
On 6/8/07, Hans Petter Selasky <[EMAIL PROTECTED]> wrote:
On Friday 08 June 2007 09:30, Hidetoshi Shimokawa wrote:
> The latest firewire driver I commited this week uses interrupt filter.
> There mig
On Friday 08 June 2007 09:30, Hidetoshi Shimokawa wrote:
> The latest firewire driver I commited this week uses interrupt filter.
> There might be some bad interaction between them if they share IRQ.
>
> You can disable interrupt filter of firewire driver by changing
> #define FWOHCI_INTFILT 0
> i
Do you have INTR_FILTER in your kernel config file?
Does the USB driver use interrupt filter or only ithread?
On 6/8/07, Hans Petter Selasky <[EMAIL PROTECTED]> wrote:
Hi,
I testing booting with a combo USB/Firewire carbus card, but no interrupts are
genereated. If I plug the card in when the c
The latest firewire driver I commited this week uses interrupt filter.
There might be some bad interaction between them if they share IRQ.
You can disable interrupt filter of firewire driver by changing
#define FWOHCI_INTFILT 0
in fwohcivar.h.
If you are using the latest firewire driver, can yo
On Friday 08 June 2007 09:17, Hidetoshi Shimokawa wrote:
> Do you have INTR_FILTER in your kernel config file?
No.
> Does the USB driver use interrupt filter or only ithread?
Ithread.
Interrupt filter is NULL I think.
#if (__FreeBSD_version >= 700031)
err = bus_setup_intr(self, sc->sc_
10 matches
Mail list logo