diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2007-11-07 04:09:46 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-01-24 23:40:04 -0500 |
commit | b1c7192df1b089ed654c76fbf14d7f7dbf4b9616 (patch) | |
tree | 719760ab90cf8419f0dcddaf0fd1cf700e0e6a36 /Documentation | |
parent | 20fd1e3bea554620d489f3542496639c1babe0b3 (diff) |
Documentation: Replace obsolete "driverfs" with "sysfs".
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/pnp.txt | 4 | ||||
-rw-r--r-- | Documentation/s390/cds.txt | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/pnp.txt b/Documentation/pnp.txt index 481faf515d53..a327db67782a 100644 --- a/Documentation/pnp.txt +++ b/Documentation/pnp.txt | |||
@@ -17,9 +17,9 @@ The User Interface | |||
17 | ------------------ | 17 | ------------------ |
18 | The Linux Plug and Play user interface provides a means to activate PnP devices | 18 | The Linux Plug and Play user interface provides a means to activate PnP devices |
19 | for legacy and user level drivers that do not support Linux Plug and Play. The | 19 | for legacy and user level drivers that do not support Linux Plug and Play. The |
20 | user interface is integrated into driverfs. | 20 | user interface is integrated into sysfs. |
21 | 21 | ||
22 | In addition to the standard driverfs file the following are created in each | 22 | In addition to the standard sysfs file the following are created in each |
23 | device's directory: | 23 | device's directory: |
24 | id - displays a list of support EISA IDs | 24 | id - displays a list of support EISA IDs |
25 | options - displays possible resource configurations | 25 | options - displays possible resource configurations |
diff --git a/Documentation/s390/cds.txt b/Documentation/s390/cds.txt index 3081927cc2d6..c4b7b2bd369a 100644 --- a/Documentation/s390/cds.txt +++ b/Documentation/s390/cds.txt | |||
@@ -133,7 +133,7 @@ During its startup the Linux/390 system checks for peripheral devices. Each | |||
133 | of those devices is uniquely defined by a so called subchannel by the ESA/390 | 133 | of those devices is uniquely defined by a so called subchannel by the ESA/390 |
134 | channel subsystem. While the subchannel numbers are system generated, each | 134 | channel subsystem. While the subchannel numbers are system generated, each |
135 | subchannel also takes a user defined attribute, the so called device number. | 135 | subchannel also takes a user defined attribute, the so called device number. |
136 | Both subchannel number and device number cannot exceed 65535. During driverfs | 136 | Both subchannel number and device number cannot exceed 65535. During sysfs |
137 | initialisation, the information about control unit type and device types that | 137 | initialisation, the information about control unit type and device types that |
138 | imply specific I/O commands (channel command words - CCWs) in order to operate | 138 | imply specific I/O commands (channel command words - CCWs) in order to operate |
139 | the device are gathered. Device drivers can retrieve this set of hardware | 139 | the device are gathered. Device drivers can retrieve this set of hardware |