From owner-cvs-src@FreeBSD.ORG Mon Jan 30 21:47:48 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED53716A420; Mon, 30 Jan 2006 21:47:48 +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 9EE7A43D46; Mon, 30 Jan 2006 21:47:48 +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 k0ULlmwS060456; Mon, 30 Jan 2006 21:47:48 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0ULlm4L060455; Mon, 30 Jan 2006 21:47:48 GMT (envelope-from marius) Message-Id: <200601302147.k0ULlm4L060455@repoman.freebsd.org> From: Marius Strobl Date: Mon, 30 Jan 2006 21:47:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/auxio auxio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jan 2006 21:47:49 -0000 marius 2006-01-30 21:47:48 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/auxio auxio.c Log: MFC: 1.5 - Only touch the LED bit of the (LED) AUXIO register when turning the system LED on or off. Unlike the EBus LED AUXIO register where the remaining bits are unused the upper bits of the SBus AUXIO register are used to control other things like the link test enable pin of the on-board NIC which we don't want to change as a side-effect. - Remove the superfluous bzero()'ing of the softc obtained from device_get_softc(). Revision Changes Path 1.4.2.1 +9 -4 src/sys/dev/auxio/auxio.c