From owner-cvs-all@FreeBSD.ORG Sat Dec 3 13:08:06 2005 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 8B11016A41F; Sat, 3 Dec 2005 13:08:06 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26FB643D60; Sat, 3 Dec 2005 13:08:06 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jB3D86e9043681; Sat, 3 Dec 2005 13:08:06 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jB3D85QA043680; Sat, 3 Dec 2005 13:08:05 GMT (envelope-from marius) Message-Id: <200512031308.jB3D85QA043680@repoman.freebsd.org> From: Marius Strobl Date: Sat, 3 Dec 2005 13:08:05 +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/sparc64/pci psycho.c psychoreg.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: Sat, 03 Dec 2005 13:08:06 -0000 marius 2005-12-03 13:08:05 UTC FreeBSD src repository Modified files: sys/sparc64/pci psycho.c psychoreg.h Log: - Improve the comment regarding the workaround for the E250 interrupt map bug by explaining what the problem is and how the workaround works. - Fix some cosmetics nits, mainly properly terminate sentences in comments, which I missed when backporting the style changes to psycho(4) in psycho.c rev. 1.54 due to lack of corresponding code. - The "USIIe version of the Sabre bridge" actually is termed "Hummingbird"; name it as such in comments and messages. Revision Changes Path 1.56 +26 -15 src/sys/sparc64/pci/psycho.c 1.11 +5 -2 src/sys/sparc64/pci/psychoreg.h