Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Oct 1998 09:48:09 +0100
From:      Roger Hardiman <roger@cs.strath.ac.uk>
To:        hackers@FreeBSD.ORG
Subject:   Contiguous memory allocation
Message-ID:  <361F1F49.6E4F@cs.strath.ac.uk>

next in thread | raw e-mail | index | archive | help
Hi all,

VM Contiguous Allocation.

The bt848 driver could really do with contiguous memory allocation
being available well after boot time.

Currently, the driver has to allocate the memory buffer the
bt848 chip copies frames into at boot time. (about 700k)

It would be great if the driver could allocate this buffer at run-time.
It would need to be contiguous and non-swappable.

Any anyone help hack the kernel to achieve this?

Cheers
Roger Hardiman
Strathclyde University Telepresence Research Group

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?361F1F49.6E4F>