aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/mwave
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2006-10-03 22:17:48 +0200
committerAdrian Bunk <bunk@stusta.de>2006-10-03 22:17:48 +0200
commitbf6ee0ae494596aaf311e8430684db85d1d2f25c (patch)
tree80af10d1539d20ed00ffe19bb5af51cd6a976a19 /drivers/char/mwave
parentinput: remove obsolete contact information (diff)
downloadlinux-dev-bf6ee0ae494596aaf311e8430684db85d1d2f25c.tar.xz
linux-dev-bf6ee0ae494596aaf311e8430684db85d1d2f25c.zip
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>
Diffstat (limited to 'drivers/char/mwave')
-rw-r--r--drivers/char/mwave/README5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/char/mwave/README b/drivers/char/mwave/README
index 70f8d19fb79f..480251fc78e2 100644
--- a/drivers/char/mwave/README
+++ b/drivers/char/mwave/README
@@ -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