Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Apr 2003 13:09:34 -0400
From:      Jake Burkholder <jake@locore.ca>
To:        Maxime Henrion <mux@FreeBSD.org>
Cc:        cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/dev/fxp if_fxp.c
Message-ID:  <20030407170934.GC75320@locore.ca>
In-Reply-To: <200304071702.h37H2iaR008684@repoman.freebsd.org>
References:  <200304071702.h37H2iaR008684@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Apparently, On Mon, Apr 07, 2003 at 10:02:44AM -0700,
	Maxime Henrion said words to the effect of;

> mux         2003/04/07 10:02:44 PDT
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/dev/fxp          if_fxp.c 
>   Log:
>   Correct the maxsize and maxsegsz parameters for the
>   bus_dma_tag_create() calls.  Without this, fxp(4) + PAE
>   would consume insane amounts of bounce pages.

Cool, thanks.  Actually it didn't allocate enough bounce pages, so it would
get ENOMEM from busdma when trying to map mbufs; maxsize was too small.

Jake



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