remove mentionings of devfs in documentation

Now that devfs is removed, there's no longer any need to document how to
do this or that with devfs.

This patch includes some improvements by Joe Perches.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
This commit is contained in:
Adrian Bunk
2006-10-03 22:17:48 +02:00
parent 0a8fe0d756
commit bf6ee0ae49
20 changed files with 19 additions and 203 deletions

View File

@@ -41,10 +41,7 @@ Example to enable the 3780i DSP using ttyS1 resources:
Accessing the driver
--------------------
You must also create a node for the driver. Without devfs:
You must also create a node for the driver:
mkdir -p /dev/modems
mknod --mode=660 /dev/modems/mwave c 10 219
With devfs:
mkdir -p /dev/modems
ln -s ../misc/mwave /dev/modems/mwave