From owner-cvs-src-old@FreeBSD.ORG Wed Mar 23 21:05:34 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F71F10656B9 for ; Wed, 23 Mar 2011 21:05:34 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EF5F88FC0A for ; Wed, 23 Mar 2011 21:05:33 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p2NL5X7s039803 for ; Wed, 23 Mar 2011 21:05:33 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p2NL5XqC039802 for cvs-src-old@freebsd.org; Wed, 23 Mar 2011 21:05:33 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <201103232105.p2NL5XqC039802@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Wed, 23 Mar 2011 21:04:56 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/sparc64/ebus ebus.c ebusreg.h src/sys/sparc64/include _inttypes.h _stdint.h bus.h bus_dma.h iommuvar.h ofw_nexus.h src/sys/sparc64/isa ofw_isa.c ofw_isa.h src/sys/sparc64/pci ofw_pci.h psychoreg.h psychovar.h ... X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Mar 2011 21:05:34 -0000 marius 2011-03-23 21:04:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/sparc64/ebus ebus.c ebusreg.h sys/sparc64/include _inttypes.h _stdint.h bus.h bus_dma.h iommuvar.h ofw_nexus.h sys/sparc64/isa ofw_isa.c ofw_isa.h sys/sparc64/pci ofw_pci.h psychoreg.h psychovar.h sys/sparc64/sbus dma_sbus.c lsi64854.c lsi64854reg.h lsi64854var.h ofw_sbus.h sbus.c sbusvar.h sys/sparc64/sparc64 bus_machdep.c iommu.c sys/sun4v/include _inttypes.h _stdint.h bus.h bus_dma.h ofw_nexus.h sys/sun4v/sun4v bus_machdep.c hviommu.c Log: SVN rev 219935 on 2011-03-23 21:04:56Z by marius MFC: r219567 Sync licenses and the corresponding RCS IDs with NetBSD, mainly switching the licenses of Matthew R. Green and the TNF to 2-clause. Obtained from: NetBSD Revision Changes Path 1.29.2.4 +28 -2 src/sys/sparc64/ebus/ebus.c 1.2.22.2 +1 -3 src/sys/sparc64/ebus/ebusreg.h 1.2.36.3 +1 -1 src/sys/sparc64/include/_inttypes.h 1.2.30.2 +0 -7 src/sys/sparc64/include/_stdint.h 1.43.2.2 +1 -8 src/sys/sparc64/include/bus.h 1.1.22.2 +1 -8 src/sys/sparc64/include/bus_dma.h 1.18.2.3 +1 -3 src/sys/sparc64/include/iommuvar.h 1.7.10.2 +27 -2 src/sys/sparc64/include/ofw_nexus.h 1.13.2.3 +28 -2 src/sys/sparc64/isa/ofw_isa.c 1.5.22.2 +28 -2 src/sys/sparc64/isa/ofw_isa.h 1.14.2.4 +29 -1 src/sys/sparc64/pci/ofw_pci.h 1.15.2.2 +29 -2 src/sys/sparc64/pci/psychoreg.h 1.19.2.3 +1 -3 src/sys/sparc64/pci/psychovar.h 1.9.2.3 +2 -9 src/sys/sparc64/sbus/dma_sbus.c 1.9.2.2 +1 -8 src/sys/sparc64/sbus/lsi64854.c 1.3.22.3 +1 -1 src/sys/sparc64/sbus/lsi64854reg.h 1.7.2.3 +1 -1 src/sys/sparc64/sbus/lsi64854var.h 1.1.36.3 +1 -1 src/sys/sparc64/sbus/ofw_sbus.h 1.52.2.6 +14 -61 src/sys/sparc64/sbus/sbus.c 1.7.2.2 +1 -8 src/sys/sparc64/sbus/sbusvar.h 1.48.2.3 +1 -8 src/sys/sparc64/sparc64/bus_machdep.c 1.49.2.5 +16 -58 src/sys/sparc64/sparc64/iommu.c 1.1.10.3 +1 -1 src/sys/sun4v/include/_inttypes.h 1.1.10.2 +0 -7 src/sys/sun4v/include/_stdint.h 1.3.10.5 +1 -8 src/sys/sun4v/include/bus.h 1.1.10.2 +1 -8 src/sys/sun4v/include/bus_dma.h 1.1.10.2 +27 -2 src/sys/sun4v/include/ofw_nexus.h 1.4.10.4 +1 -8 src/sys/sun4v/sun4v/bus_machdep.c 1.5.10.3 +16 -58 src/sys/sun4v/sun4v/hviommu.c