From owner-cvs-all@FreeBSD.ORG Fri May 26 10:59:43 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 BCBCC16A444; Fri, 26 May 2006 10:59:43 +0000 (UTC) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 299AA43D53; Fri, 26 May 2006 10:59:39 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4QAweGb049237; Fri, 26 May 2006 10:58:40 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4QAweGE049236; Fri, 26 May 2006 10:58:40 GMT (envelope-from phk) Message-Id: <200605261058.k4QAweGE049236@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 26 May 2006 10:58:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys cons.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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 May 2006 10:59:44 -0000 phk 2006-05-26 10:58:40 UTC FreeBSD src repository Modified files: sys/sys cons.h Log: Add new CONSOLE_DRIVER macro which takes just the name of the console and constructs the member function names with CPPs' ##. Do not include the checkc entry as it is going away. Revision Changes Path 1.39 +10 -0 src/sys/sys/cons.h