From a1778929b71307eb238df4f027d92d221a292045 Mon Sep 17 00:00:00 2001 From: "Bjoern A. Zeeb" Date: Sat, 5 Dec 2009 20:37:46 +0000 Subject: MFC r197518: 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 --- sys/boot/forth/loader.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/boot') diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf index 862e86ffa214..44eef5fb9b1e 100644 --- a/sys/boot/forth/loader.conf +++ b/sys/boot/forth/loader.conf @@ -179,6 +179,7 @@ screensave_name="green_saver" # Set to the name of the screensaver module ibcs2_load="NO" # IBCS2 (SCO) emulation ibcs2_coff_load="NO" linux_load="NO" # Linux emulation +lindev_load="NO" # Linux-specific pseudo devices (see lindev(4)) svr4_load="NO" # SystemV R4 emulation streams_load="NO" # System V streams module -- cgit v1.3