From owner-cvs-src@FreeBSD.ORG Mon Dec 4 12:26:52 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C49CB16A403; Mon, 4 Dec 2006 12:26:52 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0914F43CA3; Mon, 4 Dec 2006 12:26:20 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB4CQqhR098969; Mon, 4 Dec 2006 12:26:52 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB4CQqKU098968; Mon, 4 Dec 2006 12:26:52 GMT (envelope-from marius) Message-Id: <200612041226.kB4CQqKU098968@repoman.freebsd.org> From: Marius Strobl Date: Mon, 4 Dec 2006 12:26:52 +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/rp rp.c rp_isa.c rp_pci.c rpreg.h rpvar.h 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, 04 Dec 2006 12:26:52 -0000 marius 2006-12-04 12:26:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/rp rp.c rp_isa.c rp_pci.c rpreg.h rpvar.h Log: MFC: rp.c 1.69, 1.71, 1.72; rp_isa.c 1.8; rp_pci.c 1.12; rpreg.h 1.8; rpvar.h 1.9, 1.10 - We know it is called rpclose() so call it directly. - Fix -Wundef from compiling the amd64 LINT. - Make rp(4) 64-bit- and endian-clean as well as work on strict alignment archs. - Instead of bus_space_{read,write}*(rman_get_bustag(), rman_get_bushandle()) use bus_{read,write}*(). Unlike in 7.0-CURRENT, this has no other benefit than diff reduction with HEAD. Revision Changes Path 1.67.2.2 +32 -36 src/sys/dev/rp/rp.c 1.7.2.1 +1 -1 src/sys/dev/rp/rp_isa.c 1.11.2.2 +2 -2 src/sys/dev/rp/rp_pci.c 1.7.2.1 +38 -38 src/sys/dev/rp/rpreg.h 1.8.2.1 +3 -3 src/sys/dev/rp/rpvar.h