No interrupts coming to device driver.

2005-11-10 Thread Alexander Nedotsukov
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

Re: No interrupts coming to device driver.

2005-11-10 Thread Daniel O'Connor
On Thu, 10 Nov 2005 19:20, Alexander Nedotsukov wrote: > -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 li

Re: misc questions about the device&driver arch

2005-11-10 Thread kylin
Sir ,i am still puzzled by the windows and freebsd arch similar. 1 the window TPS say that windwo allocate the resource window in default size of 1M or 2M,so there may be hole ,does that happen in freebsd 5 or 6? 2 in my view i believe that freebsd us the "just enough "tactics,so the nexus level of

Re: No interrupts coming to device driver.

2005-11-10 Thread Hans Petter Selasky
On Thursday 10 November 2005 09:50, Alexander Nedotsukov wrote: > 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 > diviso

Re: GEOM for multipath? How?

2005-11-10 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Sergey Babkin writes: >>From: Danny Howard <[EMAIL PROTECTED]> > >>Hey ... yes, I recall there being issues with the QLogic drivers ... I >>wonder if anyone has given the mpt drivers a shot? I was able to speak >>with an engineer at Engenio (now owned by LSI) and s

Re: Re: GEOM for multipath? How?

2005-11-10 Thread Sergey Babkin
>From: Danny Howard <[EMAIL PROTECTED]> >Hey ... yes, I recall there being issues with the QLogic drivers ... I >wonder if anyone has given the mpt drivers a shot? I was able to speak >with an engineer at Engenio (now owned by LSI) and she said there were >some issues with the QLogic dual-port ca

Re: GEOM for multipath? How?

2005-11-10 Thread Pawel Jakub Dawidek
On Thu, Nov 10, 2005 at 02:48:15PM +0100, Poul-Henning Kamp wrote: +> In message <[EMAIL PROTECTED]>, Sergey +> Babkin writes: +> >>From: Danny Howard <[EMAIL PROTECTED]> +> > +> >>Hey ... yes, I recall there being issues with the QLogic drivers ... I +> >>wonder if anyone has given the mpt driver

Re: [PATCH] IPv6 support for ggate

2005-11-10 Thread Craig Boston
On Tue, Nov 01, 2005 at 11:41:36AM +0100, Pawel Jakub Dawidek wrote: > I'll be grateful if you could file PR and send me its number. Thanks! I just submitted version 2 of the patch as bin/88821. > Thanks a lot! Unfortunately I don't have time to setup test environment > (I don't use ipv6 at all)

Re: GEOM for multipath? How?

2005-11-10 Thread Danny Howard
On Thu, Nov 10, 2005 at 03:01:13PM +0100, Pawel Jakub Dawidek wrote: > On Thu, Nov 10, 2005 at 02:48:15PM +0100, Poul-Henning Kamp wrote: > +> In message <[EMAIL PROTECTED]>, Sergey > +> Babkin writes: > +> >QLogic worked fine in multi-path configuration with UnixWare. > +> >I think LSI and Adapt

Re: No interrupts coming to device driver.

2005-11-10 Thread Alexander Nedotsukov
Daniel O'Connor wrote: On Thu, 10 Nov 2005 19:20, Alexander Nedotsukov wrote: -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 rem

Re: No interrupts coming to device driver.

2005-11-10 Thread Alexander Nedotsukov
Hans Petter Selasky wrote: On Thursday 10 November 2005 09:50, Alexander Nedotsukov wrote: 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 f

Need Help In sppp_attach

2005-11-10 Thread rashmi ns
Hello List , I'm writing a hdlc driver we want to send traffic to the driver and test. But I have some basic doubts regarding sppp .Kindly Give your suggestions 1.How to run PPP on FreeBSD system. 2.What configuration needs to be done in order to send traffic using HDLC driver. Thanks For your Sugg