Miod Vallat wrote:
Hi all,
I've been working on getting gpsd working on one of my old Sun IPXes but
I've run into a problem with ldattach needing the /dev/cuaa device. The
serial port /dev/ttya is working with gpsd directly but ldattach requires
/dev/cuaa. However, according to the system logs, ldattach issues the
error (ldattach is run as root):
ldattach: can't open /dev/cuaa: Device not configured
Oops. Big oops. cua support for zstty was removed about 7.5 years ago,
it was intended to be brought back, but I had completely forgotten about
this.
Does the following diff help? It should apply cleanly to 4.6 too (apply
in sys/arch/sparc/dev).
Miod
I just patched the sources and am now compiling (but slowly since it's
an IPX). I'll let you know as soon as the compile finishes and I reboot
the new kernel.