From owner-cvs-all Wed Oct 9 8:54: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 946CF37B401; Wed, 9 Oct 2002 08:54:02 -0700 (PDT) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id B57F743E6A; Wed, 9 Oct 2002 08:54:01 -0700 (PDT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id LAA19897; Wed, 9 Oct 2002 11:54:01 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.6/8.9.1) id g99FrVH54256; Wed, 9 Oct 2002 11:53:31 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) Date: Wed, 9 Oct 2002 11:53:31 -0400 From: Andrew Gallatin To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/aha aha_isa.c aha_mca.c src/sys/dev/buslogic bt_eisa.c bt_isa.c bt_mca.c bt_pci.c src/sys/dev/dpt dpt_eisa.c dpt_isa.c dpt_pci.c Message-ID: <20021009115331.A54231@grasshopper.cs.duke.edu> References: <200210090854.g998sWa7048450@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200210090854.g998sWa7048450@freefall.freebsd.org>; from peter@FreeBSD.org on Wed, Oct 09, 2002 at 01:54:32AM -0700 X-Operating-System: FreeBSD 4.4-RELEASE on an i386 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 Peter Wemm [peter@FreeBSD.org] wrote: > peter 2002/10/09 01:54:32 PDT > > Modified files: > sys/dev/aha aha_isa.c aha_mca.c > sys/dev/buslogic bt_eisa.c bt_isa.c bt_mca.c bt_pci.c > sys/dev/dpt dpt_eisa.c dpt_isa.c dpt_pci.c > Log: > Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in the > 'int nsegments' argument to bus_dma_tag_create(). ~0ul does not fit in > an int on machines with 64 bit longs. Isn't that the only use of BUS_SPACE_UNRESTRICTED? I was thinking it would be easier to make it just be ~0, but I'm happy with the change you made too. Thanks! Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message