From owner-cvs-all Fri Nov 9 12: 5:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C447737B41E; Fri, 9 Nov 2001 12:05:53 -0800 (PST) Received: (from tmm@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fA9K5r838908; Fri, 9 Nov 2001 12:05:53 -0800 (PST) (envelope-from tmm) Message-Id: <200111092005.fA9K5r838908@freefall.freebsd.org> From: Thomas Moestl Date: Fri, 9 Nov 2001 12:05:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include bus.h bus_memio.h bus_pio.h cpufunc.h src/sys/sparc64/sparc64 bus_machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tmm 2001/11/09 12:05:53 PST Modified files: sys/sparc64/include bus.h cpufunc.h Added files: sys/sparc64/include bus_memio.h bus_pio.h sys/sparc64/sparc64 bus_machdep.c Log: Add bus_space and busdma support for sparc64. Revision Changes Path 1.4 +1422 -15 src/sys/sparc64/include/bus.h 1.1 +33 -0 src/sys/sparc64/include/bus_memio.h (new) 1.1 +33 -0 src/sys/sparc64/include/bus_pio.h (new) 1.6 +51 -7 src/sys/sparc64/include/cpufunc.h 1.1 +613 -0 src/sys/sparc64/sparc64/bus_machdep.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message