summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.amd64
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2009-12-05 20:37:46 +0000
committerbz <bz@FreeBSD.org>2009-12-05 20:37:46 +0000
commitc75ccf4f6c42e9755a06177deed1a3b2aa9025ed (patch)
treeec014812146f66625d407d868edb39eda496b652 /sys/conf/files.amd64
parent499a230354bd2778d684835cf5b3475c7a054014 (diff)
downloadFreeBSD-src-c75ccf4f6c42e9755a06177deed1a3b2aa9025ed.zip
FreeBSD-src-c75ccf4f6c42e9755a06177deed1a3b2aa9025ed.tar.gz
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
Diffstat (limited to 'sys/conf/files.amd64')
-rw-r--r--sys/conf/files.amd642
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/files.amd64 b/sys/conf/files.amd64
index be1aff58..c22a213 100644
--- a/sys/conf/files.amd64
+++ b/sys/conf/files.amd64
@@ -205,6 +205,8 @@ dev/hwpmc/hwpmc_piv.c optional hwpmc
dev/hwpmc/hwpmc_tsc.c optional hwpmc
dev/hwpmc/hwpmc_x86.c optional hwpmc
dev/kbd/kbd.c optional atkbd | sc | ukbd | usb2_input_kbd
+dev/lindev/full.c optional lindev
+dev/lindev/lindev.c optional lindev
dev/mem/memutil.c optional mem
dev/nfe/if_nfe.c optional nfe pci
dev/nve/if_nve.c optional nve pci
OpenPOWER on IntegriCloud