]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r197518:
authorbz <bz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 5 Dec 2009 20:37:46 +0000 (20:37 +0000)
committerbz <bz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 5 Dec 2009 20:37:46 +0000 (20:37 +0000)
commit51db5dbe535b5bd59e55afade3597950710abcb6
treeec014812146f66625d407d868edb39eda496b652
parent226d8ecf0e32da1e331313184b8a2d7ce565271a
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

git-svn-id: svn://svn.freebsd.org/base/stable/8@200163 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
14 files changed:
share/man/man4/Makefile
share/man/man4/lindev.4 [new file with mode: 0644]
sys/amd64/conf/NOTES
sys/boot/forth/loader.conf
sys/conf/files.amd64
sys/conf/files.i386
sys/conf/files.pc98
sys/dev/lindev/full.c [new file with mode: 0644]
sys/dev/lindev/lindev.c [new file with mode: 0644]
sys/dev/lindev/lindev.h [new file with mode: 0644]
sys/i386/conf/NOTES
sys/modules/Makefile
sys/modules/lindev/Makefile [new file with mode: 0644]
sys/pc98/conf/NOTES