From owner-cvs-src@FreeBSD.ORG Fri Mar 4 16:01:57 2005 Return-Path: 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 E5BB716A4CE; Fri, 4 Mar 2005 16:01:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAA5C43D31; Fri, 4 Mar 2005 16:01:57 +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 j24G1vQ8084615; Fri, 4 Mar 2005 16:01:57 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j24G1vgr084614; Fri, 4 Mar 2005 16:01:57 GMT (envelope-from marius) Message-Id: <200503041601.j24G1vgr084614@repoman.freebsd.org> From: Marius Strobl Date: Fri, 4 Mar 2005 16:01:57 +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/sparc64/fhc fhc.c fhc_central.c fhc_nexus.c fhcvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 04 Mar 2005 16:01:58 -0000 marius 2005-03-04 16:01:57 UTC FreeBSD src repository Modified files: sys/sparc64/fhc fhc.c fhc_central.c fhc_nexus.c fhcvar.h Log: Minor changes: - Use FBSDID. - Remove unused macro. - Use auto-generated typedefs for the prototypes of the bus and device interface functions. - Terminate the output of device_printf(9) with a newline char. - Honour the return values of malloc(), OF_getprop(), etc. - Use __func__ instead of hardcoded function names. - Print the physical slot number and the board model on attach. MFC after: 1 month Revision Changes Path 1.10 +17 -10 src/sys/sparc64/fhc/fhc.c 1.5 +7 -6 src/sys/sparc64/fhc/fhc_central.c 1.5 +12 -7 src/sys/sparc64/fhc/fhc_nexus.c 1.4 +9 -10 src/sys/sparc64/fhc/fhcvar.h