From owner-cvs-src@FreeBSD.ORG Mon Aug 18 09:07:52 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EE5537B401; Mon, 18 Aug 2003 09:07:52 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A826943F93; Mon, 18 Aug 2003 09:07:51 -0700 (PDT) (envelope-from gallatin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h7IG7p0U007029; Mon, 18 Aug 2003 09:07:51 -0700 (PDT) (envelope-from gallatin@repoman.freebsd.org) Received: (from gallatin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7IG7p4W007028; Mon, 18 Aug 2003 09:07:51 -0700 (PDT) Message-Id: <200308181607.h7IG7p4W007028@repoman.freebsd.org> From: Andrew Gallatin Date: Mon, 18 Aug 2003 09:07:51 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/alpha/include bus.h src/sys/alpha/alpha busdma_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 18 Aug 2003 16:07:52 -0000 gallatin 2003/08/18 09:07:51 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/alpha/include bus.h sys/alpha/alpha busdma_machdep.c Log: MFC: bus.h 1.11 and busdma_machdep 1.24 to get bus_dmamap_load_mbuf & and bus_dmamap_load_uio into -stable. Also MFC 1.20 while I'm here (teach bus_dmamem_free() about contigfree()). The resulting kernel builds and boots, but I don't have any if_xl or if_rl devices in my -stable alpha to test with. The resulting code looks just like -current (which is well tested), so I don't anticipate problems. Revision Changes Path 1.7.2.3 +228 -11 src/sys/alpha/alpha/busdma_machdep.c 1.5.2.1 +23 -0 src/sys/alpha/include/bus.h