From owner-cvs-all@FreeBSD.ORG Sat Mar 19 01:14:36 2005 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 3311F16A4CE; Sat, 19 Mar 2005 01:14:36 +0000 (GMT) Received: from newtrinity.zeist.de (newtrinity.zeist.de [217.24.217.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8516D43D2F; Sat, 19 Mar 2005 01:14:35 +0000 (GMT) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (localhost [127.0.0.1]) j2J1EYHl049937; Sat, 19 Mar 2005 02:14:34 +0100 (CET) (envelope-from marius@newtrinity.zeist.de) Received: (from marius@localhost) by newtrinity.zeist.de (8.12.11/8.12.10/Submit) id j2J1ETFu049936; Sat, 19 Mar 2005 02:14:29 +0100 (CET) (envelope-from marius) Date: Sat, 19 Mar 2005 02:14:29 +0100 From: Marius Strobl To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org Message-ID: <20050319021428.B62756@newtrinity.zeist.de> References: <200503190104.j2J14nIF055851@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200503190104.j2J14nIF055851@repoman.freebsd.org>; from marius@freebsd.org on Sat, Mar 19, 2005 at 01:04:49AM +0000 X-AntiVirus: checked by AntiVir Milter (version: 1.1.0-6; AVE: 6.30.0.7; VDF: 6.30.0.36; host: newtrinity.zeist.de) Subject: Re: cvs commit: src/sys/conf files.sparc64 src/sys/sparc64/conf GENERIC NOTES src/sys/sparc64/fhc clkbrd.c clkbrdreg.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, 19 Mar 2005 01:14:36 -0000 On Sat, Mar 19, 2005 at 01:04:49AM +0000, Marius Strobl wrote: > marius 2005-03-19 01:04:49 UTC > > FreeBSD src repository > > Modified files: > sys/conf files.sparc64 > sys/sparc64/conf GENERIC NOTES > Added files: > sys/sparc64/fhc clkbrd.c clkbrdreg.h > Log: > Add a driver for the 'clock-board' device (the clock board is an > inevitable component in Sun Exx00 machines and provides serial ports, > NVRAM and TOD amongst others which are handled by uart(4) and eeprom(4) > respectively). This driver currently only prints out information about > the chassis on attach and allows to blink the 'Cycling' LED (which is > duplicated on the front panel) of the clock board just like fhc(4) does > for the other boards. The device name for the LED is /dev/led/clockboard. > > Obtained from: OpenBSD > Tested by: joerg > In case anybody is interested this and the recent changes to central(4) and fhc(4) bring the support of the Central and FireHose busses and the devices hanging off of them in line with Linux and OpenBSD. Thanks again to Joerg for providing access to an E3500!