17 May 2008 19:31
17 May 2008 20:53
Re: PPS on Amiga serial port?
Frank Wille <frank <at> phoenix.owl.de>
2008-05-17 18:53:32 GMT
2008-05-17 18:53:32 GMT
John Klos wrote: > Does anyone know if PPS is supported on Amiga serial ports? Hardware-wise it should be supported. AFAIK the DCD line is used for it? I'm not sure if and where PPS support is implemented in NetBSD, though. -- -- _ Frank Wille (frank <at> phoenix.owl.de) _ // http://sun.hasenbraten.de/~frank/ \X/ Phx <at> #AmigaGer
17 May 2008 20:56
Re: Xamiga 16-bit
Frank Wille <frank <at> phoenix.owl.de>
2008-05-17 18:56:13 GMT
2008-05-17 18:56:13 GMT
Ignatios Souvatzis wrote: >> For reproduction: you only have to start the X-server with a 16-bit >> screenmode. twm is enough to reproduce the crash. >> >> Should I create a PR for this? > > Yes please. I tried it again, some days ago, with the official 4.0, and the X-server is coming up in 16-bit, even starting parts of Gnome... Strange. Maybe we should close this PR for now. -- -- _ Frank Wille (frank <at> phoenix.owl.de) _ // http://sun.hasenbraten.de/~frank/ \X/ Phx <at> #AmigaGer
21 May 2008 12:13
Re: Xamiga 16-bit
Ignatios Souvatzis <is <at> netbsd.org>
2008-05-21 10:13:24 GMT
2008-05-21 10:13:24 GMT
On Sat, May 17, 2008 at 08:56:13PM +0200, Frank Wille wrote: > Ignatios Souvatzis wrote: > > >> For reproduction: you only have to start the X-server with a 16-bit > >> screenmode. twm is enough to reproduce the crash. > >> > >> Should I create a PR for this? > > > > Yes please. > > I tried it again, some days ago, with the official 4.0, and the X-server is > coming up in 16-bit, even starting parts of Gnome... > > Strange. Maybe we should close this PR for now. Please do, adding those 2 text lines as comment. -is -- -- seal your e-mail: http://www.gnupg.org/
21 May 2008 12:20
Re: PPS on Amiga serial port?
Ignatios Souvatzis <is <at> netbsd.org>
2008-05-21 10:20:24 GMT
2008-05-21 10:20:24 GMT
On Sat, May 17, 2008 at 08:53:32PM +0200, Frank Wille wrote: > John Klos wrote: > > > Does anyone know if PPS is supported on Amiga serial ports? > > Hardware-wise it should be supported. AFAIK the DCD line is used for it? > I'm not sure if and where PPS support is implemented in NetBSD, though. Ere you get fancy ideas: We don't have any hardware DCD interupt, we poll in the vertical blank interupt for that (see below). So the clock resolution of the PPS signal is the 16.666ms or 20ms vertical blank interupt. From sys/arch/amiga/dev/ser.c: /* * This interrupt is periodically invoked in the vertical blank * interrupt. It's used to keep track of the modem control lines * and (new with the fast_int code) to move accumulated data * up into the tty layer. */ void sermint(int unit) Regards, -is
RSS Feed