From owner-cvs-src@FreeBSD.ORG Mon Aug 18 10:58:49 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 6FC9E37B401 for ; Mon, 18 Aug 2003 10:58:49 -0700 (PDT) Received: from relay.pair.com (relay.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 8E9FC43FE0 for ; Mon, 18 Aug 2003 10:58:47 -0700 (PDT) (envelope-from silby@silby.com) Received: (qmail 33573 invoked from network); 18 Aug 2003 17:58:46 -0000 Received: from niwun.pair.com (HELO localhost) (209.68.2.70) by relay.pair.com with SMTP; 18 Aug 2003 17:58:46 -0000 X-pair-Authenticated: 209.68.2.70 Date: Mon, 18 Aug 2003 12:57:44 -0500 (CDT) From: Mike Silbersack To: Andrew Gallatin In-Reply-To: <200308181607.h7IG7p4W007028@repoman.freebsd.org> Message-ID: <20030818125655.W27871@odysseus.silby.com> References: <200308181607.h7IG7p4W007028@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: 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 17:58:49 -0000 On Mon, 18 Aug 2003, Andrew Gallatin wrote: > 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. Thanks! Has anyone tested this with if_xl yet? (Testing if_rl will not be sufficient, unless you have an 8139C+ or 8169 card.) Mike "Silby" Silbersack