mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-18 03:23:53 -04:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user