I notice zstty(4) for serial ports on SS1+ are now
attached as zstty4 and zstty5:
---
NetBSD 5.99.8 (GENERIC) #17: Sat Mar 21 00:06:42 JST 2009
tsutsui@mirage:/usr/src/sys/arch/sparc/compile/GENERIC
total memory = 65484 KB
avail memory = 59708 KB
timecounter: Timecounters tick every 10.000 msec
bootpath: /sbus0/esp0/sd@0,0
mainbus0 (root): Sun 4/65: hostid 53009494
cpu0 at mainbus0: MB86900/1A or L64801 @ 25 MHz, WTL3170/2 FPU
cpu0: 64K byte write-through, 16 bytes/line, sw flush: cache enabled
memreg0 at mainbus0 ioaddr 0xf4000000
clock0 at mainbus0 ioaddr 0xf2000000: mk48t02
timer0 at mainbus0 ioaddr 0xf3000000 ipl 10: delay constant 10,
frequency = 1000000 Hz
timecounter: Timecounter "timer-counter" frequency 1000000 Hz
quality 100
auxreg0 at mainbus0 ioaddr 0xf7400000
zs0 at mainbus0 ioaddr 0xf1000000 ipl 12 softpri 6
zstty4 at zs0 channel 0
zstty5 at zs0 channel 1
zs1 at mainbus0 ioaddr 0xf0000000 ipl 12 softpri 6
zstty6 at zs1 channel 0
kbd0 at zstty6 (console input)
zstty7 at zs1 channel 1
ms0 at zstty7
wsmouse0 at ms0 mux 0
---
GENERIC has zstty2 and zstty3 for zs1 but no zstty0 and zstty1 for
zs0.
I'm not sure if this is expected behavior, but should we restore
explicit zstty0 and zstty1 lines as pre-wscons kernel?