summaryrefslogtreecommitdiffstats
path: root/sys/pc98/conf
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2009-09-26 12:45:28 +0000
committerbz <bz@FreeBSD.org>2009-09-26 12:45:28 +0000
commit4c721eede82d931b0a694c6f7f52de10132251ac (patch)
tree47dc298ceb152b7dadd32afc66fa93bacd840418 /sys/pc98/conf
parentf4593287a1446823bffff8af7c9b347b58747b25 (diff)
downloadFreeBSD-src-4c721eede82d931b0a694c6f7f52de10132251ac.zip
FreeBSD-src-4c721eede82d931b0a694c6f7f52de10132251ac.tar.gz
lindev(4) [1] is supposed to be a collection of linux-specific pseudo
devices that we also support, just not by default (thus only LINT or module builds by default). While currently there is only "/dev/full" [2], we are planning to see more in the future. We may decide to change the module/dependency logic in the future should the list grow too long. This is not part of linux.ko as also non-linux binaries like kFreeBSD userland or ports can make use of this as well. Suggested by: rwatson [1] (name) Submitted by: ed [2] Discussed with: markm, ed, rwatson, kib (weeks ago) Reviewed by: rwatson, brueffer (prev. version) PR: kern/68961 MFC after: 6 weeks
Diffstat (limited to 'sys/pc98/conf')
-rw-r--r--sys/pc98/conf/NOTES3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/pc98/conf/NOTES b/sys/pc98/conf/NOTES
index 9ab70b9..990fc94 100644
--- a/sys/pc98/conf/NOTES
+++ b/sys/pc98/conf/NOTES
@@ -565,6 +565,9 @@ options COMPAT_SVR4 # build emulator statically
options DEBUG_SVR4 # enable verbose debugging
device streams # STREAMS network driver (required for svr4).
+# Linux-specific pseudo devices support
+device lindev
+
#####################################################################
# VM OPTIONS
OpenPOWER on IntegriCloud