From owner-cvs-all@FreeBSD.ORG Thu Sep 16 19:46:23 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC3E916A4CE; Thu, 16 Sep 2004 19:46:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CC0443D45; Thu, 16 Sep 2004 19:46:23 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i8GJkN3T047166; Thu, 16 Sep 2004 19:46:23 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i8GJkN0w047165; Thu, 16 Sep 2004 19:46:23 GMT (envelope-from phk) Message-Id: <200409161946.i8GJkN0w047165@repoman.freebsd.org> From: Poul-Henning Kamp Date: Thu, 16 Sep 2004 19:46:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/sio sio.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Sep 2004 19:46:23 -0000 phk 2004-09-16 19:46:23 UTC FreeBSD src repository Modified files: sys/dev/sio sio.c Log: Allocate tty at attach time rather than open time. Use the init/lock*in/out fields in struct tty and remove them from our softc. Use tty->t_sc to find out softc when convenient. Mostly OK'ed by: bde Revision Changes Path 1.451 +43 -49 src/sys/dev/sio/sio.c