Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: Replace obsolete "driverfs" with "sysfs".

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>

authored by

Robert P. J. Day and committed by
Greg Kroah-Hartman
b1c7192d 20fd1e3b

+3 -3
+2 -2
Documentation/pnp.txt
··· 17 17 ------------------ 18 18 The Linux Plug and Play user interface provides a means to activate PnP devices 19 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 23 device's directory: 24 24 id - displays a list of support EISA IDs 25 25 options - displays possible resource configurations
+1 -1
Documentation/s390/cds.txt
··· 133 133 of those devices is uniquely defined by a so called subchannel by the ESA/390 134 134 channel subsystem. While the subchannel numbers are system generated, each 135 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 137 initialisation, the information about control unit type and device types that 138 138 imply specific I/O commands (channel command words - CCWs) in order to operate 139 139 the device are gathered. Device drivers can retrieve this set of hardware