Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Oct 2002 11:53:31 -0400
From:      Andrew Gallatin <gallatin@cs.duke.edu>
To:        Peter Wemm <peter@FreeBSD.org>
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>
In-Reply-To: <200210090854.g998sWa7048450@freefall.freebsd.org>; from peter@FreeBSD.org on Wed, Oct 09, 2002 at 01:54:32AM -0700
References:  <200210090854.g998sWa7048450@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021009115331.A54231>