Re: LinuxPPS patch

2008-01-28 Thread Rodolfo Giometti
On Mon, Jan 28, 2008 at 08:43:08AM -0500, Lennart Sorensen wrote: > I would test it except I am still on 2.6.18 and probably will be for > quite a while. I am still using an older patch of yours which works > great for now, although I know the interface has a changed a bit since. Yes, you are re

Re: LinuxPPS patch

2008-01-28 Thread Lennart Sorensen
On Sun, Jan 27, 2008 at 06:39:23PM +0100, Rodolfo Giometti wrote: > here my patch for PPS support against kernel 2.6.24: > >http://ftp.enneenne.com/pub/misc/linuxpps/patches/ntp-pps-2.6.24.diff > > The code has been tested by some guys intered in PPS stuff and it > seems ok. :) > > Please re

LinuxPPS patch

2008-01-27 Thread Rodolfo Giometti
Hello, here my patch for PPS support against kernel 2.6.24: http://ftp.enneenne.com/pub/misc/linuxpps/patches/ntp-pps-2.6.24.diff The code has been tested by some guys intered in PPS stuff and it seems ok. :) Please report your suggestions in order to get kernel inclusion. Thanks in advance

Re: [LinuxPPS] [PATCH 1/1] LinuxPPS: Pulse per Second support for Linux

2007-04-26 Thread Rodolfo Giometti
On Wed, Mar 21, 2007 at 04:35:22PM -0600, Reg Clemens wrote: > > On Wed, Mar 21, 2007 at 10:55:58AM -0600, Reg Clemens wrote: > > > > > > Just one point with your patch. > > > A couple of years ago there was a long discussion on the Linux Kernel > > > mailing > > > list > > > as to how USER code

Re: [LinuxPPS] [PATCH 1/1] LinuxPPS: Pulse per Second support for Linux

2007-03-21 Thread Reg Clemens
> On Wed, Mar 21, 2007 at 10:55:58AM -0600, Reg Clemens wrote: > > > > Just one point with your patch. > > A couple of years ago there was a long discussion on the Linux Kernel > > mailing > > list > > as to how USER codes were not supposed to use KERNEL include files. Now I > > still > > see

Re: [LinuxPPS] [PATCH 1/1] LinuxPPS: Pulse per Second support for Linux

2007-03-21 Thread Rodolfo Giometti
On Wed, Mar 21, 2007 at 10:55:58AM -0600, Reg Clemens wrote: > > Just one point with your patch. > A couple of years ago there was a long discussion on the Linux Kernel mailing > list > as to how USER codes were not supposed to use KERNEL include files. Now I > still > see __KERNEL__ all over t

Re: [LinuxPPS] [PATCH 1/1] LinuxPPS: Pulse per Second support for Linux

2007-03-21 Thread Reg Clemens
Just one point with your patch. A couple of years ago there was a long discussion on the Linux Kernel mailing list as to how USER codes were not supposed to use KERNEL include files. Now I still see __KERNEL__ all over the place in the linux=source includes so mabe this never went anywhere, but