patch-2.4.0-test2 linux/drivers/i2o/README.ioctl
Next file: linux/drivers/i2o/i2o_block.c
Previous file: linux/drivers/i2o/README
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Mon Jun 19 13:30:55 2000
- Orig file:
v2.4.0-test1/linux/drivers/i2o/README.ioctl
- Orig date:
Wed Apr 26 16:34:07 2000
diff -u --recursive --new-file v2.4.0-test1/linux/drivers/i2o/README.ioctl linux/drivers/i2o/README.ioctl
@@ -25,10 +25,10 @@
II. IOP Access
Access to the I2O subsystem is provided through the device file named
-/dev/i2octl. This file is a character file with major number 10 and minor
+/dev/i2o/ctl. This file is a character file with major number 10 and minor
number 166. It can be created through the following command:
- mknod /dev/i2octl c 10 166
+ mknod /dev/i2o/ctl c 10 166
III. Determining the IOP Count
@@ -373,7 +373,7 @@
In the process of determining this. Current idea is to have use
the select() interface to allow user apps to periodically poll
- the /dev/i2octl device for events. When select() notifies the user
+ the /dev/i2o/ctl device for events. When select() notifies the user
that an event is available, the user would call read() to retrieve
a list of all the events that are pending for the specific device.
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)