Mattieu Baptiste wrote:
On Tue, Feb 23, 2010 at 5:20 PM, Henning Brauer <[email protected]>
wrote:
* Alex Carver <[email protected]> [2010-02-23 05:53]:
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
if memory serves the serial driver for the sparcs doesn't implement
the cua devices. you omitted a dmesg and i don't remember which serial
driver the onboard cereals use tho. the manpage would have a note.


On my SPARCclassic, this is /dev/zstty0 and /dev/zstty1.

The output of dmesg is below. It shows zstty0 and zstty1 but /dev does not have those devices. If it's possible to create them what do I need to do? The MAKEDEV script does not contain anything for zstty devices, either.

OpenBSD 4.6 (GENERIC) #27: Thu Jul  9 23:37:56 MDT 2009
    [email protected]:/usr/src/sys/arch/sparc/compile/GENERIC
real mem = 33443840 (31MB)
avail mem = 26951680 (25MB)
mainbus0 at root: SUNW,Sun 4/50
cpu0 at mainbus0: W8601/8701 or MB86903 @ 40 MHz, on-chip FPU; cache chip bug - trap page uncached
cpu0: 64K byte write-through, 32 bytes/line, hw flush cache enabled
memreg0 at mainbus0 ioaddr 0xf4000000
clock0 at mainbus0 ioaddr 0xf2000000: mk48t02 (eeprom)
timer0 at mainbus0 ioaddr 0xf3000000 delay constant 17
auxreg0 at mainbus0 ioaddr 0xf7400003
zs0 at mainbus0 ioaddr 0xf1000000 pri 12, softpri 6
zstty0 at zs0 channel 0
zstty1 at zs0 channel 1
zs1 at mainbus0 ioaddr 0xf0000000 pri 12, softpri 6
zskbd0 at zs1 channel 0: keyboard, type 4, layout 0x0
wskbd0 at zskbd0: console keyboard
zsms0 at zs1 channel 1
wsmouse0 at zsms0 mux 0
audioamd0 at mainbus0 ioaddr 0xf7201000 pri 13, softpri 4
audio0 at audioamd0
sbus0 at mainbus0 ioaddr 0xf8000000: clock = 20 MHz
dma0 at sbus0 slot 0 offset 0x400000: rev 1+
esp0 at sbus0 slot 0 offset 0x800000 pri 3: ESP100A, 25MHz
scsibus0 at esp0: 8 targets, initiator 7
sd0 at scsibus0 targ 3 lun 0: <SGI, SEAGATE ST31200N, 8640> SCSI2 0/direct fixed
sd0: 1014MB, 512 bytes/sec, 2077833 sec total
sd1 at scsibus0 targ 4 lun 0: <SEAGATE, ST32430N SUN2.1G, 0444> SCSI2 0/direct fixed
sd1: 2049MB, 512 bytes/sec, 4197405 sec total
cd0 at scsibus0 targ 6 lun 0: <TOSHIBA, XM-4101TASUNSLCD, 0494> SCSI2 5/cdrom removable
le0 at sbus0 slot 0 offset 0xc00000 pri 5: address 08:00:20:a4:b6:47

Reply via email to