From owner-freebsd-current@FreeBSD.ORG Mon Oct 19 01:27:30 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 333791065695 for ; Mon, 19 Oct 2009 01:27:30 +0000 (UTC) (envelope-from vlad.k.sm@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.27]) by mx1.freebsd.org (Postfix) with ESMTP id BC9938FC20 for ; Mon, 19 Oct 2009 01:27:29 +0000 (UTC) Received: by ey-out-2122.google.com with SMTP id 9so866565eyd.9 for ; Sun, 18 Oct 2009 18:27:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=YuHjCOtDMKoyRcLYsZc4NyV8Oj10spy7yepkCusJXU0=; b=HeuVz6AcmjfU4H1BbgMCujRn20uv6JPd3bX6rTxOQqGdXEqUs6w/Oiq1wFbxKylZTx kaSEQkluBo7rxDS1Ttc+z6JtdTivz/tiWqkc634f6QlBR3tewsIkqJ/7tyDp63ESpfdb Orw93T/JU6uHotJCmqcVFBMETfZ4kr4+lFwv8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=Yf2EAmAERjLfmBEnfsULMZaIugUrr6L/ZZTszORvPljIzN2pl6vHWG2mxZwlT2CW9v 1HBnzujGLt1RKwDjVzDVphVFi/UYMaz/6eYEBMep19f5S8+IfcsNiQZL1b3Aa2ztb+tV X7+vvR7druw7JkX8uyzJ8UylLW3mRBjXq7dXY= Received: by 10.210.7.16 with SMTP id 16mr4728637ebg.14.1255914416857; Sun, 18 Oct 2009 18:06:56 -0700 (PDT) Received: from ?10.0.0.3? ([95.67.141.73]) by mx.google.com with ESMTPS id 7sm1034289eyb.0.2009.10.18.18.06.54 (version=SSLv3 cipher=RC4-MD5); Sun, 18 Oct 2009 18:06:55 -0700 (PDT) Message-ID: <4ADBBBAC.60004@gmail.com> Date: Mon, 19 Oct 2009 06:06:52 +0500 From: Vlad K Sm User-Agent: Thunderbird 2.0.0.21 (X11/20090606) MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Subject: sio.c depends on "struct tty" which was changed X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Oct 2009 01:27:30 -0000 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? Thanks, Vlad Kuzmin