Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jun 2003 07:01:57 -0600 (MDT)
From:      "M. Warner Losh" <imp@bsdimp.com>
To:        craig@xfoil.gank.org
Cc:        current@freebsd.org
Subject:   Re: Multiple cardbus devices? (RFI)
Message-ID:  <20030617.070157.51705104.imp@bsdimp.com>
In-Reply-To: <20030615211800.1a8c1ece.craig@xfoil.gank.org>
References:  <20030615211800.1a8c1ece.craig@xfoil.gank.org>

next in thread | previous in thread | raw e-mail | index | archive | help
: I've tried an awful hack of forcing a minimum size of 0x1000 for all
: resource allocations made by cardbus devices to make sure they're
: page-aligned and it seems to be working.  There are occasional
: watchdog timeouts on the xl device, but it is at least functioning at
: the same time as the USB.

Reading the spec tells me that all memory allocation needs to be on a
4k boundary.  Looks like the code fails to enforce that.

Warner



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