On Sun, 05 Nov 2017 13:28:18 -0600 Will Senn <will.senn(a)gmail.com> wrote:
Will Senn writes:
On 11/5/17 1:00 PM, Bakul Shah wrote:
Based on the following snippet my guess is that
the kernel
doesn't report the right baud rate for the console.
>>> # stty 9600
>>> # stty
>>> speed: 0 baud
Yeabut, it works fine on tty00 (the DZ):
# stty exta
# stty
speed: 19200 baud
...
I have no clue about v8 but at least in v7 these were
different drivers. Looking at v7/usr/sys/dev/kl.c I don't see
klioctl() like dzioctl() in the dz driver. So my guess is
console ioctls return EINVAL.