Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Sep 1998 18:04:28 +0200 (MET DST)
From:      Luigi Rizzo <luigi@labinfo.iet.unipi.it>
To:        wpaul@skynet.ctr.columbia.edu (Bill Paul)
Cc:        hackers@FreeBSD.ORG
Subject:   Re: malloc()ing 64K physically contiguous buffer in kernel
Message-ID:  <199809201604.SAA00455@labinfo.iet.unipi.it>
In-Reply-To: <199809201745.NAA21711@skynet.ctr.columbia.edu> from "Bill Paul" at Sep 20, 98 01:45:05 pm

next in thread | previous in thread | raw e-mail | index | archive | help
> So: is there some way to allocate 64K of contiguous memory? Or even

look at the audio driver /sys/i386/isa/snd/{dmabuf.c,sound.c} where
contigmalloc is called. You can specify size and alignment, and you are
returned physically contiguous pages)

	cheers
	luigi

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message



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