From owner-cvs-all@FreeBSD.ORG Sat Oct 2 16:56:09 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 3213916A4CE; Sat, 2 Oct 2004 16:56:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1118043D5D; Sat, 2 Oct 2004 16:56:09 +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 i92Gu8GD013367; Sat, 2 Oct 2004 16:56:08 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i92Gu8Ef013366; Sat, 2 Oct 2004 16:56:08 GMT (envelope-from phk) Message-Id: <200410021656.i92Gu8Ef013366@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 2 Oct 2004 16:56:08 +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/si si.c si.h sivar.h 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: Sat, 02 Oct 2004 16:56:09 -0000 phk 2004-10-02 16:56:08 UTC FreeBSD src repository Modified files: sys/dev/si si.c si.h sivar.h Log: Use generic device/tty adaptation code. New device names are "{tty|cua}A$(card)$(port)[.init|.lock]" Put a portname in the port structure if SI_DEBUG is defined to avoid need to inspect minor number to construct name.. Constify some strings. Remove duplicated DBG_ #defines. Revision Changes Path 1.134 +73 -559 src/sys/dev/si/si.c 1.19 +7 -89 src/sys/dev/si/si.h 1.2 +4 -1 src/sys/dev/si/sivar.h