Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Oct 2009 16:06:08 -0400
From:      John Baldwin <jhb@freebsd.org>
To:        freebsd-current@freebsd.org
Cc:        Vlad K Sm <vlad.k.sm@gmail.com>
Subject:   Re: sio.c depends on "struct tty" which was changed
Message-ID:  <200910191606.09021.jhb@freebsd.org>
In-Reply-To: <4ADBBBAC.60004@gmail.com>
References:  <4ADBBBAC.60004@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday 18 October 2009 9:06:52 pm Vlad K Sm wrote:
> Hi,
> 
> Tried to buildkernel with "device sio", it reported errors like "struct 
> tty doesn't have memeber t_init_in" and etc. on code block in sio.c:
> 
>     tp->t_init_in.c_ispeed  = tp->t_init_in.c_ospeed =
>     tp->t_lock_in.c_ispeed  = tp->t_lock_in.c_ospeed =
>     tp->t_init_out.c_ispeed = tp->t_init_out.c_ospeed =
>     tp->t_lock_out.c_ispeed = tp->t_lock_out.c_ospeed = comdefaultrate;
> 
> Tty actually doesn't have it and seems "sio" in't suported anymore. If 
> so, does it make sense to remove support of "device sio" from current at 
> all?

sio(4) is disconnected from the build.  If someone wants to use it they will 
need to port it to the new TTY subsystem at which point it can be 
resurrected.

-- 
John Baldwin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910191606.09021.jhb>