From owner-cvs-all@FreeBSD.ORG Tue Oct 12 21:23:33 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 56C0E16A4CE; Tue, 12 Oct 2004 21:23:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B5EA43D58; Tue, 12 Oct 2004 21:23:33 +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 i9CLNXJt044371; Tue, 12 Oct 2004 21:23:33 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9CLNX8k044370; Tue, 12 Oct 2004 21:23:33 GMT (envelope-from phk) Message-Id: <200410122123.i9CLNX8k044370@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 12 Oct 2004 21:23:33 +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/ofw ofw_console.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: Tue, 12 Oct 2004 21:23:33 -0000 phk 2004-10-12 21:23:33 UTC FreeBSD src repository Modified files: sys/dev/ofw ofw_console.c Log: Add a couple of XXX comments and fix a couple of fine points. I have not tried to make this a "canonical tty driver". Revision Changes Path 1.29 +14 -2 src/sys/dev/ofw/ofw_console.c