Re: Looking for speed increases in make index and pkg_version for ports

2007-05-28 Thread Alexander Nedotsukov
Correct me if I wrong. Don't you missed the fact that chdir(2) changes process wide attribute? Though it's easy to fix with -C option. Stephen Montgomery-Smith wrote: Jeremy Chadwick wrote: On Sun, May 27, 2007 at 03:52:16PM -0500, Stephen Montgomery-Smith wrote: I have been thinking a lot

Re: No interrupts coming to device driver.

2005-11-13 Thread Alexander Nedotsukov
guess of what driver can use. Anyway thanks everyone who tried to help! All the best, Alexander. M. Warner Losh wrote: In message: [EMAIL PROTECTED] Alexander Nedotsukov [EMAIL PROTECTED] writes: : I trying to create small lirc (www.lirc.org) compatible CIR driver for : it8705 chip

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 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

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

Re: devel/libgtop2 cannot build

2004-11-18 Thread Alexander Nedotsukov
Norikatsu Shigemura wrote: On Thu, 18 Nov 2004 09:57:10 -0600 Conrad J. Sabatier [EMAIL PROTECTED] wrote: /usr/ports/devel/libgtop2/work/libgtop-2.8.1/sysdeps/freebsd, works for me under CURRENT. I confirmed that it looks good, by running gnome-system-monior. It didn't crash.

Re: [PATCH] libusbhid(3) should not clear report_size field

2004-01-27 Thread Alexander Nedotsukov
Matthew N. Dodd wrote: On Mon, 26 Jan 2004, Maksim Yevmenkin wrote: Index: src/lib/libusbhid/parse.c === RCS file: /home/ncvs/src/lib/libusbhid/parse.c,v retrieving revision 1.8 diff -u -r1.8 parse.c --- src/lib/libusbhid/parse.c