John Klos | 17 May 2008 19:31

PPS on Amiga serial port?

Hi,

Does anyone know if PPS is supported on Amiga serial ports?

Thanks,
John

Frank Wille | 17 May 2008 20:53
Picon

Re: PPS on Amiga serial port?

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

Frank Wille | 17 May 2008 20:56
Picon

Re: Xamiga 16-bit

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

Ignatios Souvatzis | 21 May 2008 12:13
Picon

Re: Xamiga 16-bit

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/

Ignatios Souvatzis | 21 May 2008 12:20
Picon

Re: PPS on Amiga serial port?

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


Gmane