From owner-cvs-src-old@FreeBSD.ORG Sat Mar 12 14:33:57 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 63DDA1065741 for ; Sat, 12 Mar 2011 14:33:57 +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 3548B8FC15 for ; Sat, 12 Mar 2011 14:33:57 +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 p2CEXvoO018894 for ; Sat, 12 Mar 2011 14:33:57 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p2CEXvTv018893 for cvs-src-old@freebsd.org; Sat, 12 Mar 2011 14:33:57 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <201103121433.p2CEXvTv018893@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Sat, 12 Mar 2011 14:33:32 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD 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: Sat, 12 Mar 2011 14:33:57 -0000 marius 2011-03-12 14:33:32 UTC FreeBSD src repository Modified files: 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 219567 on 2011-03-12 14:33:32Z by marius 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.33 +28 -2 src/sys/sparc64/ebus/ebus.c 1.3 +1 -3 src/sys/sparc64/ebus/ebusreg.h 1.4 +1 -1 src/sys/sparc64/include/_inttypes.h 1.4 +0 -7 src/sys/sparc64/include/_stdint.h 1.47 +1 -8 src/sys/sparc64/include/bus.h 1.2 +1 -8 src/sys/sparc64/include/bus_dma.h 1.20 +1 -3 src/sys/sparc64/include/iommuvar.h 1.8 +27 -2 src/sys/sparc64/include/ofw_nexus.h 1.16 +28 -2 src/sys/sparc64/isa/ofw_isa.c 1.6 +28 -2 src/sys/sparc64/isa/ofw_isa.h 1.17 +29 -1 src/sys/sparc64/pci/ofw_pci.h 1.16 +29 -2 src/sys/sparc64/pci/psychoreg.h 1.21 +1 -3 src/sys/sparc64/pci/psychovar.h 1.11 +2 -9 src/sys/sparc64/sbus/dma_sbus.c 1.10 +1 -8 src/sys/sparc64/sbus/lsi64854.c 1.5 +1 -1 src/sys/sparc64/sbus/lsi64854reg.h 1.9 +1 -1 src/sys/sparc64/sbus/lsi64854var.h 1.3 +1 -1 src/sys/sparc64/sbus/ofw_sbus.h 1.57 +14 -61 src/sys/sparc64/sbus/sbus.c 1.8 +1 -8 src/sys/sparc64/sbus/sbusvar.h 1.51 +1 -8 src/sys/sparc64/sparc64/bus_machdep.c 1.53 +16 -58 src/sys/sparc64/sparc64/iommu.c 1.3 +1 -1 src/sys/sun4v/include/_inttypes.h 1.3 +0 -7 src/sys/sun4v/include/_stdint.h 1.10 +1 -8 src/sys/sun4v/include/bus.h 1.2 +1 -8 src/sys/sun4v/include/bus_dma.h 1.2 +27 -2 src/sys/sun4v/include/ofw_nexus.h 1.7 +1 -8 src/sys/sun4v/sun4v/bus_machdep.c 1.7 +16 -58 src/sys/sun4v/sun4v/hviommu.c