diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/block/Kconfig | 3 | ||||
-rw-r--r-- | drivers/char/mwave/README | 5 | ||||
-rw-r--r-- | drivers/media/radio/Kconfig | 3 | ||||
-rw-r--r-- | drivers/media/video/pwc/philips.txt | 4 | ||||
-rw-r--r-- | drivers/sbus/char/cpwatchdog.c | 2 |
5 files changed, 5 insertions, 12 deletions
diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig index 422e31d5f8e5..24ebd1ce6644 100644 --- a/drivers/block/Kconfig +++ b/drivers/block/Kconfig | |||
@@ -207,8 +207,7 @@ config BLK_DEV_UMEM | |||
207 | module will be called umem. | 207 | module will be called umem. |
208 | 208 | ||
209 | The umem driver has not yet been allocated a MAJOR number, so | 209 | The umem driver has not yet been allocated a MAJOR number, so |
210 | one is chosen dynamically. Use "devfs" or look in /proc/devices | 210 | one is chosen dynamically. |
211 | for the device number | ||
212 | 211 | ||
213 | config BLK_DEV_UBD | 212 | config BLK_DEV_UBD |
214 | bool "Virtual block device" | 213 | bool "Virtual block device" |
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: | |||
41 | Accessing the driver | 41 | Accessing the driver |
42 | -------------------- | 42 | -------------------- |
43 | 43 | ||
44 | You must also create a node for the driver. Without devfs: | 44 | You must also create a node for the driver: |
45 | mkdir -p /dev/modems | 45 | mkdir -p /dev/modems |
46 | mknod --mode=660 /dev/modems/mwave c 10 219 | 46 | mknod --mode=660 /dev/modems/mwave c 10 219 |
47 | With devfs: | ||
48 | mkdir -p /dev/modems | ||
49 | ln -s ../misc/mwave /dev/modems/mwave | ||
50 | 47 | ||
diff --git a/drivers/media/radio/Kconfig b/drivers/media/radio/Kconfig index 7015517e2c1b..6d96b17a7f81 100644 --- a/drivers/media/radio/Kconfig +++ b/drivers/media/radio/Kconfig | |||
@@ -195,8 +195,7 @@ config RADIO_MIROPCM20_RDS | |||
195 | ---help--- | 195 | ---help--- |
196 | Choose Y here if you want to see RDS/RBDS information like | 196 | Choose Y here if you want to see RDS/RBDS information like |
197 | RadioText, Programme Service name, Clock Time and date, Programme | 197 | RadioText, Programme Service name, Clock Time and date, Programme |
198 | TYpe and Traffic Announcement/Programme identification. You also | 198 | Type and Traffic Announcement/Programme identification. |
199 | need to say Y to "miroSOUND PCM20 radio" and devfs! | ||
200 | 199 | ||
201 | It's not possible to read the raw RDS packets from the device, so | 200 | It's not possible to read the raw RDS packets from the device, so |
202 | the driver cant provide an V4L interface for this. But the | 201 | the driver cant provide an V4L interface for this. But the |
diff --git a/drivers/media/video/pwc/philips.txt b/drivers/media/video/pwc/philips.txt index 11f751a6bda5..f5e848410311 100644 --- a/drivers/media/video/pwc/philips.txt +++ b/drivers/media/video/pwc/philips.txt | |||
@@ -175,8 +175,8 @@ dev_hint | |||
175 | - If a device node is already occupied, registration will fail and | 175 | - If a device node is already occupied, registration will fail and |
176 | the webcam is not available. | 176 | the webcam is not available. |
177 | - You can have up to 64 video devices; be sure to make enough device | 177 | - You can have up to 64 video devices; be sure to make enough device |
178 | nodes in /dev if you want to spread the numbers (this does not apply | 178 | nodes in /dev if you want to spread the numbers. |
179 | to devfs). After /dev/video9 comes /dev/video10 (not /dev/videoA). | 179 | After /dev/video9 comes /dev/video10 (not /dev/videoA). |
180 | - If a camera does not match any dev_hint, it will simply get assigned | 180 | - If a camera does not match any dev_hint, it will simply get assigned |
181 | the first available device node, just as it used to be. | 181 | the first available device node, just as it used to be. |
182 | 182 | ||
diff --git a/drivers/sbus/char/cpwatchdog.c b/drivers/sbus/char/cpwatchdog.c index 836a58bb0305..40b6fc86f6a8 100644 --- a/drivers/sbus/char/cpwatchdog.c +++ b/drivers/sbus/char/cpwatchdog.c | |||
@@ -10,8 +10,6 @@ | |||
10 | * timer interrupts. We use a timer to periodically | 10 | * timer interrupts. We use a timer to periodically |
11 | * reset 'stopped' watchdogs on affected platforms. | 11 | * reset 'stopped' watchdogs on affected platforms. |
12 | * | 12 | * |
13 | * TODO: DevFS support (/dev/watchdogs/0 ... /dev/watchdogs/2) | ||
14 | * | ||
15 | * Copyright (c) 2000 Eric Brower (ebrower@usa.net) | 13 | * Copyright (c) 2000 Eric Brower (ebrower@usa.net) |
16 | */ | 14 | */ |
17 | 15 | ||