Date: Mon, 4 Nov 1996 20:19:16 -0800 (PST) From: John Dyson <dyson> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm vm_page.c Message-ID: <199611050419.UAA29191@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dyson 96/11/04 20:19:13 Modified: sys/vm vm_page.c Log: Vastly improved contigmalloc routine. It does not solve the problem of allocating contiguous buffer memory in general, but make it much more likely to work at boot-up time. The best chance for an LKM-type load of a sound driver is immediately after the mount of the root filesystem. This appears to work for a 64K allocation on an 8MB system. Revision Changes Path 1.70 +153 -63 src/sys/vm/vm_page.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199611050419.UAA29191>