summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorbjs <bjs>2008-05-07 12:15:02 +0000
committerbjs <bjs>2008-05-07 12:15:02 +0000
commitdbab0dacaba1017664939bc9c1069027a5766670 (patch)
tree1edc4f70d954b973545055c0aaaa9ae83bd3c5c0 /audio
parent9cb58d93040d890abb49893349b65508d0b88944 (diff)
downloadpkgsrc-dbab0dacaba1017664939bc9c1069027a5766670.tar.gz
Add note about workaround for loader's mmap of driver modules failing
on NetBSD-current.
Diffstat (limited to 'audio')
-rw-r--r--audio/jack-devel/MESSAGE8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/jack-devel/MESSAGE b/audio/jack-devel/MESSAGE
index b807ffc41c3..283e506481c 100644
--- a/audio/jack-devel/MESSAGE
+++ b/audio/jack-devel/MESSAGE
@@ -1,5 +1,5 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2008/03/16 09:26:46 bjs Exp $
+$NetBSD: MESSAGE,v 1.2 2008/05/07 12:15:02 bjs Exp $
NOTE: Unfortunately, JACK wants to use a linux /proc filesystem to
perform shared memory housekeeping tasks. Therefore, if your platform
@@ -15,4 +15,10 @@ variable in your build environment or mk.conf as shown below.
JACKD_PROCFS_PATH= /emul/linux/proc
+ATTENTION: NetBSD-current users who wish to run jackd with real-time
+ scheduling will likely find that the loader fails to mmap
+ the driver module(s) when using -R. Until this issue is re-
+ solved, one may work around this problem by using the -m
+ (--no-mlock) option.
+
===========================================================================