From owner-cvs-all@FreeBSD.ORG Fri Sep 26 00:26:55 2003 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 2BF7716A4B3; Fri, 26 Sep 2003 00:26:55 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F36343FE1; Fri, 26 Sep 2003 00:26:54 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h8Q7QsXJ081901; Fri, 26 Sep 2003 00:26:54 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h8Q7QsN7081899; Fri, 26 Sep 2003 00:26:54 -0700 (PDT) (envelope-from phk) Message-Id: <200309260726.h8Q7QsN7081899@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 26 Sep 2003 00:26:54 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern tty_cons.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: Fri, 26 Sep 2003 07:26:55 -0000 phk 2003/09/26 00:26:54 PDT FreeBSD src repository Modified files: sys/kern tty_cons.c Log: Remove wrongly sized cnd_name field, we now store the name in the consdev structure. If the consdev name is not set and we have a cn_dev, set the name from there. Try to issue a printf about this, even though it may not have a place to go. Modify the sysctl related code to pick up the name from the consdev instead. Revision Changes Path 1.114 +21 -15 src/sys/kern/tty_cons.c