From owner-cvs-all@FreeBSD.ORG Fri Dec 24 22:31:47 2004 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 E8CA516A4CF; Fri, 24 Dec 2004 22:31:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A747F43D48; Fri, 24 Dec 2004 22:31:47 +0000 (GMT) (envelope-from imp@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 iBOMVlnW078655; Fri, 24 Dec 2004 22:31:47 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBOMVl4f078654; Fri, 24 Dec 2004 22:31:47 GMT (envelope-from imp) Message-Id: <200412242231.iBOMVl4f078654@repoman.freebsd.org> From: Warner Losh Date: Fri, 24 Dec 2004 22:31:47 +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/isa isa_common.c isa_common.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: Fri, 24 Dec 2004 22:31:48 -0000 imp 2004-12-24 22:31:47 UTC FreeBSD src repository Modified files: sys/isa isa_common.c isa_common.h Log: A few style(9) changes before more extensive changes: o u_intXX_t -> uintXX_t o use 8 character tabs o proper wrapping o return (value); Revision Changes Path 1.38 +55 -60 src/sys/isa/isa_common.c 1.12 +10 -14 src/sys/isa/isa_common.h