From owner-cvs-all@FreeBSD.ORG Fri Mar 4 15:17:05 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 9326E16A4CE; Fri, 4 Mar 2005 15:17:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67C4543D41; Fri, 4 Mar 2005 15:17:05 +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 j24FH5de082595; Fri, 4 Mar 2005 15:17:05 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j24FH5VI082594; Fri, 4 Mar 2005 15:17:05 GMT (envelope-from marius) Message-Id: <200503041517.j24FH5VI082594@repoman.freebsd.org> From: Marius Strobl Date: Fri, 4 Mar 2005 15:17:05 +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/central central.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: Fri, 04 Mar 2005 15:17:05 -0000 marius 2005-03-04 15:17:05 UTC FreeBSD src repository Modified files: sys/sparc64/central central.c Log: Minor changes: - Use FBSDID. - Remove an unused include. - Use auto-generated typedefs for the prototypes of the device interface functions. - Terminate the output of device_printf(9) with a newline char. - Honour the return value of malloc(3). MFC after: 1 month Revision Changes Path 1.5 +11 -12 src/sys/sparc64/central/central.c