From owner-cvs-all@FreeBSD.ORG Mon Jun 28 16:17:11 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 9ED3A16A4CE; Mon, 28 Jun 2004 16:17:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 823AD43D2F; Mon, 28 Jun 2004 16:17:11 +0000 (GMT) (envelope-from jhb@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 i5SGHB5M054605; Mon, 28 Jun 2004 16:17:11 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5SGHBRh054604; Mon, 28 Jun 2004 16:17:11 GMT (envelope-from jhb) Message-Id: <200406281617.i5SGHBRh054604@repoman.freebsd.org> From: John Baldwin Date: Mon, 28 Jun 2004 16:17:11 +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/cx if_cx.c src/sys/dev/cy cy.c src/sys/dev/sio sio.c src/sys/pc98/pc98 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: Mon, 28 Jun 2004 16:17:11 -0000 jhb 2004-06-28 16:17:11 UTC FreeBSD src repository Modified files: sys/dev/cx if_cx.c sys/dev/cy cy.c sys/dev/sio sio.c sys/pc98/pc98 sio.c Log: - Shorten the names for the TTY related swi interrupt handlers as the 'tty:' prefix is largely redundant. - Fix the priority of the low-priority TTY SWIs that are hung off of the softclock thread. Submitted by: bde (2) Revision Changes Path 1.25 +1 -1 src/sys/dev/cx/if_cx.c 1.157 +2 -2 src/sys/dev/cy/cy.c 1.445 +2 -2 src/sys/dev/sio/sio.c 1.222 +2 -2 src/sys/pc98/pc98/sio.c